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

serve-d doesn't work anymore (openssl) problem #352

Closed
MonoMaxMW opened this issue Dec 21, 2023 · 6 comments
Closed

serve-d doesn't work anymore (openssl) problem #352

MonoMaxMW opened this issue Dec 21, 2023 · 6 comments

Comments

@MonoMaxMW
Copy link

Hello serve-d stopped working.
I'm using the "nightly" edition

Archlinux x64

Below the log:

object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
[Info - 9:47:26 AM] Connection to server got closed. Server will restart.
object.Exception@../../../.dub/packages/requests/2.1.1/requests/source/requests/ssl_adapter.d(204): loading openssl: unknown version Tuple!(int, "major", int, "minor")(3, 2) for init
Server crashed 10 times in the last minute. The server will not be restarted.
[Error - 9:47:27 AM] Connection to server got closed. Server will not be restarted.

@vabenil
Copy link

vabenil commented Dec 21, 2023

I have exactly the same issue. This started happening when I upgraded Arch Linux ~3 days ago.

@WebFreak001
Copy link
Member

upstream issue: ikod/dlang-requests#161

@snprajwal
Copy link

snprajwal commented Jan 7, 2024

When will this be released? Or is there a workaround to make serve-d work until the next release is cut?

@snprajwal
Copy link

Just saw that the last pre-release was published in Sep 2023, could we please cherry-pick this commit (if we don't want any of the others), and cut a hotfix release or something? I wouldn't want my LSP to depend on a local build unless I'm making changes to serve-d myself.

@WebFreak001
Copy link
Member

you can set the d.servedReleaseChannel setting to nightly to get the latest master build, but yeah cherry picking this is a good idea

WebFreak001 added a commit that referenced this issue Jan 7, 2024
@snprajwal
Copy link

you can set the d.servedReleaseChannel setting to nightly to get the latest master build, but yeah cherry picking this is a good idea

It looks like coc-dlang does not have this configuration option (I'm not using code-d). Thanks for the release, it fixed it for me!

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

4 participants