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
loving this script; running it everywhere. As of today (?) The download fails:
biest:~/bin/wallcatd> python3.7 wallcatd.py
Traceback (most recent call last):
File "wallcatd.py", line 74, in <module>
downloadpotd(today[0],today[2])
File "wallcatd.py", line 29, in downloadpotd
with urllib.request.urlopen(image) as response, open(path, 'wb') as out_file:
File "/usr/lib64/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib64/python3.7/urllib/request.py", line 531, in open
response = meth(req, response)
File "/usr/lib64/python3.7/urllib/request.py", line 641, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib64/python3.7/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/usr/lib64/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/usr/lib64/python3.7/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
Could you update the sources to fix the url again? Thanks! :)
The text was updated successfully, but these errors were encountered:
Hey,
loving this script; running it everywhere. As of today (?) The download fails:
Could you update the sources to fix the url again? Thanks! :)
The text was updated successfully, but these errors were encountered: