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

"Failed to open visualization" / "method not found", unless I remove the "edition" line from the project's package.yaml #7426

Closed
1 of 2 tasks
GregoryTravis opened this issue Jul 28, 2023 · 3 comments

Comments

@GregoryTravis
Copy link
Contributor

Discord username

No response

What type of issue is this?

Intermittent – Occurring irregularly

Is this issue blocking you from using Enso?

  • Yes, I can't use Enso because of this issue.

Is this a regression?

  • Yes, previous version of Enso did not have this issue.

What issue are you facing?

In my local build, I often get this error when attempting to create a node.

Screen Shot 2023-07-28 at 3 21 59 PM

The problem stops after I remove the 'edition' line from package.yaml.

Server log attached.

Expected behaviour

  • Start IDE and backend separately
  • Create a new project
  • Press Tab to create a node
  • I can create a node

How we can reproduce it?

  • Start backend
    java -jar project-manager.jar -vv --no-log-masking
  • Start frontend
    dist/ide/mac-arm64/Enso.app/Contents/MacOS/Enso -engine=false -debug.verbose

Screenshots or screencasts

No response

Logs

20230728-192029-444-enso-project-manager.log

Enso Version

Built at a5d1cae (20230728)

Browser or standalone distribution

Standalone distribution (local project)

Browser Version or standalone distribution

standalone

Operating System

MacOS

Operating System Version

Monterey 12.6.3

Hardware you are using

MacBook Air (M1, 2020)

@hubertp
Copy link
Contributor

hubertp commented Jul 28, 2023

If I'm reading the logs correctly then you are trying latest IDE with 2023.2.1-nightly.2023.5.11 engine. Yes, that's bound to fail due to some refactorings we did. This is the same issue as mentioned in #7095 (comment)

@Akirathan
Copy link
Member

Akirathan commented Jul 31, 2023

Related discussion about versioning of Engine+IDE is at https://github.com/orgs/enso-org/discussions/6762#discussioncomment-6090645

GitHub
When I was discussion with @Frizi the issue #6715, we discovered several points about Language Server API to be discussed broader @4e6 @hubertp : What widgets needs to know The widgets need to know...

@GregoryTravis
Copy link
Contributor Author

Is the workaround to just delete the line from package.yaml? Or is there something else? I wonder why it's 5.11 for me, and not 6.20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

5 participants