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

When building my app on a new machine, I get the following error after copying my token and returning to the app #10

Closed
GroovinChip opened this issue Mar 7, 2019 · 3 comments

Comments

@GroovinChip
Copy link
Collaborator

E/flutter (21006): [ERROR:flutter/shell/common/shell.cc(186)] Dart Error: Unhandled exception:
E/flutter (21006): Unsupported operation: Cannot modify an unmodifiable Map
E/flutter (21006): #0      _ImmutableMap.removeWhere (dart:core/runtime/libimmutable_map.dart:118:5)
E/flutter (21006): #1      __Base&Authentication&Utilities.request (package:mastodon/src/utilities.dart:23:31)
E/flutter (21006): <asynchronous suspension>
E/flutter (21006): #2      _Mastodon&_Base&Accounts.verifyCredentials (package:mastodon/src/endpoints/accounts.dart:57:28)
E/flutter (21006): <asynchronous suspension>
E/flutter (21006): #3      AuthBloc._handleToken (package:mastodon/src/bloc/auth.dart:131:38)
E/flutter (21006): <asynchronous suspension>
E/flutter (21006): #4      _RootZone.runUnaryGuarded (dart:async/zone.dart:1314:10)
E/flutter (21006): #5      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:336:11)
E/flutter (21006): #6      _DelayedData.perform (dart:async/stream_impl.dart:591:14)
E/flutter (21006): #7      _StreamImplEvents.handleNext (dart:async/stream_impl.dart:707:11)
E/flutter (21006): #8      _PendingEvents.schedule.<anonymous closure> (dart:async/stream_impl.dart:667:7)
E/flutter (21006): #9      _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
E/flutter (21006): #10     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)```
@lukepighetti
Copy link
Owner

lukepighetti commented Mar 7, 2019

63d0d0a should fix it

@GroovinChip
Copy link
Collaborator Author

Having issues forcing AS to get the newest version, will report back when I can get it to work

@GroovinChip
Copy link
Collaborator Author

I got the newest version, still getting the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants