Hello, I am struggling with trying to set up device named above. I tried to follow all suggestions from FAQs but i failed. Don't know if its my lack of knowledge or is there something wrong with my device/setup. I'll paste here some log:
server log
When I convert from hex to text I get this:
POST / HTTP/1.0
Content-Length: 51
Content-Type: application/json
{"id":0,"jsonrpc":"2.0","method":"eth_blockNumber"}
For some reason I get ID 0 - any ideas how to solve it?
What is that HEX? Are you saying it's from your device? I very much doubt it.
well, i changed the ip of the tracker server and it stopped showing at logs. Reversed settings to my ip and logs started coming back. So I guess it is my device.
And which port you configured it to send data to?
the tracker device sends data to port 8082
That explains the problem. You should probably read our documentation before asking for help.
- Port 8082 is only for the web app access. It should never be used for devices.
- Data that is sent to port 8082 will never show in the log, which means that your earlier claim is incorrect.
Changed it to h02 protocol and now it works. Sorry for fuzz for some reason thought that the port has to be same as web interface/server.
Well I guess it was coincidence with me turning off for device for 2 minutes.
Hello, I am struggling with trying to set up device named above. I tried to follow all suggestions from FAQs but i failed. Don't know if its my lack of knowledge or is there something wrong with my device/setup. I'll paste here some log:
server log
When I convert from hex to text I get this:
For some reason I get ID 0 - any ideas how to solve it?