We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
print(client.accessTokenExpiresAt); print(client.accessToken); await client.refreshAccessToken();
print(client.accessTokenExpiresAt);
print(client.accessToken);
await client.refreshAccessToken();
Log I/flutter (28245): null I/flutter (28245): syt_Z3Jvb3D0ZXN0_urzfZFrTpiCFvpTRipEv_3d1pav I/flutter (28245): [Matrix] Benchmark: Get Client from store -> 0 ms [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: No refresh token available E/flutter (28245): #0 Client.refreshAccessToken (package:matrix/src/client.dart:294:7) E/flutter (28245): E/flutter (28245): #1 ChatListView.build.. (package:fluffychat/pages/chat_list/chat_list_view.dart:146:31) E/flutter (28245):
AccessToken in JWT format & refreshAccessToken() should refresh new access token
1.22.0+3535
Android 13 - Moto g32
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
print(client.accessTokenExpiresAt);
print(client.accessToken);
await client.refreshAccessToken();
Log
I/flutter (28245): null
I/flutter (28245): syt_Z3Jvb3D0ZXN0_urzfZFrTpiCFvpTRipEv_3d1pav
I/flutter (28245): [Matrix] Benchmark: Get Client from store -> 0 ms
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: No refresh token available
E/flutter (28245): #0 Client.refreshAccessToken (package:matrix/src/client.dart:294:7)
E/flutter (28245):
E/flutter (28245): #1 ChatListView.build.. (package:fluffychat/pages/chat_list/chat_list_view.dart:146:31)
E/flutter (28245):
Steps to Reproduce
Expected Behavior
AccessToken in JWT format & refreshAccessToken() should refresh new access token
App Version
1.22.0+3535
Additional Platform Information
Android 13 - Moto g32
Additional Context
No response
The text was updated successfully, but these errors were encountered: