Alright so a few days ago I wrote this code and it worked fine.
import wolframalpha
app_id = "MY-APP-ID-HERE"
client = wolframalpha.Client(app_id)
my_input = input("Question: ")
res = client.query(my_input)
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.