Search found 2 matches
- Thu Mar 25, 2021 6:02 am
- Forum: General Discussion and Questions
- Topic: urequests "need more than 2 values to unpack"
- Replies: 7
- Views: 6050
Re: urequests "need more than 2 values to unpack"
Apparently the post request does reflect on the server but still id really like to get rid of the error please anyone....
- Tue Mar 02, 2021 7:14 pm
- Forum: General Discussion and Questions
- Topic: urequests "need more than 2 values to unpack"
- Replies: 7
- Views: 6050
Re: urequests "need more than 2 values to unpack"
Hello I am also sending data to a server via HTTP post requests on the esp 32 but get the same error : Traceback (most recent call last): File "main.py", line 34, in <module> File "urequests.py", line 111, in post File "urequests.py", line 81, in request ValueError: need more than 2 values to unpack...