印象笔记无法同步问题解决 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 ...
随机推荐
- Android 4.1源码编译找不到资源文件解决办法
我们在Android framework中修改资源文件时,在Android 4.0之前,都是直接在sourcecode/frameworks/base/core/res/res下面添加对应的资源文件, ...
- JavaEE系列之(一)JSP基础知识详解
一.JSP基础语法 1.JSP简介 JSP(Java Server Pages),其根本是一个简化的Servlet设计,它实现了在Java中使用HTML标签.JSP是一种动态网页 ...
- iOS开发——UI篇&九宫格算法
九宫格算法 关于iOS开发中九宫格的实现虽然使用不多,而且后面会有更好的方实现,但是作为一个程序员必需要知道的就是九宫格算法的实现. 一:实现思路: (1)明确每一块用得是什么view (2)明确每个 ...
- c#智能感知(设置)及实现
1) 使用工具->选项菜单命令,选择文本编辑器->C#设置, 将上面圈出的2个复选框(自动列出成员和参数信息)打勾, 然后 Intellisense就会工作了.(如果没这么多选项,请勾选S ...
- CISCO 双线接入MAP配置详解
随着我国宽带技术的普及,各个公司都会有一至二条Internet接入线路,这些线路可能由电信.网通.长宽.联通等不同的IS提供,尽管他们在局端采用的技术可能有不同,但对客户而言都是同样接入方式,以太 ...
- divide-conquer-combine(4.1 from the introduction to algorithm)
this example is from chapter 4 in <the introduction to algorithm> the main idea is all showed ...
- BootStrap2学习日记13----关于按钮
普通按钮 代码: <div style="margin-bottom:15px"> <a href="#" class="" ...
- ie6 7 8 9 firefox的css兼容问题
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
- 求可能组合VB源码代写
输入1-20的整数n,把从1到n的n个整数摆成一个环,使得该环上任意相邻的两个数之和为素数.求出所有可能组合. 专业程序代写c++程序代写
- android源码编译常见错误
错误1:You are attempting to build on a 32-bit system. Only 64-bit build environments are supported bey ...