-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
ValueError: We expect a numpy ndarray as input, got <class 'NoneType'>
#89
Comments
Can you share your code? It gives this error because it is not a .mp3 file. |
Can't download Youtube video. It may be related to library versions. I will test it. 2024-05-07 07:58:19,889 - ERROR - An error occurred: __init__: could not find match for ^\w+\W |
There is a bug with the Pytube library. I will solve this error. |
Code is taken straight from Your example - no changes. If I hardcode a file in audio_path = "/home/piotr/WhisperPlus/Tutorial/zycie.mp3" then its working. |
This function was working for 1-2 days, but it gives an error. I can't download videos either. I don't know why. Pytube is not an up-to-date library. I started writing a different library code. Now you can manually download the .mp3 file and test it. There is only a bug with the download function. |
I rewrote this function(download_youtube_to_mp3). I tested it and it works. |
Hi,
I am trying an example of Youtube to text. I am getting following error.
The text was updated successfully, but these errors were encountered: