-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
body-error=JSONDecodeError #120
Comments
I am still working on it. I have noticed twrecked changes on the mqtt calls notably in the headers keys. But even adapting text on this side, made no difference on the 403 error. |
If you can capture some logs I can take a look. But if this is really early on try upgrading cloudscraper. he requirement are showing 1.2.58 but they are up to release 1.2.71. |
Thank you for getting back to me. Here are some logs : The 403 message appears with the following input : URL: HEADERS: |
And you're on the latest version of pyaarlo? Because those were the errors I was seeing before I updated the headers. |
Yes lastest version :
|
They changed the name of one of the headers to ...automation-name, you can see it in the trace you sent, and you have that fix in the code. 2 things to try Delete the season pickle files, one of them is named 'aarlo.pickle' and I can't remember the other but they are next to each other and try starting it again Can you change your external IP address? It maybe thinks you made too many bad attempts and it has blocked you. |
Hi Steve,
But I am still getting the same error, as mentionned in #121. |
Hi,
I am receiving this new error :
body-error=JSONDecodeError
on the account connection of my Arlo Go. This has been working for months without any issue, and I haven't changed anything recently. Do you know where this might come from ?
It seems related to a <Response [403]> on the
r = self._session.post(
url, json=params, headers=headers, timeout=timeout
)
Here is the params :
{'email': 'a........', 'password': 'Q..........', 'language': 'en', 'EnvSource': 'prod'}
And headers I am using :
{'Accept': 'application/json, text/plain, /', 'Accept-Language': 'en-US,en;q=0.9', 'Origin': 'https://my.arlo.com', 'Referer': 'https://my.arlo.com/', 'Source': 'arloCamWeb', 'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_1_2 like Mac OS X) AppleWebKit/604.3.5 (KHTML, like Gecko) Mobile/15B202 NETGEAR/v1 (iOS Vuezone)'}
Thanks in advance.
The text was updated successfully, but these errors were encountered: