Actually, would that fix bug #411123? (although marked as duplicate it's caused by the same reason)
Seems that the problem is test_connection returning false due to http://sddb.subdownloader.net/xmlrpc/ being unavailable, causing self.xmlrpc_server to be null, so any subsequent xml-rpc calls will fail, for example from http://launchpadlibrarian.net/30086961/Traceback.txt: File "/usr/share/subdownloader/modules/SDService.py", line 402, in _SearchSubtitles self.xmlrpc_server.SearchSubtitles(search_array) AttributeError: 'NoneType' object has no attribute 'SearchSubtitles' Might be better to solve it where 'test_connection' returns false? -- run.py crashed with AttributeError in _CheckSoftwareUpdates() https://bugs.launchpad.net/bugs/326426 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
