Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

App is not launching - Uncaught ReferenceError: The module "uri/punycode" has not been loaded #222

Open
ayapsone opened this issue Jan 27, 2017 · 1 comment

Comments

@ayapsone
Copy link

how come nothing is working...very much interested in this project but could not even check out.
trying in chromium 58*

Uncaught ReferenceError: The module "uri/punycode" has not been loaded
at _require (http://localhost:8080/components/imd/imd.js:160:13)
at http://localhost:8080/components/imd/imd.js:117:16
at Array.map (native)
at _runFactory (http://localhost:8080/components/imd/imd.js:106:30)
at define (http://localhost:8080/components/imd/imd.js:56:20)
at http://localhost:8080/components/urijs/src/URI.js:22:5
at http://localhost:8080/components/urijs/src/URI.js:27:2
imd.js:160
Uncaught ReferenceError: The module "uri" has not been loaded
at _require (http://localhost:8080/components/imd/imd.js:160:13)
at http://localhost:8080/components/imd/imd.js:117:16
at Array.map (native)
at _runFactory (http://localhost:8080/components/imd/imd.js:106:30)
at define (http://localhost:8080/components/imd/imd.js:56:20)
at http://localhost:8080/components/polymer-designer/src/editors/ElementEditor.js:11:1
imd.js:160
Uncaught ReferenceError: The module "polymer-designer/editors/ElementEditor" has not been loaded
at _require (http://localhost:8080/components/imd/imd.js:160:13)
at http://localhost:8080/components/imd/imd.js:117:16
at Array.map (native)
at _runFactory (http://localhost:8080/components/imd/imd.js:106:30)
at define (http://localhost:8080/components/imd/imd.js:56:20)
at http://localhost:8080/components/polymer-designer/elements/designer-document/designer-document.html:38:3
imd.js:160
Uncaught ReferenceError: The module "polymer-designer/editors/ElementEditor" has not been loaded
at _require (http://localhost:8080/components/imd/imd.js:160:13)
at http://localhost:8080/components/imd/imd.js:117:16
at Array.map (native)
at _runFactory (http://localhost:8080/components/imd/imd.js:106:30)
at define (http://localhost:8080/components/imd/imd.js:56:20)
at http://localhost:8080/components/polymer-designer/elements/designer-element-palette/designer-element-palette.html:78:1
imd.js:160
Uncaught ReferenceError: The module "uri" has not been loaded
at _require (http://localhost:8080/components/imd/imd.js:160:13)
at http://localhost:8080/components/imd/imd.js:117:16
at Array.map (native)
at _runFactory (http://localhost:8080/components/imd/imd.js:106:30)
at define (http://localhost:8080/components/imd/imd.js:56:20)
at http://localhost:8080/components/polymer-designer/elements/designer-app/designer-app.html:256:3
imd.js:160
Uncaught ReferenceError: The module "uri" has not been loaded
at _require (http://localhost:8080/components/imd/imd.js:160:13)
at http://localhost:8080/components/imd/imd.js:117:16
at Array.map (native)
at _runFactory (http://localhost:8080/components/imd/imd.js:106:30)
at define (http://localhost:8080/components/imd/imd.js:56:20)
at http://localhost:8080/components/polymer-designer/elements/designer-project-service/designer-project-service-browser.html:38:3

@ayapsone
Copy link
Author

had to fix uri.js with
define(['punycode', 'IPv6', 'SecondLevelDomains'], factory);
instead of
define(['./punycode', './IPv6', './SecondLevelDomains'], factory);

it's showing some ui now..is that correct ?
drag and drop of element or infact nothing is working as per app.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant