-
Notifications
You must be signed in to change notification settings - Fork 35
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
Crash on lost connection #30
Comments
sly74fr
added a commit
to sly74fr/python-dlipower
that referenced
this issue
Sep 19, 2016
Raise exception if needed.
Hello, Any news on this issue ? Best regards, |
Hello, |
Hello, |
Hello, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No handlers could be found for logger "dlipower.dlipower"
Traceback (most recent call last):
File "test_wrapper.py", line 23, in
pdu.off(i)
File "/home/xtramgr/Dev/VirtualEnvs/AIT/local/lib/python2.7/site-packages/dlipower/dlipower.py", line 419, in off
self.geturl(url='outlet?%d=OFF' % self.determine_outlet(outlet))
File "/home/xtramgr/Dev/VirtualEnvs/AIT/local/lib/python2.7/site-packages/dlipower/dlipower.py", line 381, in determine_outlet
outlets = self.statuslist()
File "/home/xtramgr/Dev/VirtualEnvs/AIT/local/lib/python2.7/site-packages/dlipower/dlipower.py", line 447, in statuslist
url = self.geturl('index.htm')
File "/home/xtramgr/Dev/VirtualEnvs/AIT/local/lib/python2.7/site-packages/dlipower/dlipower.py", line 373, in geturl
logger.debug('Response code: %s', request.status_code)
AttributeError: 'NoneType' object has no attribute 'status_code'
The text was updated successfully, but these errors were encountered: