shakaran

Untitled

Jun 13th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. The above is a description of an error in a Python program. Here is
  2. the original traceback:
  3.  
  4. Traceback (most recent call last):
  5. File "curvecalc", line 304, in <module>
  6. main()
  7. File "curvecalc", line 265, in main
  8. song = currentlyPlayingSong()
  9. File "../light9/curvecalc/musicaccess.py", line 80, in currentlyPlayingSong
  10. t = json.loads(player.get("time").body_string())
  11. File "/usr/lib/python2.7/dist-packages/restkit/resource.py", line 114, in get
  12. params_dict=params_dict, **params)
  13. File "/usr/lib/python2.7/dist-packages/restkit/resource.py", line 190, in request
  14. headers=self.make_headers(headers))
  15. File "/usr/lib/python2.7/dist-packages/restkit/client.py", line 422, in request
  16. return self.perform(request)
  17. File "/usr/lib/python2.7/dist-packages/restkit/client.py", line 367, in perform
  18. raise RequestError(str(e))
Advertisement
Add Comment
Please, Sign In to add comment