electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

Still getting Error HTTP 401 #90

Open xkosm14 opened 4 years ago

xkosm14 commented 4 years ago

Hello, please let me know what could be the error reason...

Scenario: -I correctly created sheet and google script, coppied sript ID -I corretcly coppied Arduino sketch and updated here ScripdID and wifi credentials. -I did NOT use fingerprint parameter since I udnerstood it was not mandatory. -then I run the sketch and serial monitor displayed error:

It looks like my RE was not authorized, Google returns to ESP2866 HTML code of the authorization web page, code was really huge...

Serial monitor log:

22:15:56.246 -> Connecting to wifi: martin_new2.4 22:15:56.771 -> ........... 22:16:02.578 -> WiFi connected 22:16:02.578 -> IP address: 22:16:02.578 -> 192.168.0.108 22:16:02.578 -> Connecting to script.google.com 22:16:03.802 -> Error with request. Response status code: 401 22:16:04.138 -> Error with request. Response status code: 401 22:16:04.138 -> 22:16:04.138 -> GET: Write into cell 'A1' 22:16:04.138 -> ========================= 22:16:05.189 -> 22:16:05.189 -> <!DOCTYPE html> 22:16:05.189 -> 22:16:05.189 -> 22:16:05.189 -> 22:16:05.189 ->

github-actions[bot] commented 4 years ago

Welcome to HTTPSRedirect! Please provide enough info to debug the issue.

ESPboy-edu commented 4 years ago

the similar problem ( but got WiFi connected IP address: 192.168.100.4 Connecting to script.google.com Certificate match. Error with request. Response status code: 401 Error with request. Response status code: 0

electronicsguy commented 3 years ago

Are you still having this issue?