Closed musnows closed 2 years ago
Same issue, the status code of the Auth Request is 403. I believe that the problem is in the preparation of cookies for the auth request, since also that request throws an 403 status code. Tho I don't get what is the cause of the failure of the cookie request :(
I tested it on: window10
and macos Montrey M1
Same issue, the status code of the Auth Request is 403. I believe that the problem is in the preparation of cookies for the auth request, since also that request throws an 403 status code. Tho I don't get what is the cause of the failure of the cookie request :(
I tested it on:
window10
andmacos Montrey M1
just checkout https://github.com/floxay/python-riot-auth/issues/5
They blocked some old user agent values recently, this issue was already fixed in https://github.com/floxay/python-riot-auth/commit/3fea6a47930391c129a8e3da6d6d50e5d4e7c138, use v1.0.1.
Everything is good after I update it,no err occuered by now
Thanks mate, I didn't think of that :))
I'm not very knowledgeable on the subject but from what I understand, Cloudflare does tls fingerprinting which necessitates a specific cipher suite and there are additional user agent checks. Glad you got everything working 👍
I encountered the following error
It occured both on
windows11
and cloud_serverCentOS7.6
first err occured at
2022-09-27 00:02:47 GMT+8
, everything was good on09-26
I asked another developer, who said he had encountered the same error