After doing some testing, I'm facing a strange behaviour with Github authentication system through OTA.
I'm basically doing this request to the Github API:
Code: Select all
get('https://api.github.com/repos/path', headers={'Authorization': 'token my_token'} )
However, when I try to connect multiples pyboards at the same time, some of them end up connecting unauthorized and running out of request, leading up to not being able to finish the update.
I would like to know if anyone knows why this could be happening and if there is some way to reliable connect to the Github Api as an authorized user.