-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback errors #931
Comments
uninstall spotdl using If the issues persists, let us know. |
Actually, don't this is due to the latest Pytube updates. We'll patch it up in a week max. Feel free to open a PR with fixes if the wait is too long. |
Should be fixed in v3.1.3 Comment below if it isn't. |
Author: @Mikhail-Zex * moreee final changes * final final changes
I updated with pip3 install spotdl, after uninstalling first. It seems to start to download, but then gives errors: Fetching Playlist... The above exception was the direct cause of the following exception: Traceback (most recent call last): |
That's because of python standard libraries okok multiprocessing library. Fixing that would mean modifying python itself. The bug has been listed from python 3.2.1 itself. We're working on a workaround but that will take quite some time to implement. Till then you'll just have to resume the interrupted downloads. |
You shouldn't have any pytube errors or songs refusing to download errors now. Ye? |
I'm not getting pytube errors, however, while the mp3 downloads remain 0kb files (on first attempt), I discovered the /temp directory contains mp4 files that are the full downloads. So it seems whatever's doing the conversion isn't working. Thanks for all the help, it's a way cool app :-) |
Try reinstalling ffmpeg. |
Zero-byte files here too. I tried re-installing ffmpeg but no improvement using v3.1.4, v3.1.3 or v3.1.2. But after installing spotdl-3.2.0rc0 from next-rel-dev.zip, the conversion from mp4 to mp3 is working again. (OK, I now get: |
am getting this error ~/Music » spotdl https://open.spotify.com/track/4pt5fDVTg5GhEvEtlz9dKk\?si\=d38f31de983041fb Traceback (most recent call last):
|
v2 stopped working, so I upgrade to v3, which was working, but it wouldn't download the files. It made what looked like 0kb placeholder files instead. Now when I try to download, I get this back:
Traceback (most recent call last):
File "/usr/local/bin/spotdl", line 6, in
from spotdl.main import console_entry_point
File "/usr/local/lib/python3.7/dist-packages/spotdl/main.py", line 10, in
from spotdl.download.downloader import DownloadManager
File "/usr/local/lib/python3.7/dist-packages/spotdl/download/downloader.py", line 12, in
from spotdl.patches.pyTube import YouTube
File "/usr/local/lib/python3.7/dist-packages/spotdl/patches/pyTube.py", line 32, in
from pytube import request
ImportError: cannot import name 'request' from 'pytube' (unknown location)
I've tried using the v3 syntax, e.g. spotdl $playlisturl (or song, etc).
I've tried uninstalling / installing spotdl and all dependent packages. Nothing's worked.
Any new developments on this?
The text was updated successfully, but these errors were encountered: