Skip to content
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

new version of Gallery-dl does not recognize url #6652

Closed
defaultd3f4lt opened this issue Dec 11, 2024 · 6 comments
Closed

new version of Gallery-dl does not recognize url #6652

defaultd3f4lt opened this issue Dec 11, 2024 · 6 comments

Comments

@defaultd3f4lt
Copy link

i got this message after updating to the latest version

usage: python.exe [OPTION]... URL... python.exe: error: unrecognized arguments: https://www.deviantart.com/legdragger

what could be the cause of this problem?

@SpiffyChatterbox
Copy link

What options did you use to run the command?

the "unrecognized arguments" makes me think you put in an extra switch, or used a switch without the following setting.

@defaultd3f4lt
Copy link
Author

defaultd3f4lt commented Dec 11, 2024

usual comman
gallery-dl -A "3" URL

also update:
somehow all python basic command in cmd uses gallery-dl for some reason,

[gallery-dl][debug] Version 1.28.1 - Executable (stable/windows)
[gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.17763
[gallery-dl][debug] requests 2.32.3 - urllib3 2.2.3
[gallery-dl][debug] Configuration Files ['%USERPROFILE%\\gallery-dl.conf']
usage: python.exe [OPTION]... URL...
python.exe: error: The following arguments are required: URL
Use 'gallery-dl --help' to get a list of all options.

im trying run check python command and this i the result

this happen after is uses the update command to update gallery-dl

@mikf
Copy link
Owner

mikf commented Dec 11, 2024

You've run into the same bug as #6176 and #6560, where gallery-dl replaced your python.exe interpreter with a gallery-dl.exe executable file.

@defaultd3f4lt
Copy link
Author

You've run into the same bug as #6176 and #6560, where gallery-dl replaced your python.exe interpreter with a gallery-dl.exe executable file.

ah i see, so all i need to do is perform reinstallation of my python then?

@mikf
Copy link
Owner

mikf commented Dec 11, 2024

I'd think so, yes.

And do not attempt to update a pip installed gallery-dl with anything other than pip itself in the future.

@defaultd3f4lt
Copy link
Author

I'd think so, yes.

And do not attempt to update a pip installed gallery-dl with anything other than pip itself in the future.

affirmative, thanks for response and help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants