Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
2,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File ".\spotifyPoller.py", line 33, in <module>
  3. trackGetter(client, MR_BLUE_SKY)
  4. File ".\spotifyPoller.py", line 21, in trackGetter
  5. track = client.get_track(id)
  6. File "C:\Users\andro\Anaconda3\lib\site-packages\spotify\sync\models.py", line 64, in wrapper
  7. func(self, *args, **kwargs)
  8. File "C:\Users\andro\Anaconda3\lib\site-packages\spotify\sync\thread.py", line 73, in run_coro
  9. raise err
  10. File "C:\Users\andro\Anaconda3\lib\site-packages\spotify\client.py", line 213, in get_track
  11. data = await self.http.track(to_id(spotify_id))
  12. File "C:\Users\andro\Anaconda3\lib\site-packages\spotify\http.py", line 1597, in track
  13. return self.request(route, params=payload)
  14. UnboundLocalError: local variable 'payload' referenced before assignment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement