I\'m newbie for python, I\'m having task so I need to scan wifi and send the data to the server, the below is the format which i have to send, this work fine when enter manually
The traceback doesn't come from the same code you pasted.
On the error traceback there's a line:
conn.request("POST","http://202.45.139.58:8080/ppod-web",params,headers)
It is the line 9 of http.py however it is not on the code you pasted.
http.py
Please paste the actual code.