Hello,
if you compile the current lgogdownloader with graphical login ( --gui-login ), login fails partially: Galaxy login succeeds, HTTP login fails. Probably they changed something in the login process or has something to do with the reCAPTCHA.
Login process itself runs through with MFA.
OS info:
OS: Debian GNU/Linux 13 (trixie) x86_64
- KDE Plasma 6.3.6
- WM: KWin (X11)
- QT: 6.8.2
The GUI login window is usable, but on stdout/stderr this is displayed:
$ lgogdownloader/build-qt/lgogdownloader --version
LGOGDownloader 3.18.144f46c
$ lgogdownloader/build-qt/lgogdownloader --login
Email: mygogstore@example.net
Password:
Authenticator security code: 026356
Galaxy: Login successful
HTTP: Login successful
Saving config: /home/user/.config/lgogdownloader/config.cfg
$ lgogdownloader/build-qt/lgogdownloader --gui-login
js: Error while parsing event data SyntaxError: Unexpected token r in JSON at position 0
js: Message action or data is missing. undefined undefined
js: Error while parsing event data SyntaxError: Unexpected token o in JSON at position 1
js: Message action or data is missing. undefined undefined
js: Error while parsing event data SyntaxError: Unexpected token o in JSON at position 1
js: Message action or data is missing. undefined undefined
js: [PostHog.js] Unique user id has not been set in posthog.identify
js: Received message from source not matching parent window.
js: Received message from source not matching parent window.
js: Unknown message: firstIframeLoad
js: Unknown message: registerGamepadSelectableElements
js: Unknown message: contentLoaded
js: Unknown message: registerGamepadSelectableElements
js: Unknown message: inputBlured
js: Unknown message: inputBlured
js: Unknown message: inputFocused
js: Unknown message: inputBlured
js: Unknown message: inputFocused
js: Unknown message: inputBlured
js: Unknown message: inputFocused
js: Unknown message: inputBlured
js: Unknown message: formSubmission
js: reCAPTCHA couldn't find user-provided function: ReCaptchaCallback
js: Error while parsing event data SyntaxError: Unexpected token r in JSON at position 0
js: Message action or data is missing. undefined undefined
js: Error while parsing event data SyntaxError: Unexpected token o in JSON at position 1
js: Message action or data is missing. undefined undefined
js: Error while parsing event data SyntaxError: Unexpected token o in JSON at position 1
js: Message action or data is missing. undefined undefined
js: [PostHog.js] Unique user id has not been set in posthog.identify
js: Received message from source not matching parent window.
js: Unknown message: firstIframeLoad
js: Unknown message: registerGamepadSelectableElements
js: Unknown message: contentLoaded
js: Unknown message: registerGamepadSelectableElements
js: Trying to add class: "is-hidden" to a non-existing element: null.
js: Unknown message: inputBlured
js: Unknown message: inputFocused
js: Trying to add class: "is-hidden" to a non-existing element: null.
js: Unknown message: inputBlured
js: Unknown message: inputFocused
js: Trying to add class: "is-hidden" to a non-existing element: null.
js: Unknown message: inputBlured
js: Unknown message: inputFocused
js: Trying to add class: "is-hidden" to a non-existing element: null.
js: Unknown message: inputBlured
js: Unknown message: inputFocused
js: Trying to add class: "is-hidden" to a non-existing element: null.
js: Unknown message: inputBlured
js: Unknown message: inputFocused
js: Trying to add class: "is-hidden" to a non-existing element: null.
js: Unknown message: inputBlured
js: Unknown message: formSubmission
Galaxy: Login successful
HTTP: Login failed
Hello,
if you compile the current lgogdownloader with graphical login ( --gui-login ), login fails partially: Galaxy login succeeds, HTTP login fails. Probably they changed something in the login process or has something to do with the reCAPTCHA.
Login process itself runs through with MFA.
OS info:
The GUI login window is usable, but on stdout/stderr this is displayed: