-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error: "Protocol not available" #1509
Comments
Oh noes! What version of hyper are you using? And when you say it panics, where? At one of the |
The last one - 0.11.26 It panics on my unwrap - the one at the end of line: |
FYI, I just rewrote the code to use |
I've seen the "protocol unavailable" message once before myself but I can't remember what the context was unfortunately. |
What OS is this happening on? |
Linux Mint |
Do you what version of the Linux kernel it is? 0.11.26 tries to set |
mint should definitely be at least 3.9, unless that's a really old install. I was on 3.12 in 2013 on elementary OS (another ubuntu derivative) |
3.2.0-48-generic (Yes, it is old install.) |
So, I think 2c48101 will fix this, if you want to try it out before I just publish a new version assuming it fixes it :) |
I plan to try it. Thank you for quick response! |
I've published v0.11.27 with the fix mentioned here! |
When trying to run the server:
It panics with OS error "Protocol not available"
nc -l
works, so I guess the problem is somewhere inhyper
or its dependency.The text was updated successfully, but these errors were encountered: