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

[BUG] asyncApi document v3.0.0 doesn't get rendered #105

Open
2 tasks done
kingofdisasterr opened this issue Sep 12, 2024 · 4 comments
Open
2 tasks done

[BUG] asyncApi document v3.0.0 doesn't get rendered #105

kingofdisasterr opened this issue Sep 12, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@kingofdisasterr
Copy link

Describe the bug.

given document:

asyncapi: 3.0.0
info:
  version: '1'
  title: 'my fancy ansyncapi'
channels:
  the.channel:
    description: 'a fancy channel'

shows a error in the renderer.

AsyncAPI intellij plugin version: 2.6.0+jre17

Expected behavior

the document gets rendered.

Screenshots

image

How to Reproduce

  1. the document renders when i put in 2.5.0 as version
  2. change the version to 3.0.0 and the error shows up

🥦 Browser

None

👀 Have you checked for similar open issues?

  • I checked and didn't find similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

None

@kingofdisasterr kingofdisasterr added the bug Something isn't working label Sep 12, 2024
Copy link

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@Pakisan Pakisan self-assigned this Sep 12, 2024
@Pakisan
Copy link
Member

Pakisan commented Sep 12, 2024

You are using preview panel from folks at JetBrains. Close it and open built-in web preview

@kingofdisasterr
Copy link
Author

when i try to render with the web preview (i.e. chrome) it leads me to a '404 Not Found' error:

image

@Pakisan
Copy link
Member

Pakisan commented Sep 13, 2024

Yep, it's known issue with temp file resolving. Sometimes it's not accessible

I have already resolved it in upcoming release 2.7.0, by rendering content directly instead of using temporal files

I can drop you jar, to install new version manually and provide feedback

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