tmo-monitor icon indicating copy to clipboard operation
tmo-monitor copied to clipboard

Could not query site info on Arcaydian with 1.00.18

Open sumocomputers opened this issue 1 year ago • 2 comments

Right now, I just want to query the Arcadyian maybe once an hour without any action, then I can push that data into a tool like Grafana that I can look at from time to time, and get a sense for how T-Mobile is moving me around on different bands, and then manually take action if needed. My goal is to try and get a return of data like @asheingold does in the first post here, but I cannot figure out how to do this.

I thought maybe I needed to write to a log file, so this is the command I am using below, but I get "Could not query site info", whether I use --logall or --logdelta and whether I use ping or http connect method.

Command:

tmo-monitor.py username=admin password=12345678 --model ARCKVD21 --connectivity-check http -r -I 192.168.12.1 -5 n41 -5 n71 --logfile tmo-monitor.log --log-all

Return

2023/07/12 12:24:53 [DEBUG] Enabled file logging to tmo-monitor.log
2023/07/12 12:24:53 [DEBUG] Starting new HTTP connection (1): 192.168.12.1:80
2023/07/12 12:24:53 [DEBUG] http://192.168.12.1:80 "POST /TMI/v1/auth/login HTTP/1.1" 401 147
2023/07/12 12:24:53 [CRITICAL] Could not query site info, exiting.

sumocomputers avatar Jul 12 '23 19:07 sumocomputers