印象笔记无法同步问题解决 Unable to send HTTP request: 12029
- 问题
今天突然发现本地软件不能访问网络. 包括:
印象笔记无法同步, 搜狗输入法无法登陆. 但其它上网正常.
- 思路及解决过程
因为chrome上网 ,qq上网均正常. 且同事可以正常使用. 推测是本地网络原因.
想找到个网络监测工具(可以监测所有软件上网情况) --未找到合适的. 也推测是防火墙原因, 关闭防火墙仍不能访问.
此时, 通过evernote 活动日志发现了问题(对EverNote 此功能点赞 ) 看到日志如下:
16:01:21 [9640] 0% Connecting to www.evernote.com/edam/note/s277
16:01:21 [9640] 0% Loaded updateCount: 2313
16:01:21 [3432] Google Analytics: Failed to send event (error: Unknown error 0x800C0005)
16:01:22 [9640] 0% Can't send HTTP request, error: INTERNET_CANNOT_CONNECT
16:01:22 [9636] Client synchronization finished, status: failed
16:01:22 [9636] * error: Could not connect to Evernote service
16:01:22 [9636] * elapsed time: 1s 16:07:30 [1896] AutoUpdate: checking for update at: https://update.evernote.com/public/ENWin5/update.xml
16:07:32 [1896] Unable to send HTTP request: 12029
16:07:34 [3432] Google Analytics: Failed to send event (error: Unknown error 0x800C0005)
日志中, 1个是同步请求返回 INTERNET_CANNOT_CONNECT error. 另一个是检查更新, 返回: Unable to send HTTP request: 12029
google了 Unable to send HTTP request: 12029 , 结果第二条即为evernote论坛 此问题讨论(对google 的搜索结果再次点赞, 此时对比了百度同样的搜索 结果乱起八糟 根本找不到想要的答案).
在此帖子的回复中(洋文), 看到了网友对此问题的讨论, 找到了解决办法. 我也进行了相应回复(86层O(∩_∩)O~).
问题原因是: 针对日志中的请求 https://update.evernote.com/public/ENWin5/update.xml 通过chrome能访问, 但通过IE却无法访问. 问题在IE上面.
发现IE上网代理被修改了, 推测是之前使用翻墙软件搞的鬼, 去掉代理设置. 问题解决. 印象笔记同步成功. 搜狗输入法也可以显示登陆页了.
- 总结
- 解决此问题耗费了1上午时间, 主要在思路上, 能找到错误的日志往往是第一步, 然后根据准确的日志去google(对于技术人员使用google应该成为习惯, 还不知道怎么访问google服务的请私信我, 请不要给我提百度), 往往可以找到满意的答案.
- 好的软件设计应该保证对错误处理有准确的日志记录, 这一点对于开发来说值得借鉴.
- 遇到问题, 不要急于乱解决, 先找到问题的原因, 准确定位是最重要的. 生活中的问题也如此--又扯远了...
印象笔记无法同步问题解决 Unable to send HTTP request: 12029的更多相关文章
- VMWare虚拟机实例拷贝到另一台服务器后出现Error in the RPC receive loop: RpcIn: Unable to send.错误的解决
把一个VMWare虚拟机实例拷贝到另一台服务器后,在事件查看器中的应用程序日志中不断出现Error in the RPC receive loop: RpcIn: Unable to send.错误, ...
- Warning: Unable to send packet: Error with PF_PACKET send() [11]: Message too long (errno = 90)
今天在使用tcpreplay重放流量时,发现有的数据包没有发送成功: Warning: Unable to send packet: Error with PF_PACKET send() [215] ...
- The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
The server is temporarily unable to service your request due to maintenance downtime or capacity pro ...
- windows上zend server安装 报The server encountered an internal error or misconfiguration and was unable to complete your request -解决方法 摘自网络
windows上zend server安装完成后报如下错误: Internal Server Error The server encountered an internal error or m ...
- Tomcat服务器提示:The server is temporarily unable to service your request due to maintenance downtime or capacity problems
今天网站突然不能访问了,这里做一下记录提示: The server is temporarily unable to service your request due to maintenance d ...
- 'yii\base\InvalidRouteException' with message 'Unable to resolve the request "site/error".'
引用:http://www.linuxidc.com/Linux/2015-02/114116.htm Yii2高级版本复制新项目会遇到下面的报错信息: exception 'yii\base\Inv ...
- 【MyEcplise】导入项目后,会定时弹出一下错误MyEcplise tern was unable to complete your request in time.This couble happen if your project contains several large javaScript libraies.
Myecplise弹出错误如下: 错误代码: MyEcplise tern was unable to complete your request in time.This couble happen ...
- Unable to round-trip http request to upstream: EOF问题
Unable to round-trip http request to upstream: EOF, 今天我用的phpstudy环境中的网站页面忽然打不开了,报错“Unable to round-t ...
- windows elasticsearch搭集群启动失败failed to send join request to master....
创建几份elasticsearch副本,修改各自config\elasticsearch.yml配置文件: 第一份: #允许elasticsearch跨域访问,使用elasticsearch-head ...
随机推荐
- iOS开发——UI篇OC篇&TextField作为搜索框的使用
TextField作为搜索框的使用 在iOS开发中我们经常会使用到搜索框,但是有的时候系统自带的搜索框不足以满足我吗想要的功能,这个时候我们就可以使用自定义的搜索框实现想要的功能. 今天就简单的介绍一 ...
- oschina git 私有项目使用。。
工作流程 安装设置 git 下载最新版本的git http://git-scm.com/downloads 当你安装完成git的时候,你需要简单的配置一下,打开终端: 用户名 第一步,你需要告诉git ...
- MySQL ddl丢表
MySQL ddl丢表: MySQL server层为了和innodb层保持数据一致性,在写binlog和redo log时,引入了两阶段提交,但不同的变更产生的日志并非都使用这种策略. 下面就来 ...
- UVA 10006 - Carmichael Numbers 数论(快速幂取模 + 筛法求素数)
Carmichael Numbers An important topic nowadays in computer science is cryptography. Some people e ...
- 利用 Composer 一步一步构建自己的 PHP 框架(三)——设计 MVC
终于可以 “一次编写,到处发布” 了,泪流满面! 今天凌晨我从一点多开始搞了四个小时到 5:20,终于搞出了个 Emlog 的 MarkDown 插件!欢迎 Emloger 尝试! 本教程示例代码见 ...
- python学习笔记 class
在这段时间中学习python在里面绕来绕去晕了. class和其他的语言都差不多,但是我理解中其实class和function差不多,只是将function封装起来. 在python中第一个class ...
- setting bundle 多语言,本地化,系统设置
新建一个setting.bundle后结构如下: Settings.bundle en.lproj Root.strings Root.plist 大家一般都在Root.plst里面添加删除条目,那么 ...
- css笔记12:块元素和行内元素
1.概念: 行内元素:又叫内联元素,内联元素只能容纳文本或者其他内联元素,常见的内联元素有<span><a> 块元素:块元素一般都是从新行开始,可容纳文本,其他内联元素和其他块 ...
- struts配置信息
struts.xml文件 <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE struts PU ...
- javaweb学习总结十二(JAXP对XML文档进行SAX解析)
一:JAXP使用SAX方式解析XML文件 1:dom解析与sax解析异同点 2:sax解析特点 二:代码案例 1:xml文件 <?xml version="1.0" enco ...