tnixon / kvd21-TMI-util

Simple Python utility to hack / modify configuration of Arcadyan KVD21 router for T-Mobile Home Internet
MIT License
23 stars 2 forks source link

Stuck at updating network configuration #1

Open agomez225 opened 2 years ago

agomez225 commented 2 years ago

I'm running this script and passing the password to log into the router settings as a parameter.

The script gets stuck here:

Fetching auth token from http://192.168.12.1/TMI/v1/auth/login ... Obtained auth token! Fetching network configuration from http://192.168.12.1/TMI/v1/network/configuration ... Obtained network config! Updating network configuration at http://192.168.12.1/TMI/v1/network/configuration ...

If I log into the router settings and then visit "192.168.12.1/TMI/v1/network/configuration" , this is what gets displayed :

{ "result": { "error": "AuthorizationError", "message": "Not Authorized, Access token is missing or invalid", "statusCode": 401 } }

tnixon commented 2 years ago

The script disables the built-in WiFi of the unit. If you're connecting via this WiFi, it will stop working once the update is applied.