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

Error while running runsitecheck.py #1

Open
jbauer123 opened this issue Oct 28, 2015 · 1 comment
Open

Error while running runsitecheck.py #1

jbauer123 opened this issue Oct 28, 2015 · 1 comment

Comments

@jbauer123
Copy link

Hi, I ran into an error on my first try of runsitecheck.py

Using default config...
Checking for updates...
Traceback (most recent call last):
File "/usr/local/bin/runsitecheck.py", line 134, in
settings = urllib.request.urlopen(UPDATE_URL).read().decode('utf-8')
File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.4/urllib/request.py", line 461, in open
response = meth(req, response)
File "/usr/lib/python3.4/urllib/request.py", line 571, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.4/urllib/request.py", line 499, in error
return self._call_chain(_args)
File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain
result = func(_args)
File "/usr/lib/python3.4/urllib/request.py", line 579, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/bin/runsitecheck.py", line 138, in
print('Update check failed - please notify: {0}'.format(contact_email))
NameError: name 'contact_email' is not defined

@arkershaw
Copy link
Owner

Thanks for letting me know. Was this a release version or the latest source?

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

2 participants