ertong / star-debug

Starlink debug info viewer app
Other
40 stars 3 forks source link

app stopped recognizing json #4

Open MAY4VFX opened 1 week ago

MAY4VFX commented 1 week ago

It seems they changed the code format new: { "app": { "app": { "version": "2024.33.0", "nodeEnv": "production", "build": "2000009449", "hash": "", "timestamp": 1729702838 }, "isAuthenticated": true, "baseDomain": "starlink.com", "device": { "os": "ios", "osVersion": "18.1", "name": "iPhone", "model": "iPhone 13 Pro Max", "memory": 5918425088, "deviceId": "iPhone14,3", "sensors": {} }, "network": { "gatewayIp": "192.168.2.1", "vpnActive": false }, "permissions": { "localNetwork": true

old: { "device": { "status": { "app": { "version": "2024.32.1", "environment": "production", "build": "2000009340", "hash": "", "timestamp": 1728324647 }, "platform": { "os": "ios", "version": "18.0.1" }, "timestamp": 1729869194, "uptime": 4143, "sensors": {}, "account": { "accountNumber": "ACC-3068750-97868-32" }, "memory": 5918490624, "name": "iPhone", "model": "iPhone 13 Pro Max", "deviceId": "iPhone14,3" }, "permissions": { "localNetwork": true

ertong commented 5 days ago

Hello, thanks for your feedback.

Cannot reproduce on Android: the latest version in the market is 2024.32.1. But reproducible on iOS on version 2024.36.0.

Preparing a fix for the next release.

MAY4VFX commented 3 days ago

I tried it on Android, but at the moment the Android version is also 2024.36.0, and the code from it also did not work in the latest debug application. Thanks!

Cannot reproduce on Android: the latest version in the market is 2024.32.1. But reproducible on iOS on version 2024.36.0.

Preparing a fix for the next release.