Skip to content

invoking the video app in flutter gallery results in a runtime error #32097

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

Closed
a-siva opened this issue Feb 8, 2018 · 1 comment
Closed

invoking the video app in flutter gallery results in a runtime error #32097

a-siva opened this issue Feb 8, 2018 · 1 comment
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P0 A serious issue requiring immediate resolution

Comments

@a-siva
Copy link
Contributor

a-siva commented Feb 8, 2018

E/flutter (30653): [ERROR:topaz/lib/tonic/logging/dart_error.cc(16)] Unhandled exception:
E/flutter (30653): type '_InternalLinkedHashMap' is not a subtype of type 'Map<String, dynamic>' where
E/flutter (30653):   _InternalLinkedHashMap is from dart:collection
E/flutter (30653):   Map is from dart:core
E/flutter (30653):   String is from dart:core
E/flutter (30653): 
E/flutter (30653): #0      VideoPlayerController.initialize (package:video_player/video_player.dart)
E/flutter (30653): <asynchronous suspension>
E/flutter (30653): #1      _VideoDemoState.initState.initController (file:///usr/local/google/home/asiva/workspace/flutter-roll/flutter/examples/flutter_gallery/lib/demo/video_demo.dart:385:24)
E/flutter (30653): <asynchronous suspension>
E/flutter (30653): #2      _VideoDemoState.initState (file:///usr/local/google/home/asiva/workspace/flutter-roll/flutter/examples/flutter_gallery/lib/demo/video_demo.dart:389:19)
E/flutter (30653): #3      StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3719:14)
E/flutter (30653): #4      ComponentElement.mount (package:flutter/src/widgets/framework.dart:3585:5)
E/flutter (30653): #5      Element.inflateWidget (package:flutter/src/widgets/framework.dart:2875:14)
E/flutter (30653): #6      Element.updateChild (package:flutter/src/widgets/framework.dart:2678:12)
E/flutter (30653): #7      ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3621:16)
@a-siva a-siva added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P0 A serious issue requiring immediate resolution labels Feb 8, 2018
@a-siva a-siva added this to the 2.0-alpha1 milestone Feb 8, 2018
@a-siva a-siva self-assigned this Feb 8, 2018
@a-siva
Copy link
Contributor Author

a-siva commented Feb 8, 2018

This is already being tracked in flutter issue flutter/flutter#14556, so closing this.

@a-siva a-siva closed this as completed Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P0 A serious issue requiring immediate resolution
Projects
None yet
Development

No branches or pull requests

1 participant