paddycarey / dweepy

A Simple Python client for Dweet.io
MIT License
60 stars 18 forks source link

HTTP 502 DweepyError common with modified Dweet.io code (after 25Jun2022) #19

Closed SilvestreArduino closed 2 years ago

SilvestreArduino commented 2 years ago

Dweet.io was down from 21Jun2022 20:00UTC to 25Jun2022 20:15UTC On Twitter Dweet.io said that: "Dweet will be back ... with a few tweaks. We are removing bloat we don't need, refactoring the code to work with new libraries, and setting it up to work on new infrastructure. " After 25Jun2022 my Python code that uses Dweepy library gets HTTP 502 DweepyError's about 10% of the dweet requests or posts. It does not happen with Arduino code running on ESP32 with HPPTClient.h library so I think Dweepy library may be improved to eliminate those HTTP 502 Errors.

SilvestreArduino commented 2 years ago

It seems that Dweet.io tweak its code and the HTTP 502 errors do not happen since 28Jun2022 16:00 UTC