Search found 1 match

by jordanscff
Sat Jul 23, 2022 7:44 pm
Forum: General Discussion and Questions
Topic: urequests OSError 6
Replies: 0
Views: 10270

urequests OSError 6

Hi, I'm trying to do a very simple request to GET data. import urequests r = urequests.get("http://www.google.com") print(r.content) But I am getting this following error: >>> >>> >>> raw REPL; CTRL-B to exit >OK MPY: soft reboot raw REPL; CTRL-B to exit >OK Traceback (most recent call last): File "...