Advertisement
banjax

Untitled

Jun 1st, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/banjax/CloudBot/cloudbot/plugin.py", line 376, in _execute_hook
  3. out = yield from self.bot.loop.run_in_executor(None, self._execute_hook_threaded, hook, event)
  4. File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
  5. yield self # This tells Task to wait for completion.
  6. File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
  7. value = future.result()
  8. File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
  9. raise self._exception
  10. File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
  11. result = self.fn(*self.args, **self.kwargs)
  12. File "/home/banjax/CloudBot/cloudbot/plugin.py", line 340, in _execute_hook_threaded
  13. return hook.function(*parameters)
  14. File "/home/banjax/CloudBot/plugins/lastfm.py", line 106, in lastfm
  15. playcount = getusertrackplaycount(artist, title, user, bot)
  16. File "/home/banjax/CloudBot/plugins/lastfm.py", line 169, in getusertrackplaycount
  17. return track_info['track']['userplaycount']
  18. KeyError: 'userplaycount'
  19. ERROR:cloudbot:Error in hook lastfm:lastfm
  20. Traceback (most recent call last):
  21. File "/home/banjax/CloudBot/cloudbot/plugin.py", line 376, in _execute_hook
  22. out = yield from self.bot.loop.run_in_executor(None, self._execute_hook_threaded, hook, event)
  23. File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
  24. yield self # This tells Task to wait for completion.
  25. File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
  26. value = future.result()
  27. File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
  28. raise self._exception
  29. File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
  30. result = self.fn(*self.args, **self.kwargs)
  31. File "/home/banjax/CloudBot/cloudbot/plugin.py", line 340, in _execute_hook_threaded
  32. return hook.function(*parameters)
  33. File "/home/banjax/CloudBot/plugins/lastfm.py", line 106, in lastfm
  34. playcount = getusertrackplaycount(artist, title, user, bot)
  35. File "/home/banjax/CloudBot/plugins/lastfm.py", line 169, in getusertrackplaycount
  36. return track_info['track']['userplaycount']
  37. KeyError: 'userplaycount'
  38. [19:31:30] [INFO] [nergal:#metal] <brandon> and I'm definitely feeling this
  39. INFO:cloudbot:[nergal:#metal] <brandon> and I'm definitely feeling this
  40. [19:31:34] [INFO] [nergal:#metal] <esther> :'(
  41. INFO:cloudbot:[nergal:#metal] <esther> :'(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement