Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. 2020-01-18 12:06:36.199 T:140435641009920 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.AttributeError'>
  4. Error Contents: 'Bus' object has no attribute 'timeout_monitor'
  5. Traceback (most recent call last):
  6. File "/home/hanning/.kodi/addons/plugin.audio.spotify/service.py", line 14, in <module>
  7. MainService()
  8. File "/home/hanning/.kodi/addons/plugin.audio.spotify/resources/lib/main_service.py", line 54, in __init__
  9. self.proxy_runner = ProxyRunner(self.spotty)
  10. File "/home/hanning/.kodi/addons/plugin.audio.spotify/resources/lib/httpproxy.py", line 244, in __init__
  11. 'server.shutdown_timeout': 1
  12. File "/home/hanning/.kodi/addons/script.module.cherrypy/lib/cherrypy/_cpconfig.py", line 157, in update
  13. super(Config, self).update(config)
  14. File "/home/hanning/.kodi/addons/script.module.cherrypy/lib/cherrypy/lib/reprconf.py", line 130, in update
  15. self._apply(Parser.load(config))
  16. File "/home/hanning/.kodi/addons/script.module.cherrypy/lib/cherrypy/_cpconfig.py", line 167, in _apply
  17. super(Config, self)._apply(config)
  18. File "/home/hanning/.kodi/addons/script.module.cherrypy/lib/cherrypy/lib/reprconf.py", line 142, in _apply
  19. self.namespaces(config)
  20. File "/home/hanning/.kodi/addons/script.module.cherrypy/lib/cherrypy/lib/reprconf.py", line 92, in __call__
  21. handler(k, v)
  22. File "/home/hanning/.kodi/addons/script.module.cherrypy/lib/cherrypy/_cpconfig.py", line 270, in _engine_namespace_handler
  23. plugin = getattr(engine, plugin)
  24. AttributeError: 'Bus' object has no attribute 'timeout_monitor'
  25. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement