-
Notifications
You must be signed in to change notification settings - Fork 13
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
Please Help #20
Comments
Did you happen to backup your desktop to onedrive? |
No.. |
Can you check the output to the following command in command prompt |
Your desktop's location seems to be somewhere else instead of the default directory. Just check if it is in the 'OneDrive' directory. |
oh yes it is in OneDrive.. |
do i need to change the location back to default somehow? |
There is a dirty trick that will get rid of the bug, it is, create a 'Desktop' directory in C:\Users<your username> Otherwise, you just need to change the desktop's location (which is a little complicated but doable) I'll work on this bug to automatically check for desktop directory that is in onedrive. |
Can u please tell me how to change the desktop's location ? |
Thank You So much |
The songs seem to be downloaded in webm format |
is the desktop moved to the default location? and can you check if you have ffmpeg on your PC. |
Yes i believe i did successfully move the desktop to the default location |
Can you ping me on telegram @insaiyancvk If you try opening the command prompt as an admin, I think it will work. |
I tried running the program on admin it still downloads the file in webm |
this is the error i get
Traceback (most recent call last):
File "C:\Users\advsa\AppData\Local\Programs\Python\Python39\Scripts\musicdl.bat", line 6, in
main()
File "C:\Users\advsa\AppData\Local\Programs\Python\Python39\lib\site-packages\pymusicdl\musicDL.py", line 64, in main
create_dir()
File "C:\Users\advsa\AppData\Local\Programs\Python\Python39\lib\site-packages\pymusicdl\musicDL.py", line 40, in create_dir
os.chdir(os.path.expanduser("~/Desktop"))
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\advsa/Desktop'
Can anyone please help me solve this
The text was updated successfully, but these errors were encountered: