You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi I keep getting this error upon starting up.
raceback (most recent call last):
File "guitest.py", line 164, in get_weather
temperature2 = "%s%s" % (str(int(weather_obj['currently']['temperature'])), degree_sign)
KeyError: 'currently'
Error: 'currently'. Cannot get weather.
Traceback (most recent call last):
File "guitest.py", line 239, in get_headlines
headline = NewsHeadline(self.headlinesContainer, post.title)
File "guitest.py", line 252, in init
image = Image.open("assets/Newspaper.png")
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2634, in open
fp = builtins.open(filename, "rb")
IOError: [Errno 2] No such file or directory: 'assets/Newspaper.png'
Error: [Errno 2] No such file or directory: 'assets/Newspaper.png'. Cannot get news.
please please help
The text was updated successfully, but these errors were encountered:
hi I keep getting this error upon starting up.
raceback (most recent call last):
File "guitest.py", line 164, in get_weather
temperature2 = "%s%s" % (str(int(weather_obj['currently']['temperature'])), degree_sign)
KeyError: 'currently'
Error: 'currently'. Cannot get weather.
Traceback (most recent call last):
File "guitest.py", line 239, in get_headlines
headline = NewsHeadline(self.headlinesContainer, post.title)
File "guitest.py", line 252, in init
image = Image.open("assets/Newspaper.png")
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2634, in open
fp = builtins.open(filename, "rb")
IOError: [Errno 2] No such file or directory: 'assets/Newspaper.png'
Error: [Errno 2] No such file or directory: 'assets/Newspaper.png'. Cannot get news.
please please help
The text was updated successfully, but these errors were encountered: