Jonny007-MKD
Jonny007-MKD
I cannot test right now, but normally you can escape those in Xml like this: < < > >
Ups :) > <
Did build the container yourself?
Well, that worked for me. But when building it on my own I had the same error and I could fix it by modifying the Dockerfile: ```RUN echo 'y' |...
Are you running playmaker in a docker container? Perhaps this command helps you: `docker logs {containerid}`
Hi @snibbo71, I am using App Passwords as my original password was too long. Some error with key derivation etc. Perhaps you have the same issue?
Is there any more info in the log that you could post?
The SecurityCheckError is an exception thrown during login (see service.py and https://github.com/NoMore201/googleplay-api/blob/master/gpapi/googleplay.py#L235). In the current version of googleplay-api the exception text says you shall visit https://accounts.google.com/b/0/DisplayUnlockCaptcha. I don't know how...
Did you check that you have the most recent versions? - googleplay-api 0.4.4 - playmaker 0.6.4 (best you take the code from PR #53)