-
Notifications
You must be signed in to change notification settings - Fork 22
Python scripts errors #27
Description
Hi,
anyone here could help me get rid of these errors?
I cannot understand why suddenly this script stopped working for me.
It worked till days ago, then stopped working.
tried reinstalling all dependencies and the ripper itself but still getting these errors.
It succesfully login, then disconnects giving me these errors
Here below what is happening.
Thanks a lot for Your kind help ;-)
Spotify Ripper - v2.10.5
Encoding output: FLAC, Compression Level: 8
Spotify bitrate: 320 kbps
Unicode support: Yes
Output directory: /home/bu/Music
Settings directory: /home/bu/.spotify-ripper
Format String: {album_artist}/{album}/{artist} - {track_name}.{ext}
Overwrite files: No
Logging in...
Logged in as ############
Traceback (most recent call last):
File "/usr/bin/spotify-ripper", line 11, in
load_entry_point('spotify-ripper==2.10.5', 'console_scripts', 'spotify-ripper')()
File "/usr/lib64/python3.4/site-packages/spotify_ripper-2.10.5-py3.4.egg/EGG-INFO/scripts/main.py", line 594, in main
stdin_settings = termios.tcgetattr(sys.stdin)
termios.error: (25, 'Inappropriate ioctl for device')
Logging out...