Fails at login step
First attempt:
sudo docker run --privileged --rm -it -v ./rootfs/data:/app/rootfs/data --entrypoint ./wrapper ghcr.io/worldobservationlog/wrapper:local -L "<redacted>@<redacted>" -H 0.0.0.0
mkdir base_dir_arg failed: Permission denied
mkdir mpl_db failed: No such file or directory
[+] starting...
[+] initializing ctx...
[+] logging in...
[.] dialogHandler: {title: Sign In, message: }
[.] credentialHandler: {title: , message: , 2FA: false}
__bionic_open_tzdata_path: ANDROID_DATA not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
__bionic_open_tzdata_path: ANDROID_DATA not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
[.] credentialHandler: {title: , message: , 2FA: true}
2FA code: 922879
[!] server message: AMD-Action::SP
[!] auth error: code=-97439064, message=iTunesStoreErrorCategory
[!] login failed
All subsequent attempts stop prompting for 2FA and shows
mkdir base_dir_arg failed: Permission denied
mkdir mpl_db failed: No such file or directory
[+] starting...
[+] initializing ctx...
[+] logging in...
[.] dialogHandler: {title: Sign In, message: }
[.] credentialHandler: {title: , message: , 2FA: false}
__bionic_open_tzdata_path: ANDROID_DATA not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
__bionic_open_tzdata_path: ANDROID_DATA not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
[!] server message: AMD-Action::SP
[!] auth error: code=-226411112, message=iTunesStoreErrorCategory
[!] login failed
Error message change after some time
[+] starting...
[+] initializing ctx...
[+] logging in...
[.] dialogHandler: {title: Sign In, message: }
[.] credentialHandler: {title: , message: , 2FA: false}
__bionic_open_tzdata_path: ANDROID_DATA not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
__bionic_open_tzdata_path: ANDROID_DATA not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
[.] credentialHandler: {title: , message: , 2FA: true}
2FA code: 178929
[!] auth failed: response type 4
[!] login failed
Fails at login step
First attempt:
All subsequent attempts stop prompting for 2FA and shows
Error message change after some time