saleweaver / python-amazon-sp-api

Python wrapper to access the amazon selling partner API
https://python-amazon-sp-api.readthedocs.io/en/latest/
MIT License
518 stars 232 forks source link

SSL Error #1457

Closed jcabourne closed 2 months ago

jcabourne commented 2 months ago

Hi

I have a script with prebuilt functions that used to work flawlessly with the amazon Sp api. Recently though i keep getting an SSL error when i interact with the US marketplace (Script still works fine with EU and GB markets).

(Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1129)')))

I have tried to add {verify=Flase} in to the client parameters but i am still having this issue.

Has any one had this before and/or has any suggestions on how to fix it?

thank you

saleweaver commented 2 months ago

I assume it was a temporary problem?!?