lbry-sdk/lbrynet/lbrynet_daemon
Job Evers-Meltzer e647663c34 Fix error when version is None
Logs were reporting:

Failure instance: Traceback: <type 'exceptions.AttributeError'>: StrictVersion instance has no attribute 'version'
/Volumes/LBRY/LBRY.app/Contents/Resources/lib/python2.7/lbrynet/lbrynet_daemon/DaemonServer.py:121:requestReceived
twisted/web/server.pyc:183:process
twisted/web/server.pyc:234:render
/Volumes/LBRY/LBRY.app/Contents/Resources/lib/python2.7/lbrynet/lbrynet_daemon/Daemon.py:450:render
--- <exception caught here> ---
twisted/internet/defer.pyc:150:maybeDeferred
/Volumes/LBRY/LBRY.app/Contents/Resources/lib/python2.7/lbrynet/lbrynet_daemon/Daemon.py:1561:jsonrpc_version
/Volumes/LBRY/LBRY.app/Contents/Resources/lib/python2.7/lbrynet/core/utils.py:39:version_is_greater_than
distutils/version.pyc:140:__cmp__
2016-10-14 10:35:17 -04:00
..
daemon_scripts remove fee checking from autofetcher script 2016-07-25 22:28:01 -04:00
__init__.py don't mess with logging 2016-06-07 04:19:51 -04:00
Daemon.py Fix error when version is None 2016-10-14 10:35:17 -04:00
DaemonCLI.py rename files to remove LBRY prefix 2016-09-25 18:11:23 -07:00
DaemonControl.py refactor resources and file streamer into their own files, use NoCacheStaticFile instead of static.File 2016-10-07 14:01:59 -04:00
DaemonRequest.py refactor resources and file streamer into their own files, use NoCacheStaticFile instead of static.File 2016-10-07 14:01:59 -04:00
DaemonServer.py refactor resources and file streamer into their own files, use NoCacheStaticFile instead of static.File 2016-10-07 14:01:59 -04:00
Downloader.py add some tests, don't use lighthouse for cost ests 2016-10-01 01:09:27 -04:00
ExchangeRateManager.py update from master 2016-09-29 23:34:59 -04:00
FileStreamer.py refactor resources and file streamer into their own files, use NoCacheStaticFile instead of static.File 2016-10-07 14:01:59 -04:00
Lighthouse.py Remove all unused imports; add check to pylint 2016-08-08 15:42:35 -05:00
Publisher.py update from master 2016-09-29 23:34:59 -04:00
Resources.py remove unused imports 2016-10-07 14:52:54 -04:00
UIManager.py refactor resources and file streamer into their own files, use NoCacheStaticFile instead of static.File 2016-10-07 14:01:59 -04:00