Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many request #1125

Open
redDwarf03 opened this issue Oct 20, 2024 · 0 comments
Open

Too many request #1125

redDwarf03 opened this issue Oct 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@redDwarf03
Copy link
Member

redDwarf03 commented Oct 20, 2024

Describe the problem you discovered

After a refresh, 2 errors:

[AppService] Call GetAccountRecentTransactions - lastTransactionAddressToSearch: 00007CE71C9486F4E37E9E21F83D2777C511E2B6670FF23045037BDF1845A01DC653
flutter: ══╡ EXCEPTION CAUGHT BY APISERVICE ╞════════════════════════════════════════════════════════════════
flutter: The following ArchethicTooManyRequestsException was thrown getTransactionOwnerships failed:
flutter: Instance of 'ArchethicTooManyRequestsException'
flutter:
flutter: When the exception was thrown, this was the stack:
flutter: #0      ApiService.manageLinkException (package:archethic_lib_dart/src/services/api_service.dart:969:9)
flutter: #1      ApiService.getTransaction (package:archethic_lib_dart/src/services/api_service.dart:486:5)
flutter: <asynchronous suspension>
flutter: #2      ApiService.getTransactionOwnerships (package:archethic_lib_dart/src/services/api_service.dart:528:30)
flutter: <asynchronous suspension>
[AppService] Call GetAccountRecentTransactions - lastTransactionAddressToSearch: 000092ef634e84e6975c149628911845af3a9d6e372fcb3ac7461c8bc22d8b723f30
flutter: #3      TaskRetry.autoRetry.<anonymous closure> (package:aewallet/util/task.dart:74:22)
2
flutter: <asynchronous suspension>
flutter: #5      TaskRetry.minDuration.<anonymous closure> (package:aewallet/util/task.dart:50:26)
2
flutter: <asynchronous suspension>
flutter: #7      TaskBatch.batch (package:aewallet/util/task.dart:29:9)
flutter: <asynchronous suspension>
flutter: #8      AppService.getAccountRecentTransactions (package:aewallet/service/app_service.dart:500:38)
flutter: <asynchronous suspension>
flutter: #9      Account.updateRecentTransactions (package:aewallet/model/data/account.dart:275:9)
flutter: <asynchronous suspension>
flutter: #10     _AccountNotifier._refreshRecentTransactions (package:aewallet/application/account/account_notifier.dart:41:5)
flutter: <asynchronous suspension>
flutter: #11     _AccountNotifier.refreshRecentTransactions.<anonymous closure> (package:aewallet/application/account/account_notifier.dart:60:11)
flutter: <asynchronous suspension>
flutter: #12     _AccountNotifier._refresh (package:aewallet/application/account/account_notifier.dart:26:9)
flutter: <asynchronous suspension>
flutter: (elided 2 frames from dart:async)
flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════
@redDwarf03 redDwarf03 added the bug Something isn't working label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant