Open renakim opened 4 years ago
Check you Private Key, make sure it's correct and includes ------BEGIN EC PRIVATE KEY------
and ------END EC PRIVATE KEY-----
and everything in-between
Hi! I have the same problem over here.
@meltdown03 , do you have any lights on what could be happening for testing other ways?
No, sorry, I never got this error.
On Wed, Apr 28, 2021, 10:14 AM Tomás Charad @.***> wrote:
@meltdown03 https://github.com/meltdown03 , do you have any lights on what could be happening for testing other ways?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/espressif/esp-google-iot/issues/9#issuecomment-828538929, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPBQCAPRMM2DYUEQ7U7NQLTLAQ5RANCNFSM4JRQRYLA .
Hi! I was able to solve the problem by creating elliptic curve keys.
Hello, I set up the Google IoT core settings for the example and build successful. But after executing it with
idf.py monitor
command, the data does not come into IoT core. (IDF version: v4.0) I checked with ESP_LOGI and an error occurs in the function below.The error code is IOTC_JWT_FORMATTION_ERROR. Could you check this problem?