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

Don't know how to fetch docs at org.elixir_lang.documentation.BeamDocsHelper.fetchDocs(BeamDocsHelper.kt:51) #3553

Open
bighunter513 opened this issue Mar 19, 2024 · 0 comments

Comments

@bighunter513
Copy link

System

Plugin Version: 17.0.0
Application: IntelliJ IDEA Community Edition (2023.3.5)
Operating System: Windows 10 (10.0)

Event

Message

Element

@type boolean :: (true | false)

From: C:/Program Files/Erlang OTP/lib/erts-14.2.2/ebin/erlang.beam:66

Context


  @type bitstring :: binary(0, 1)

  @type bool :: boolean()

  @type boolean :: (true | false)

  @type byte :: 0..255

  @type char :: 0..1114111

From: C:/Program Files/Erlang OTP/lib/erts-14.2.2/ebin/erlang.beam:61-71

Element Class Name

org.elixir_lang.beam.psi.impl.TypeDefinitionImpl

Exception

Stacktrace

java.lang.Throwable: Don't know how to fetch docs
java.lang.Throwable: Don't know how to fetch docs
	at org.elixir_lang.errorreport.Logger.error(Logger.kt:45)
	at org.elixir_lang.errorreport.Logger.error(Logger.kt:25)
	at org.elixir_lang.documentation.BeamDocsHelper.fetchDocs(BeamDocsHelper.kt:51)
	at org.elixir_lang.documentation.ElixirDocumentationProvider.fetchDocs(ElixirDocumentationProvider.kt:497)
	at org.elixir_lang.documentation.ElixirDocumentationProvider.generateDoc(ElixirDocumentationProvider.kt:41)
	at com.intellij.lang.documentation.CompositeDocumentationProvider.generateDoc(CompositeDocumentationProvider.java:135)
	at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.localDocHtml(PsiElementDocumentationTarget.kt:112)
	at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.localDoc(PsiElementDocumentationTarget.kt:97)
	at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.doComputeDocumentation(PsiElementDocumentationTarget.kt:84)
	at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget.access$doComputeDocumentation(PsiElementDocumentationTarget.kt:28)
	at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget$computeDocumentation$1.invoke(PsiElementDocumentationTarget.kt:78)
	at com.intellij.lang.documentation.psi.PsiElementDocumentationTarget$computeDocumentation$1.invoke(PsiElementDocumentationTarget.kt:77)
	at com.intellij.openapi.progress.CoroutinesKt.jobToIndicator$lambda$1(coroutines.kt:454)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:73)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant