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

Unhandled error detected in the injected client.js script #1144

Closed
marcckku opened this issue Oct 11, 2020 · 6 comments
Closed

Unhandled error detected in the injected client.js script #1144

marcckku opened this issue Oct 11, 2020 · 6 comments

Comments

@marcckku
Copy link

NoSuchMethodError: method not found: 'get$digestsPath' (J.getInterceptor$x(...).get$digestsPath is not a function)
TypeError: J.getInterceptor$x(...).get$digestsPath is not a function
at Object.get$digestsPath$x (http://localhost:61724/dwds/src/injected/client.js:3507:43)
at http://localhost:61724/dwds/src/injected/client.js:22732:60
at _wrapJsFunctionForAsync_closure.$protected (http://localhost:61724/dwds/src/injected/client.js:3802:15)
at _wrapJsFunctionForAsync_closure.call$2 (http://localhost:61724/dwds/src/injected/client.js:10996:12)
at Object._asyncStartSync (http://localhost:61724/dwds/src/injected/client.js:3766:20)
at RequireRestarter._getDigests$0 (http://localhost:61724/dwds/src/injected/client.js:22744:16)
at http://localhost:61724/dwds/src/injected/client.js:22759:48
at _wrapJsFunctionForAsync_closure.$protected (http://localhost:61724/dwds/src/injected/client.js:3802:15)
at _wrapJsFunctionForAsync_closure.call$2 (http://localhost:61724/dwds/src/injected/client.js:10996:12)
at Object._asyncStartSync (http://localhost:61724/dwds/src/injected/client.js:3766:20)
at RequireRestarter._initialize$0 (http://localhost:61724/dwds/src/injected/client.js:22767:16)
at http://localhost:61724/dwds/src/injected/client.js:8572:45
at _wrapJsFunctionForAsync_closure.$protected (http://localhost:61724/dwds/src/injected/client.js:3802:15)
at _wrapJsFunctionForAsync_closure.call$2 (http://localhost:61724/dwds/src/injected/client.js:10996:12)
at Object._asyncStartSync (http://localhost:61724/dwds/src/injected/client.js:3766:20)
at Object.RequireRestarter_create (http://localhost:61724/dwds/src/injected/client.js:8584:16)
at http://localhost:61724/dwds/src/injected/client.js:22319:38
at _wrapJsFunctionForAsync_closure.$protected (http://localhost:61724/dwds/src/injected/client.js:3802:15)
at _wrapJsFunctionForAsync_closure.call$2 (http://localhost:61724/dwds/src/injected/client.js:10996:12)
at _awaitOnObject_closure.call$1 (http://localhost:61724/dwds/src/injected/client.js:10982:32)
at StaticClosure._rootRunUnary [as call$2$5] (http://localhost:61724/dwds/src/injected/client.js:4130:18)
at _CustomZone.runUnary$2$2 (http://localhost:61724/dwds/src/injected/client.js:12301:39)
at _Future__propagateToListeners_handleValueCallback.call$0 (http://localhost:61724/dwds/src/injected/client.js:11362:51)
at Object._Future__propagateToListeners (http://localhost:61724/dwds/src/injected/client.js:3914:93)
at _Future._complete$1 (http://localhost:61724/dwds/src/injected/client.js:11186:11)
at Object._cancelAndValue (http://localhost:61724/dwds/src/injected/client.js:4069:16)
at Stream_first_closure0.call$1 (http://localhost:61724/dwds/src/injected/client.js:11454:9)
at _EventStreamSubscription_onData_closure.call$1 (http://localhost:61724/dwds/src/injected/client.js:17309:30)
at StaticClosure._rootRunUnary [as call$2$5] (http://localhost:61724/dwds/src/injected/client.js:4136:16)
at _CustomZone.runUnary$2$2 (http://localhost:61724/dwds/src/injected/client.js:12301:39)
at _CustomZone.runUnaryGuarded$1$2 (http://localhost:61724/dwds/src/injected/client.js:12233:14)
at _CustomZone_bindUnaryCallbackGuarded_closure.call$1 (http://localhost:61724/dwds/src/injected/client.js:12436:25)
at invokeClosure (http://localhost:61724/dwds/src/injected/client.js:1204:26)
at EventSource. (http://localhost:61724/dwds/src/injected/client.js:1223:18)

@cooler-king
Copy link

I'm seeing the same error.

@marcckku
Copy link
Author

marcckku commented Oct 12, 2020

Hi cooler-king , yes I get this error when I want to run my flutter web app.
Saturday 10 October it worked fine, after turning off the computer and
accessing it again, now it doesn't work anymore !! .

I tried to create my application from scratch ( https://flutter.dev/docs/get-started/web ):

flutter channel beta
flutter upgrade
flutter config --enable-web

flutter create mywebapp
cd mywebapp

Nothing, nada de nada, nothing !!!

I don't know what I can do !!!!!

@cooler-king
Copy link

Mine is an Angular Dart webapp served via webdev.

I can get it to work by doing a release build and serving that instead. No errors in that scenario.
The development build completes but throws this error when I run the app.

@marcckku
Copy link
Author

Maybe webdev somehow connects remotely with github and there is some inequality, I don't know !!

@marcckku
Copy link
Author

This similary problem #625 but I don't understand what need to do ...

@grouma
Copy link
Member

grouma commented Oct 12, 2020

Dupe of #1133

@grouma grouma closed this as completed Oct 12, 2020
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

3 participants