添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Python3 Wolframalpha Giving Error: urllib.error.URLError <urlopen error [Errno 101] Network is unreachable>

Ask Question

Then today it just stopped working, randomly and started throwing this error.

urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>

Why is this happening I didn't even modify the code or anything and my Wifi is up and my other devices are working on it fine.

i'm on a Raspberry Pi, running Raspbian Pixel. Is wolfram alpha down or patching a bug.

"Network is unreachable" - urllib is unable to physically connect to the service.

Typically this is because some hardware link between you and the remote site is down.

To debug this, a good start is to simply try and open the page in your browser (or ping the server). It's likely you will receive the same error. If that doesn't work, try a different site - narrow the problem down to what you can connect to, and what is not reachable. Can you even connect to something else in your house?

It could be a whole lot of local issues, like cable unplugged, modem offline, duplicated IP addresses, etc. etc. But my guess is that it's a localised problem to you. Yes it's possible that your ISP is down, or your country's link was cut, but that's far less likely.

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.