Created
August 3, 2018 02:27
-
-
Save ailabs-software/3bec7c32d136beba2a65e88c04966612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled exception: | |
type 'List<dynamic>' is not a subtype of type 'Iterable<XmlNode>' in type cast | |
#0 Object._as (dart:core/runtime/libobject_patch.dart:67:25) | |
#1 XmlGrammarDefinition.element.<anonymous closure> (package:xml/xml/grammar.dart:122:58) | |
#2 ActionParser.parseOn (package:petitparser/src/core/actions/action.dart:19:29) | |
#3 ChoiceParser.parseOn (package:petitparser/src/core/combinators/choice.dart:20:28) | |
#4 PossessiveRepeatingParser.parseOn (package:petitparser/src/core/repeaters/possesive.dart:28:29) | |
#5 SequenceParser.parseOn (package:petitparser/src/core/combinators/sequence.dart:21:32) | |
#6 ChoiceParser.parseOn (package:petitparser/src/core/combinators/choice.dart:20:28) | |
#7 SequenceParser.parseOn (package:petitparser/src/core/combinators/sequence.dart:21:32) | |
#8 ActionParser.parseOn (package:petitparser/src/core/actions/action.dart:17:27) | |
#9 ChoiceParser.parseOn (package:petitparser/src/core/combinators/choice.dart:20:28) | |
#10 PossessiveRepeatingParser.parseOn (package:petitparser/src/core/repeaters/possesive.dart:28:29) | |
#11 SequenceParser.parseOn (package:petitparser/src/core/combinators/sequence.dart:21:32) | |
#12 ChoiceParser.parseOn (package:petitparser/src/core/combinators/choice.dart:20:28) | |
#13 SequenceParser.parseOn (package:petitparser/src/core/combinators/sequence.dart:21:32) | |
#14 ActionParser.parseOn (package:petitparser/src/core/actions/action.dart:17:27) | |
#15 SequenceParser.parseOn (package:petitparser/src/core/combinators/sequence.dart:21:32) | |
#16 ActionParser.parseOn (package:petitparser/src/core/actions/action.dart:17:27) | |
#17 EndOfInputParser.parseOn (package:petitparser/src/core/combinators/eof.dart:16:27) | |
#18 Parser.parse (package:petitparser/src/core/parser.dart:48:26) | |
#19 parse (package:xml/xml.dart:40:24) | |
#20 BuildConfigurationParser.parse (file:///opt/DependencyGraph6/src/dependencytree/BuildConfigurationParser.dart:31:20) | |
#21 AbstractCommandLineProgramBase.main (file:///opt/DependencyGraph6/src/dependencytree/AbstractCommandLineProgramBase.dart:62:53) | |
#22 main (file:///opt/DependencyGraph6/src/compiler/cmd/Compiler.dart:216:22) | |
#23 _startIsolate.<anonymous closure> (dart:isolate/runtime/libisolate_patch.dart:277:32) | |
#24 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:165:12) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment