You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed with pip install spotify-terminal on my Raspberry Pi Linux raspberrypi 5.10.92+ #1514 Mon Jan 17 17:35:21 GMT 2022 armv6l GNU/Linux
Python 3.9.2, pip 20.3.4
I then closed and reopened my terminal and ran spotify-terminal.py -u xxxxx (user ID) and received this output:
... ASCII art ...
v0.15.3
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
File "/home/pi/.local/lib/python3.9/site-packages/spotify_terminal/authentication.py", line 67, in show_link
if web_thread.isAlive():
AttributeError: 'Thread' object has no attribute 'isAlive'
The text was updated successfully, but these errors were encountered:
phunanon
changed the title
First run after installation fails with error "
First run after installation fails with error "'Thread' object has no attribute 'isAlive'"
Mar 2, 2022
I installed with
pip install spotify-terminal
on my Raspberry PiLinux raspberrypi 5.10.92+ #1514 Mon Jan 17 17:35:21 GMT 2022 armv6l GNU/Linux
Python 3.9.2, pip 20.3.4
I then closed and reopened my terminal and ran
spotify-terminal.py -u xxxxx
(user ID) and received this output:The text was updated successfully, but these errors were encountered: