Title: After Upgrading to Fedora 32 on multiple machines, ElixirLS won't start · Issue #231 · elixir-lsp/elixir-ls · GitHub
Open Graph Title: After Upgrading to Fedora 32 on multiple machines, ElixirLS won't start · Issue #231 · elixir-lsp/elixir-ls
X Title: After Upgrading to Fedora 32 on multiple machines, ElixirLS won't start · Issue #231 · elixir-lsp/elixir-ls
Description: Environment Elixir & Erlang versions (elixir --version): Elixir 1.9.2 (compiled with Erlang/OTP 22) Operating system: Fedora 32 Editor or IDE name (e.g. Emacs/VSCode): VSCode LSP Client name: ElixirLS: Elixir support and debugger If usin...
Open Graph Description: Environment Elixir & Erlang versions (elixir --version): Elixir 1.9.2 (compiled with Erlang/OTP 22) Operating system: Fedora 32 Editor or IDE name (e.g. Emacs/VSCode): VSCode LSP Client name: Elixi...
X Description: Environment Elixir & Erlang versions (elixir --version): Elixir 1.9.2 (compiled with Erlang/OTP 22) Operating system: Fedora 32 Editor or IDE name (e.g. Emacs/VSCode): VSCode LSP Client name: E...
Opengraph URL: https://github.com/elixir-lsp/elixir-ls/issues/231
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"After Upgrading to Fedora 32 on multiple machines, ElixirLS won't start","articleBody":"### Environment\r\n\r\n* Elixir \u0026 Erlang versions (elixir --version): Elixir 1.9.2 (compiled with Erlang/OTP 22)\r\n* Operating system: Fedora 32\r\n* Editor or IDE name (e.g. Emacs/VSCode): VSCode\r\n* LSP Client name: ElixirLS: Elixir support and debugger\r\n * If using VSCode, are you using \"ElixirLS: Elixir support and debugger\"?\r\n\r\n### Troubleshooting\r\n\r\n- [x] Restart your editor (which will restart ElixirLS) sometimes fixes issues\r\n- [ ] Stop your editor, remove the entire `.elixir_ls` directory, then restart your editor\r\n * NOTE: This will cause you to have to re-run the dialyzer build for your project\r\n\r\nThe .elixir_ls directory never gets created, I assume because the ElixirLS application never starts.\r\n\r\n### Logs\r\nCreating a new project with `mix new empty` has the same issue.\r\n\r\nOutput:\r\n```\r\n09:08:24.291 [info] Application elixir_ls_utils exited: :stopped\r\nStarted ElixirLS Fork v0.3.3\r\n\r\n09:08:24.291 [info] Application erl2ex exited: :stopped\r\n\r\n09:08:24.291 [info] Application forms exited: :stopped\r\nElixir version: \"1.9.2 (compiled with Erlang/OTP 22)\"\r\nErlang version: \"22\"\r\n[Warn - 9:08:24 AM] ** (exit) exited in: GenServer.call(ElixirLS.LanguageServer.JsonRpc, {:packet, %{\"id\" =\u003e 0, \"jsonrpc\" =\u003e \"2.0\", \"method\" =\u003e \"initialize\", \"params\" =\u003e %{\"capabilities\" =\u003e %{\"textDocument\" =\u003e %{\"codeAction\" =\u003e %{\"codeActionLiteralSupport\" =\u003e %{\"codeActionKind\" =\u003e %{\"valueSet\" =\u003e [\"\", \"quickfix\", \"refactor\", \"refactor.extract\", \"refactor.inline\", \"refactor.rewrite\", \"source\", \"source.organizeImports\"]}}, \"dynamicRegistration\" =\u003e true, \"isPreferredSupport\" =\u003e true}, \"codeLens\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"colorProvider\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"completion\" =\u003e %{\"completionItem\" =\u003e %{\"commitCharactersSupport\" =\u003e true, \"deprecatedSupport\" =\u003e true, \"documentationFormat\" =\u003e [\"markdown\", \"plaintext\"], \"preselectSupport\" =\u003e true, \"snippetSupport\" =\u003e true, \"tagSupport\" =\u003e %{\"valueSet\" =\u003e [1]}}, \"completionItemKind\" =\u003e %{\"valueSet\" =\u003e [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, \"contextSupport\" =\u003e true, \"dynamicRegistration\" =\u003e true}, \"declaration\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"linkSupport\" =\u003e true}, \"definition\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"linkSupport\" =\u003e true}, \"documentHighlight\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"documentLink\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"tooltipSupport\" =\u003e true}, \"documentSymbol\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"hierarchicalDocumentSymbolSupport\" =\u003e true, \"symbolKind\" =\u003e %{\"valueSet\" =\u003e [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}}, \"foldingRange\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"lineFoldingOnly\" =\u003e true, \"rangeLimit\" =\u003e 5000}, \"formatting\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"hover\" =\u003e %{\"contentFormat\" =\u003e [\"markdown\", \"plaintext\"], \"dynamicRegistration\" =\u003e true}, \"implementation\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"linkSupport\" =\u003e true}, \"onTypeFormatting\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"publishDiagnostics\" =\u003e %{\"relatedInformation\" =\u003e true, \"tagSupport\" =\u003e %{\"valueSet\" =\u003e [1, 2]}, \"versionSupport\" =\u003e false}, \"rangeFormatting\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"references\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"rename\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"prepareSupport\" =\u003e true}, \"selectionRange\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"signatureHelp\" =\u003e %{\"contextSupport\" =\u003e true, \"dynamicRegistration\" =\u003e true, \"signatureInformation\" =\u003e %{\"documentationFormat\" =\u003e [\"markdown\", \"plaintext\"], \"parameterInformation\" =\u003e %{\"labelOffsetSupport\" =\u003e true}}}, \"synchronization\" =\u003e %{\"didSave\" =\u003e true, \"dynamicRegistration\" =\u003e true, \"willSave\" =\u003e true, \"willSaveWaitUntil\" =\u003e true}, \"typeDefinition\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"linkSupport\" =\u003e true}}, \"window\" =\u003e %{\"workDoneProgress\" =\u003e true}, \"workspace\" =\u003e %{\"applyEdit\" =\u003e true, \"configuration\" =\u003e true, \"didChangeConfiguration\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"didChangeWatchedFiles\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"executeCommand\" =\u003e %{\"dynamicRegistration\" =\u003e true}, \"symbol\" =\u003e %{\"dynamicRegistration\" =\u003e true, \"symbolKind\" =\u003e %{\"valueSet\" =\u003e [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}}, \"workspaceEdit\" =\u003e %{\"documentChanges\" =\u003e true, \"failureHandling\" =\u003e \"textOnlyTransactional\", \"resourceOperations\" =\u003e [\"create\", \"rename\", \"delete\"]}, \"workspaceFolders\" =\u003e true}}, \"clientInfo\" =\u003e %{\"name\" =\u003e \"vscode\", \"version\" =\u003e \"1.44.2\"}, \"processId\" =\u003e 27023, \"rootPath\" =\u003e \"/home/khampton/work/nucleus\", \"rootUri\" =\u003e \"file:///home/khampton/work/nucleus\", \"trace\" =\u003e \"off\", \"workspaceFolders\" =\u003e [%{\"name\" =\u003e \"nucleus\", \"uri\" =\u003e \"file:///home/khampton/work/nucleus\"}]}}}, 5000)\r\n ** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started\r\n (elixir) lib/gen_server.ex:999: GenServer.call/3\r\n (elixir) lib/stream.ex:440: anonymous fn/4 in Stream.each/2\r\n (elixir) lib/stream.ex:1409: Stream.do_resource/5\r\n (elixir) lib/stream.ex:1583: Enumerable.Stream.do_each/4\r\n (elixir) lib/stream.ex:646: Stream.run/1\r\n (stdlib) erl_eval.erl:680: :erl_eval.do_apply/6\r\n (elixir) lib/code.ex:240: Code.eval_string/3\r\n[Info - 9:08:24 AM] Connection to server got closed. Server will restart.\r\n```\r\n\r\nDeveloper console error: `The ElixirLS server crashed 5 times in the last 3 minutes. The server will not be restarted.`\r\n","author":{"url":"https://github.com/bytesofpie","@type":"Person","name":"bytesofpie"},"datePublished":"2020-05-04T13:16:28.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/231/elixir-ls/issues/231"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:57e0da9d-9a17-a9c1-47af-f33face5e0b8 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | AF80:11B886:2317FF3:2D5D836:69929185 |
| html-safe-nonce | b35f3bbf7765bae3f9b2aa395a531e02242e090f4918a66a7f4314fede31e63b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRjgwOjExQjg4NjoyMzE3RkYzOjJENUQ4MzY6Njk5MjkxODUiLCJ2aXNpdG9yX2lkIjoiMzE3NjAwNzIxMTk3MDM2Nzg3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 5f507c36dd6f929c58647e45efd1a70d78636dc2601bae2d792ba074fc00a3e4 |
| hovercard-subject-tag | issue:611867358 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/elixir-lsp/elixir-ls/231/issue_layout |
| twitter:image | https://opengraph.githubassets.com/1dc344dad41b2be469225f5931cf976f9a83c47511b5bbd24d0894e06b03e790/elixir-lsp/elixir-ls/issues/231 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/1dc344dad41b2be469225f5931cf976f9a83c47511b5bbd24d0894e06b03e790/elixir-lsp/elixir-ls/issues/231 |
| og:image:alt | Environment Elixir & Erlang versions (elixir --version): Elixir 1.9.2 (compiled with Erlang/OTP 22) Operating system: Fedora 32 Editor or IDE name (e.g. Emacs/VSCode): VSCode LSP Client name: Elixi... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | bytesofpie |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| go-import | github.com/elixir-lsp/elixir-ls git https://github.com/elixir-lsp/elixir-ls.git |
| octolytics-dimension-user_id | 39283672 |
| octolytics-dimension-user_login | elixir-lsp |
| octolytics-dimension-repository_id | 126746886 |
| octolytics-dimension-repository_nwo | elixir-lsp/elixir-ls |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 126746886 |
| octolytics-dimension-repository_network_root_nwo | elixir-lsp/elixir-ls |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 848bc6032dcc93a9a7301dcc3f379a72ba13b96e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width