thingsboard-client-sdk
thingsboard-client-sdk copied to clipboard
cannot connect to thingsboard demo server
Hello! I was connected and capable of tranfering data few days ago.Without changing anything in my code, i am unable to connect now. The demo server and TOKEN is being given correctly, although the tb.connect(host,token) returns false. The only thing that changed those days, is that i was transfered in a new location with a different netwotk.Is there any issues with security policies etc and if yes, how can i overcome this?
I'm no thingsboard expert but you might what to check:
- can you connect to other sites (or even just ping).
- could it be that the token expired.
- or maybe the date-time on the new network is not configured properly and it makes the token think it has expired.