Advertisement
Guest User

GrooveWalrus error(2)

a guest
Dec 8th, 2010
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./gw.py", line 1741, in OnPlayListPlayClick
  3. self.PlaySong(val, True)
  4. File "./gw.py", line 1854, in PlaySong
  5. cs.CheckId(cs.song_id)
  6. File "./gw.py", line 2987, in CheckId
  7. query_results = tinysong.Tsong().get_search_results(query_string, 32)
  8. File "/home/huon/GrooveWalrusSource/gw/main_utils/tinysong.py", line 78, in get_search_results
  9. results_array = json.loads(raw_results)
  10. File "/usr/lib/python2.6/json/__init__.py", line 307, in loads
  11. return _default_decoder.decode(s)
  12. File "/usr/lib/python2.6/json/decoder.py", line 319, in decode
  13. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  14. File "/usr/lib/python2.6/json/decoder.py", line 338, in raw_decode
  15. raise ValueError("No JSON object could be decoded")
  16. ValueError: No JSON object could be decoded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement