question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught (in promise) Error: Error invoking SVGAnalyzer. Check the inner error for details.

See original GitHub issue

I did the download and installation of aurelia-validation@0.6.6 after configure the application plugin:

export function configure(aurelia){

    aurelia.use
           .standardConfiguration()
           .developmentLogging()
           .plugin("aurelia-validation");

    aurelia.start().then(a => a.setRoot('app', document.body));

};

it shows me this error

what am I doing wrong? 😦

aurelia-pal.js:20 Uncaught (in promise) Error: Error invoking SVGAnalyzer. Check the inner error for details.

inner error: TypeError: _aureliaPal.DOM.createElement is not a function at createElement (http://localhost:54141/jspm_packages/npm/aurelia-binding@1.0.0-beta.1.3.0/aurelia-binding.js:4391:31) at new SVGAnalyzer (http://localhost:54141/jspm_packages/npm/aurelia-binding@1.0.0-beta.1.3.0/aurelia-binding.js:4400:11) at Object.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:364:14) at InvocationHandler.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:339:168) at Container.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:587:25) at StrategyResolver.get (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:145:37) at Container.get (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:518:41) at Object.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:389:105) at InvocationHandler.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:339:168) at Container.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:587:25) at createElement (http://localhost:54141/jspm_packages/npm/aurelia-binding@1.0.0-beta.1.3.0/aurelia-binding.js:4391:31) at new SVGAnalyzer (http://localhost:54141/jspm_packages/npm/aurelia-binding@1.0.0-beta.1.3.0/aurelia-binding.js:4400:11) at Object.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:364:14) at InvocationHandler.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:339:168) at Container.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:587:25) at StrategyResolver.get (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:145:37) at Container.get (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:518:41) at Object.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:389:105) at InvocationHandler.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:339:168) at Container.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:587:25) at new AggregateError (http://localhost:54141/jspm_packages/npm/aurelia-pal@1.0.0-beta.1.1.1/aurelia-pal.js:20:13) at Container.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:589:15) at StrategyResolver.get (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:145:37) at Container.get (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:518:41) at Object.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:389:105) at InvocationHandler.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:339:168) at Container.invoke (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:587:25) at StrategyResolver.get (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:145:37) at Container.get (http://localhost:54141/jspm_packages/npm/aurelia-dependency-injection@1.0.0-beta.1.1.5/aurelia-dependency-injection.js:518:41) at HtmlBehaviorResource.initialize (http://localhost:54141/jspm_packages/npm/aurelia-templating@1.0.0-beta.1.2.0/aurelia-templating.js:3252:40)AggregateError @ aurelia-pal.js:20invoke @ aurelia-dependency-injection.js:589get @ aurelia-dependency-injection.js:145get @ aurelia-dependency-injection.js:518invoke @ aurelia-dependency-injection.js:389invoke @ aurelia-dependency-injection.js:339invoke @ aurelia-dependency-injection.js:587get @ aurelia-dependency-injection.js:145get @ aurelia-dependency-injection.js:518initialize @ aurelia-templating.js:3252initialize @ aurelia-templating.js:2515initialize @ aurelia-templating.js:2434(anonymous function) @ aurelia-templating.js:2795

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

7reactions
doktordirkcommented, Mar 28, 2016

gulp unbundle (just a guess)

else rebuild the config (@jdanyow i’d lke to see a task for that. i’m getting tired of explaining howto)

  • delete the jspm folder
  • delete the map entry in config js
  • run jspm install
1reaction
doktordirkcommented, Jul 27, 2016

the whole ./jspm_packages folder. but maybe just try jspm update -a first

Read more comments on GitHub >

github_iconTop Results From Across the Web

aurelia/validation - Gitter
Hi. I am new to aurelia. This sample code under the html tab works fine in JSbin: http://jsbin.com/yiqodilaho/edit?html,js,output. But generates an error in ......
Read more >
Error invoking View - Help Requests - The Aurelia Discourse
I am getting a strange error from a view that I have made that I don't know how to debug or understand. It...
Read more >
How to catch uncaught exception in Promise - Stack Overflow
This script will silently die without error. Nothing in firebug. My question is if I do a mistake and forgot to catch it...
Read more >
[WebGL] [SVG] "Runtime error: float unrepresentable in ...
[WebGL] [SVG] "Runtime error: float unrepresentable in integer range" is thrown on WebGL builds when using Vector Graphics.
Read more >
7d7e9887bceb8838eee96783c1...
_handlers.set(e,r)),r.invoke(this,t)}catch(t){throw new n.AggregateError("Error invoking "+e.name+". Check the inner error for details.",t,!0)}},e.prototype ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found