Page 1 of 1

'urequests' isn't defined

Posted: Sun May 16, 2021 9:18 am
by RamblingGeek
I just upgraded an esp32 to v1.15 from v1.13 and now I'm receiving

NameError: name 'urequests' isn't defined

Has it been removed ?

Re: 'urequests' isn't defined

Posted: Sun May 16, 2021 9:06 pm
by SpotlightKid
Yes:

https://github.com/micropython/micropyt ... 886a1e8f71

IMHO the module is of limited use anyway, since it doesn't support HTTP basic auth or redirections and has other problems too.

I wrote an enhanced version called mrequests, maybe you will find it useful:

https://github.com/SpotlightKid/micropy ... /mrequests