You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the "complete tutorial" doesn't select an trainer avatar (google-account).
After I logged on the trainer avatar is "invisible" (empty) and it's not possible to select one ;-)
Maybe it's possible to include a generic avatar selection in the "complete tutorial" task ?
The text was updated successfully, but these errors were encountered:
Problem is that the pgoapi does not accept dict as argument in the API calls, and avatar is a dict with a value for each customisable choice (eye, ...)
We need to cherry-pick tejado/pgoapi#214 (I've tested it with other calls, seems to work well)
Then the most easy way would be to random fill the avatar struct and just call the API at the opportune moment.
Hi,
the "complete tutorial" doesn't select an trainer avatar (google-account).
After I logged on the trainer avatar is "invisible" (empty) and it's not possible to select one ;-)
Maybe it's possible to include a generic avatar selection in the "complete tutorial" task ?
The text was updated successfully, but these errors were encountered: