Search found 1 match

by netomarin
Thu Jun 10, 2021 9:36 pm
Forum: ESP32 boards
Topic: OSError 16 when calling urequests.post
Replies: 0
Views: 1325

OSError 16 when calling urequests.post

I'm trying to send data to a spreadsheet hosted on Google using the post function on urequests.py my code: request_data = ujson.dumps({ "parameter": { "Beer": "Test", "Temp": 65, "SG":1.050, "Color":"ORANGE", "Comment":"user@gmail.com, TiltESP32", "Timepoint":43486.6 } }) print("url: {} - data: {}"....