-
Member
JSON Exception: You need to properly configure your GoogleUsername using quotations
I am using the latest version of PokeMobBot and at the beginning of following error message appears:
[18:09:54] JSON Exception: You need to properly configure your GoogleUsername using quotations.
[18:09:54] Perfect! You already have the newest Version
[18:09:55] Logging in using account Google
[18:09:55] You need to fill out GoogleUsername and GooglePassword in auth.json!
My auth looking like this:
{
"AuthType": "google",
"GoogleRefreshToken": "",
"GoogleUsername": hereismygooglemail,
"GooglePassword": hereismypw,
"PtcUsername": null,
"PtcPassword": null
}
-
Active Member
Originally Posted by
lanceq
I am using the latest version of PokeMobBot and at the beginning of following error message appears:
My auth looking like this:
Do it like this :
{
"AuthType": "google",
"GoogleRefreshToken": "",
"GoogleUsername": "hereismygooglemail",
"GooglePassword": "hereismypw",
"PtcUsername": null,
"PtcPassword": null
}
So change hereismygooglemail to "hereismygooglemail" AND hereismypw to "hereismypw" !!
-
Post Thanks / Like - 1 Thanks
lanceq (1 members gave Thanks to coderx2 for this useful post)
-
Member