问题标签 [gitpod]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Errno 101 网络无法访问:将 python 与 gmail 连接
我制作了一个 python 脚本来使用 python 和 gmail 发送带有附件的邮件。几个月来它工作得很好,但由于某种原因,我的代码现在给了我一个OSError: [Errno 101] Network is unreachable
错误。
这是我正在使用的代码(仅关注电子邮件部分):
我也确实在这个 Google 帐户上打开了访问不太安全的应用程序和DisplayUnlockCaptcha 。在网上找不到解决方案后,我尝试使用不同的 gmail 帐户,但没有给出不同的结果。这是我得到的完整错误:
有人知道我能做什么吗?