Hi Shigeru,
Can you share how do you install the "urequests" module?
I downloaded from the link below and copied to libs/
https://github.com/m5stack/M5Stack_MicroPython/blob/master/MicroPython_BUILD/components/micropython/esp32/modules/urequests.py
but I got the following error:
Traceback (most recent call last):
File "main.py", line 105, in <module>
File "main.py", line 92, in loop
File "/flash/libs/urequests.py", line 112, in get
File "/flash/libs/urequests.py", line 97, in request
NotImplementedError: Redirects not yet supported
Thanks