Page 1 of 1

urequests missing from latest build

Posted: Sat Nov 09, 2019 4:58 pm
by ghayne
I just installed esp8266-20191109-v1.11-571-g7e374d231.bin and urequests is missing.

Re: urequests missing from latest build

Posted: Sun Nov 10, 2019 11:53 pm
by jimmo
This looks to be the same issue as viewtopic.php?f=18&t=7212 (which was fixed already for ESP32, but I think ESP8266 was missed). I'll find out for you...

Re: urequests missing from latest build

Posted: Mon Nov 11, 2019 12:08 am
by jimmo
I checked...apparently this was always the case with the nightly ESP8266 builds. Only the "release" / "stable" versions include the extra libraries (see the list at https://github.com/micropython/micropyt ... release.py ) whereas the nightly versions are built with the standard manifest.

Re: urequests missing from latest build

Posted: Mon Nov 11, 2019 8:52 am
by ghayne
jimmo wrote:
Mon Nov 11, 2019 12:08 am
I checked...apparently this was always the case with the nightly ESP8266 builds.....
Oh, my mistake then jimmo, thanks for investigating.

Garry