Not quite sure how to use this #1

Open
opened 2025-10-14 15:33:45 -06:00 by navan · 0 comments
Owner

Originally created by @aliceqt on 3/31/2021

So I simply ran it with the following arguments:
python3 main.py -M -i D:\Downloads\unraelvel\unravel.mp3 -o D:\Downloads\unraelvel\testoutput.mp3 and it gave the following result:
[I 210331 15:08:47 main:90] Get video information...
Traceback (most recent call last):
File "main.py", line 167, in
name, title = download_file(query)
File "main.py", line 107, in download_file
raise ValueError('Could not find a video.')
ValueError: Could not find a video.
Am I not doing this right? If so, what would be a correct example of it's usage?

*Originally created by @aliceqt on 3/31/2021* So I simply ran it with the following arguments: python3 main.py -M -i D:\Downloads\unraelvel\unravel.mp3 -o D:\Downloads\unraelvel\testoutput.mp3 and it gave the following result: [I 210331 15:08:47 main:90] Get video information... Traceback (most recent call last): File "main.py", line 167, in <module> name, title = download_file(query) File "main.py", line 107, in download_file raise ValueError('Could not find a video.') ValueError: Could not find a video. Am I not doing this right? If so, what would be a correct example of it's usage?
Sign in to join this conversation.
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: navan/VaporwaveGenerator#1
No description provided.