Guest User

Untitled

a guest
Jul 22nd, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. 500 Internal Server Error
  2.  
  3. The server encountered an unexpected condition which prevented it from fulfilling the request.
  4.  
  5. Traceback (most recent call last):
  6. File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 670, in respond
  7. response.body = self.handler()
  8. File "/usr/share/sabnzbdplus/cherrypy/lib/encoding.py", line 220, in __call__
  9. self.body = self.oldhandler(*args, **kwargs)
  10. File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 60, in __call__
  11. return self.callable(*self.args, **self.kwargs)
  12. File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 127, in internal_wrap
  13. return wrap_func(*args, **kwargs)
  14. File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 413, in index
  15. history['slots'], fetched_items, history['noofslots'] = build_history(limit=cfg.history_limit(), output='json')
  16. File "/usr/share/sabnzbdplus/sabnzbd/api.py", line 1818, in build_history
  17. items = get_active_history(queue, items)
  18. File "/usr/share/sabnzbdplus/sabnzbd/api.py", line 1890, in get_active_history
  19. history = build_history_info(nzo)
  20. File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 486, in build_history_info
  21. lines.append('%s:::%s' % (key, ';'.join(results)))
  22. TypeError: sequence item 0: expected string, int found
Add Comment
Please, Sign In to add comment