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
our Choice e.g: '1' : 1
Traceback (most recent call last):
File "./raspiwrite.py", line 438, in
driveTest(SD) #action gets delegated to driveTest, which then leads on to the next step, I found this to be the easiest way
File "./raspiwrite.py", line 376, in driveTest
driveTest(manualID)
File "./raspiwrite.py", line 372, in driveTest
getImage(SD)
File "./raspiwrite.py", line 320, in getImage
URL = choice(getZipUrl(grabRoot('debian')))
File "./raspiwrite.py", line 101, in getZipUrl
htmlSource = urllib2.urlopen(url).read()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 383, in open
req.timeout = timeout
AttributeError: 'NoneType' object has no attribute 'timeout'
The text was updated successfully, but these errors were encountered:
This are the trace after the choice 1
our Choice e.g: '1' : 1
Traceback (most recent call last):
File "./raspiwrite.py", line 438, in
driveTest(SD) #action gets delegated to driveTest, which then leads on to the next step, I found this to be the easiest way
File "./raspiwrite.py", line 376, in driveTest
driveTest(manualID)
File "./raspiwrite.py", line 372, in driveTest
getImage(SD)
File "./raspiwrite.py", line 320, in getImage
URL = choice(getZipUrl(grabRoot('debian')))
File "./raspiwrite.py", line 101, in getZipUrl
htmlSource = urllib2.urlopen(url).read()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 383, in open
req.timeout = timeout
AttributeError: 'NoneType' object has no attribute 'timeout'
The text was updated successfully, but these errors were encountered: