Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. ### Information:
  2. Movie(s) I have this with: ...
  3. Quality of the movie being searched: ...
  4. Providers I use: ...
  5. Version of CouchPotato: git:(RuudBurger:CouchPotatoServer master) 63560efe (2015-09-01 04:26:55)
  6. Running on: ...
  7.  
  8. ### Logs:
  9. ```
  10. 09-01 15:20:09 ERROR [ couchpotato.api] Failed doing api request "media.list": Traceback (most recent call last):
  11. File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/api.py", line 36, in run_handler
  12. res = api[route](**kwargs)
  13. File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/media/_base/media/main.py", line 321, in listView
  14. search = kwargs.get('search')
  15. File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/media/_base/media/main.py", line 247, in list
  16. for release_status in fireEvent('release.with_status', release_status, with_doc = False, single = True):
  17. File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/plugins/release/main.py", line 536, in withStatus
  18. for ms in db.get_many('release_status', s):
  19. File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 1000, in get_many
  20. ind_data = gen.next()
  21. File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_safe_shared.py", line 39, in next
  22. return self.__gen.next()
  23. File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/tree_index.py", line 1594, in _find_key_many
  24. nr_of_elements, prev_leaf, next_leaf = self._read_leaf_nr_of_elements_and_neighbours(leaf_with_key)
  25. File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/rr_cache_with_lock.py", line 38, in wrapper
  26. cache[key] = user_function(key, *args, **kwargs)
  27. File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/tree_index.py", line 193, in _read_leaf_nr_of_elements_and_neighbours
  28. data)
  29. error: unpack requires a string argument of length 10
  30.  
  31. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement