You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create more than 1 group to the firebase via the "group-create.js" script
The app show this error.
Here is the error
════════ Exception caught by widgets library ═══════════════════════════════════
The following NoSuchMethodError was thrown building StoreConnector<AppState, ChannelScreenViewModel>(dependencies: [StoreProvider]):
The getter 'authorId' was called on null.
Receiver: null
Tried calling: authorId
The relevant error-causing widget was
StoreConnector<AppState, ChannelScreenViewModel>
lib/…/channel/channel_screen.dart:19
When the exception was thrown, this was the stack
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5) #1 ChannelScreenViewModel.fromStore.
package:circles_app/…/channel/channel_screen_viewmodel.dart:42 #2 ChannelScreenViewModelBuilder.update
package:circles_app/…/channel/channel_screen_viewmodel.g.dart:172 #3 new _$ChannelScreenViewModel
package:circles_app/…/channel/channel_screen_viewmodel.g.dart:27 #4 ChannelScreenViewModel.fromStore
package:circles_app/…/channel/channel_screen_viewmodel.dart:40
...
The text was updated successfully, but these errors were encountered:
@xJon Agreed that they haven't implemented the "Create Group" UI within the app.
However, I used the script "group-create.js" to create 2 groups and the app crash because of this.
I'm not sure whether the script was intended for that; I'm not an expect in JavaScript nor did I read the script itself, but I do know that it's rather simple to add a new group with the code I quoted above.
Please help
I tried to create more than 1 group to the firebase via the "group-create.js" script
The app show this error.
Here is the error
════════ Exception caught by widgets library ═══════════════════════════════════
The following NoSuchMethodError was thrown building StoreConnector<AppState, ChannelScreenViewModel>(dependencies: [StoreProvider]):
The getter 'authorId' was called on null.
Receiver: null
Tried calling: authorId
The relevant error-causing widget was
StoreConnector<AppState, ChannelScreenViewModel>
lib/…/channel/channel_screen.dart:19
When the exception was thrown, this was the stack
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)
#1 ChannelScreenViewModel.fromStore.
package:circles_app/…/channel/channel_screen_viewmodel.dart:42
#2 ChannelScreenViewModelBuilder.update
package:circles_app/…/channel/channel_screen_viewmodel.g.dart:172
#3 new _$ChannelScreenViewModel
package:circles_app/…/channel/channel_screen_viewmodel.g.dart:27
#4 ChannelScreenViewModel.fromStore
package:circles_app/…/channel/channel_screen_viewmodel.dart:40
...
The text was updated successfully, but these errors were encountered: