nikshriv
nikshriv
Thanks so much. I'll give it a try.
I gave it a try yesterday. I was able to obtain the json from the server and started the server main.go. Then I tried to open the web app in...
By login loop I mean that when I try to open the web app on port 8080 using a web browser, it asks me to login. When I try to...
Thanks... I tried the -no-auth flag and it no longer requires a login, so that issue is fixed. However, the server shuts down immediately with this error: invalid character 'a'...
This is definitely a JSON unmarshal problem that occurs in the GetDeviceProperties function. The problem is with my account. There is a device that is empty and therefore has no...
Well, it turns out that modifying GetDeviceProperties to exclude the device entries with no bulbArray did not fix the problem. I modified Login_2fa to attempt device enumeration after logging in...
Thanks again for your work on this...I make a node.js server to connect to the TCP server and have been listening to messages coming from the server. This is an...
This the set of packets I receive when I turn on my Front Door switch from the Alexa app. 83 00 00 00 25 72 ae 64 5a 2d d5...
I was able to successfully login and enumerate my devices with the new change. Unfortunately, still unable to use the web app and still get the same error: invalid character...
Have you tried the latest update? I'm not sure what is going on without more information. To help debug, please try running my cync_data.py script (on your laptop with python,...