Brent Rubell
Brent Rubell
Experiencing the same issue as @pdgendt. We patched it by setting our Action CI's env variable to `PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python` ([here](https://github.com/adafruit/Wippersnapper_Protobuf/commit/a34d4866ef42b8217e1ab5fbbbd8e898ca6e9194)). @PetteriAimonen +1 for using the env. variable by default within the...
I like the idea of library zips including dependencies since they're already accounted for in `requirements.txt`
also having a similar mismatch error when trying to run esptool's `read_flash`, > A fatal error occurred: Digest mismatch: expected 5C295C5E36CA05002BE6DC1D0B33ECA6, got EF133FF6CD7AAEB09D696D9516724A32
There are no current plans/ETA for this library. It will likely get added once we add it into the Adafruit.IO WipperSnapper library first (https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/issues/280). You may want to subscribe that...
> Adafruit_IO.errors.RequestError: Adafruit IO request failed: 422 Unprocessable Entity - request failed - Record invalid. Failed to save data to mengrie/feeds/temperature. data created_at may not be in the future @MarcEngrie...
@MarcEngrie There may be a small amount of drift between your server time and our server time. We allow no drift on `created_at`. I'm going to create a patch for...
Thanks for reporting them and your continued bughunt. I'm going to be doing some library work on Saturday to test/patch.
Could you try increasing the `MAXBUFFERSIZE` in the Adafruit_MQTT_Library on your computer? https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/Adafruit_MQTT.h#L110
> I also get issues with ssl certificates (even using different/my own libraries). What issues are you getting with your SSL certs?
@tekktrik Could you also update the "manual installation" section of the README to add instructions for manually installing Adafruit IO Python after this migration? https://github.com/adafruit/Adafruit_IO_Python#manual-installation