-
Notifications
You must be signed in to change notification settings - Fork 4
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
ConnectionClosed when joining a room #2
Comments
I was able to join a local instance of your server, so it must come from Heroku! Maybe a port issue? |
@soywod Hi, thanks for the report! For some reason I can create a room but not join it now either so it must be with Heroku. Also I'm not that familiar with Linux but do you think |
I'm not so sure, since me and me friend tried from different OS, and I guess you are also on a different OS. It must come from Heroku. Did you tried to restart the server somehow? Maybe you reached a quota? |
I did restart the server but I don't think it was due to the quota since the metrics looked fine at the time. I tried it with macOS and my friend on WSL Ubuntu so I thought that it was working fine. I'm assuming you're on Ubuntu so could you try installing that library and see if anything changes? |
I did a link from v6 to v5 and it works! |
Awesome! Yeah I can definitely mention it in the README and I still don't really know why the server crashed because of it so I'll have to look into that. |
Linux: I run into the similar issue with Seems like it comes somewhere from the github CD, this might be a clue. Also looks like ubuntu-20.04 is updating across the github actions, so maybe this binary bug will self-repair itself soon? Or we might build a binary somewhere else. |
Hmm interesting, under the github action for the last release I see that it is ubuntu 20 though: I'm not really sure how to fix it, is there a better alternative than just building it somewhere else? Maybe installing |
We might try to update stack's resolver from |
@rmehri01 Can we test it without creating an actual release somehow? |
@dedifferentiator I haven't actually tried this but maybe something like https://github.com/nektos/act would work? Or maybe I could try making a pre-release and you could try it out? |
Nope, |
Ah okay, I didn't know that. I'll setup a pre-release right now! |
Thanks, I checked pre-release, but it still has the same error, after all that must a problem of distros :( Let's compare binary built on my local machine
Arch build links towards
Ubuntu has thes ncurses version in the section, but arch doesn't specify something about ncurses version at all.
|
Thanks for the detailed report! That's a bit unfortunate, I am not that familiar with linux so I'm not quite sure what to do about it :( I did some searching and maybe doing static linking instead of dynamic linking is an option? Or maybe building an arch version somewhere else? |
Hey, sorry for delay! Yes, static build should have worked, but it seems like it doesn't :( Static binary still throws the similar warning We may try to build a binary in circleCI, using something like this orb (although it doesn't seem to support download of binary, but we may come up with how to download it ourselves) with any arch docker image, and see how it differs from the github build, but I've never worked with circleCI before, so I'm not quite sure how it really works. I guess I'll take a look in a week or so. |
Hmm that is strange, I haven't used CircleCI either so I could check it out! Also, do you know if using something like nix would help? (again, I haven't used it before) |
Thanks, that would be great! It might help, or most likely it might not :) but what I know for sure is that it'll bring a lot of undesirable pain together with it (imo). I think there should be other ways to figure it out without nix. Eventually it shouldn't be a big problem for arch user, it's just having stack installed, maybe a couple of other libs, and thock is ready to be built from source. Also as an alternative we might create a script which would discard all |
I have a issue when I try to join a room, I get this error:
Awesome project dude anyway!
The text was updated successfully, but these errors were encountered: