Discussion:
[dart-misc] Error when debugging in Dartium (1.17.1)
Mark H
2016-06-16 13:37:26 UTC
Permalink
Hello

I've just updated to the latest stable Dart SDK (1.17.1) and Dartium. I was
previously using 1.14.0. I now get an error when trying to debug my app in
Dartium:

Unhandled exception:
The null object does not have a getter 'reflectedType'.


NoSuchMethodError: method not found: 'reflectedType'
Receiver: null
Arguments: []
#0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42)
#1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45)
#2 setupJsTypeCache (dart:js:654)
#3 _generateInteropPatchFiles (dart:js:672):
http://localhost:63342/Autograph/web/autograph.html_bootstrap.dart


Has anyone got any ideas what is causing this?

Thanks.
Mark
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Mark H
2016-06-16 15:49:14 UTC
Permalink
If I revert back to my previous version of Dartium (39.0.2171.0) but keep
the 1.17.1 SDK it seems to eliminate the error.

Thus it's possibly a problem with the latest version of Dartium??
Post by Mark H
Hello
I've just updated to the latest stable Dart SDK (1.17.1) and Dartium. I
was previously using 1.14.0. I now get an error when trying to debug my app
The null object does not have a getter 'reflectedType'.
NoSuchMethodError: method not found: 'reflectedType'
Receiver: null
Arguments: []
#0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42)
#1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45)
#2 setupJsTypeCache (dart:js:654)
http://localhost:63342/Autograph/web/autograph.html_bootstrap.dart
Has anyone got any ideas what is causing this?
Thanks.
Mark
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...