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

Ctrl-C gives popup error on frozen dashboard #129

Open
rickmcgeer opened this issue Dec 10, 2022 · 0 comments
Open

Ctrl-C gives popup error on frozen dashboard #129

rickmcgeer opened this issue Dec 10, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rickmcgeer
Copy link
Contributor

The error message is:

Error: Strange package URL: lively.morphic/ is not a valid URL

    at Object.normalizePackageURL (https://matt.engagelively.com/users/rick/published/studio/index-d257cda3.js:1341:17)
    at Object.lookupPackage$1 [as lookupPackage] (https://matt.engagelively.com/users/rick/published/studio/index-d257cda3.js:1361:65)
    at Object.getPackage$1 [as _getPackage] (https://matt.engagelively.com/users/rick/published/studio/index-d257cda3.js:1388:55)
    at Object.getPackage (https://matt.engagelively.com/users/rick/published/studio/index-d257cda3.js:9866:32)
    at _callee6$ (https://matt.engagelively.com/users/rick/published/studio/__rootModule___commonjs-entry-6f8c37d2.js:90903:37)
    at tryCatch (https://matt.engagelively.com/users/rick/published/studio/deps.js:684:40)
    at Generator.invoke [as _invoke] (https://matt.engagelively.com/users/rick/published/studio/deps.js:914:22)
    at Generator.next (https://matt.engagelively.com/users/rick/published/studio/deps.js:739:21)
    at asyncGeneratorStep (https://matt.engagelively.com/users/rick/published/studio/__rootModule___commonjs-entry-6f8c37d2.js:163:30)
    at _next (https://matt.engagelively.com/users/rick/published/studio/__rootModule___commonjs-entry-6f8c37d2.js:185:15)

I'm guessing that lively.morphic isn't bundled when we freeze the world. I see two possible fixes:

  1. Bundle lively.morphic with the frozen world;
  2. Rebind Ctrl-C on all dashboard morphs in the studio

@merryman any thoughts?

@rickmcgeer rickmcgeer added the bug Something isn't working label Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants