Skip to content
New issue

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

Problem for Download choice 1 #16

Open
oniram88 opened this issue Jul 24, 2012 · 0 comments
Open

Problem for Download choice 1 #16

oniram88 opened this issue Jul 24, 2012 · 0 comments

Comments

@oniram88
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant