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

Issues logging in #115

Open
mrpijey opened this issue Oct 6, 2024 · 1 comment
Open

Issues logging in #115

mrpijey opened this issue Oct 6, 2024 · 1 comment

Comments

@mrpijey
Copy link

mrpijey commented Oct 6, 2024

Installed all modules with pip, run the script. Asks for login, enter correct login information but get the following error.

22:04:14 | attempting gog login as '[email protected]' ... 22:04:15 | fatal... Traceback (most recent call last): File "G:\gogrepo.py", line 2342, in <module> main(process_argv(sys.argv)) File "G:\gogrepo.py", line 2236, in main cmd_login(args.username, args.password) File "G:\gogrepo.py", line 946, in cmd_login with request(login_data['auth_url'], delay=0) as page: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\gogrepo.py", line 232, in request req = Request(url, data=enc_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files (Utils)\Scripting Tools\Python\Lib\urllib\request.py", line 318, in __init__ self.full_url = url ^^^^^^^^^^^^^ File "C:\Program Files (Utils)\Scripting Tools\Python\Lib\urllib\request.py", line 344, in full_url self._parse() File "C:\Program Files (Utils)\Scripting Tools\Python\Lib\urllib\request.py", line 373, in _parse raise ValueError("unknown url type: %r" % self.full_url) ValueError: unknown url type: 'None'

@Kalanyr
Copy link
Owner

Kalanyr commented Oct 29, 2024

Apologies didn't see this. You're using the older no longer maintained version of gogrepo, you need to use gogrepoc.py from this repository ( or a fork of it )

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

No branches or pull requests

2 participants