GuusBackup / Odido.Authenticator

5 stars 2 forks source link

2GB is added... but to the wrong number... #2

Open midime80 opened 3 months ago

midime80 commented 3 months ago

Hi,

I'm trying to use the updated version. The thing is ... that it seems to work on only the first cellnumber... or main accountnumber...? Because i have 3 subscriptions. 2 Phone subscriptions and 1 data subscription. Currently say i have subscription A and B. B is the one i am using with the AutoMate app and also the data is on this phone. When the 80% limit is reached i get an SMS and the app wants to sent a request to ODIDO. That parts seems to work fine, but when i look in the LOG it actually shows the number of subscription A. And also adds 2GB to that subscription.

Is there a workaround to make it work on the "used" number...?

Thanks!

midime80 commented 3 months ago

I found out... after reading the other issue that seemed different is actually the kindof same logic...

jsonDecode(GetSubApiUrlsRequest)["subscriptions"][0]["SubscriptionURL"] changed to : jsonDecode(GetSubApiUrlsRequest)["subscriptions"][1]["SubscriptionURL"] That didn't work... since the 2GB was added to my Data subscription... so i figured to change it to 2. And that worked!

Thanks!!!