问题一:
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connectio n failed because connected host has failed to respond
解决:
打开vpn的全局代理,重启jupyter notebook因为PAC智能代理并不能在程序中使用。关于科学上网,实在有需要就留言。
问题二:
HttpError
{“errors”:[{“message”:”Could not authenticate you”,”code”:32}]}
解决:
在twitter API的网页下(就是你哪里获得授权令牌的),点击
egenerating the access token 按钮

最后重新输入各项信息就行啦。
本文介绍了如何解决因连接方未正确响应而导致的超时错误,通过开启全局代理并重启jupyternotebook来解决。同时,还提供了解决Twitter API认证失败的方法,即重新生成并设置访问令牌。





