anarion321: Got an error trying to login, I've used both python 2.7 and python 3
21:46:27 | attempting gog login as '*@*.com' ...
21:46:28 | fatal...
Traceback (most recent call last):
File "F:\GoG\gogrepo.py", line 1166, in <module>
main(process_argv(sys.argv))
File "F:\GoG\gogrepo.py", line 1138, in main
cmd_login(args.username, args.password)
File "F:\GoG\gogrepo.py", line 550, in cmd_login
with request(login_data['auth_url'], delay=0) as page:
File "F:\GoG\gogrepo.py", line 167, in request
req = Request(url, data=enc_args)
File "C:\Python27\lib\urllib2.py", line 229, in __init__
self.__original = unwrap(url)
File "C:\Python27\lib\urllib.py", line 1079, in unwrap
url = url.strip()
AttributeError: 'NoneType' object has no attribute 'strip'
Anyone knows what could be? I don't find something like it on a search.
This indicates the URL response was effectively empty. I'm downloading stuff now but once I'm done , I'll logout and check if this is a communication issue on your side or if GOG has changed something which is my problem.
ETA - This is probably a me problem. Looks like GOG has changed the login page to allow logging in with a Gmail or Discord account directly, rather than a GOG account. I don't think I can support those but I'll see what I can do about getting the GOG account log in working again.