-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Describe the bug
A clear and concise description of what the bug is.
My twitter account has approximately 1000 following accounts and when I tried to import all of them to app, it seemed that the app was going to import all of them at once and send multi parallel http requests, which beyond the limit of the f**king twitter's api fetch restrict.
I got "httpexception:too many requests" at every startup, besides this app was eating my cpu or gpu resource and halted my phone at that time so I had to reboot it.
To Reproduce
Steps to reproduce the behavior:
- Go to subscription bar
- Click on import subscriptions
- Wait for twitter server to suspend my account or my phone to be "dead"
Expected behavior
A clear and concise description of what you expected to happen.
Reduce the numbers of subscriptions for requests if its larger than the f**king twitter's api settings.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
- Device: POCO F5 PRO
- OS: Android 14 Lineage OS
- Browser maybe webview ?
- Version 3.3.1
Additional context
Add any other context about the problem here.
There is also a similar app called squawker for twitter, and I also get similar error but this app seems dont consume my phone's resource and I was also able to browser user by my selecting. I wonder if you were using similar code base ?