We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is my error message i receive
ERROR Exception type: <class 'list'> 2022-01-28 12:00:00 ERROR Error: <class 'AttributeError'> Traceback (most recent call last): File "/home/pi/pi_weather_station/./weather_station.py", line 239, in processing_loop urllib.request.urlopen('http://weatherstation.wunderground.com/weatherstation/StationData.php?ID=StationID') AttributeError: module 'urllib' has no attribute 'request'
not sure how to fix this.
The text was updated successfully, but these errors were encountered:
A quick Google search gave me this:
https://stackoverflow.com/questions/37042152/python-3-5-1-urllib-has-no-attribute-request
My code is pretty old, perhaps things changed a bit in the library since I wrote it.
Sorry, something went wrong.
@thorpup did that help you? Please respond at least to let me know I can close the issue.
No branches or pull requests
this is my error message i receive
ERROR Exception type: <class 'list'>
2022-01-28 12:00:00 ERROR Error: <class 'AttributeError'>
Traceback (most recent call last):
File "/home/pi/pi_weather_station/./weather_station.py", line 239, in processing_loop
urllib.request.urlopen('http://weatherstation.wunderground.com/weatherstation/StationData.php?ID=StationID')
AttributeError: module 'urllib' has no attribute 'request'
not sure how to fix this.
The text was updated successfully, but these errors were encountered: