-
Notifications
You must be signed in to change notification settings - Fork 54
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
Gets stuck at connection established #19
Comments
Hi. Thanks for your feedback! Maybe lemonade client's request is blocked by IP filtering in lemonade server. |
Hey, thanks for the quick response but I have tried specifying the IP of the client as well as allowing it from every IP. Still no luck. And again the connections seem to be established at both the places which shouldn't have been the case had the IP been blocked. This is the .toml configuration
Thanks. |
lemonade server logs client address when received TCP packet.
So, if the log doesn't exist, TCP packet is not caught. Or if the log exists, maybe lemonade crash silently. |
I think there was some issue with my router/ISP because I just tried a different internet connection and it worked just fine with the same configuration. Anyway, thanks for your time. 👍 |
I'm experiencing same problems, while both client & server succeed to connect:
I'm always receiving "exit status 1". |
Maybe Lemonade uses # if you use xsel
$ echo 'foo' | xsel --input --clipboard
# if you use xclip
$ echo 'foo' | xclip -in -selection clipboard |
Thanks for the fast reply. I've been using |
yes. |
I got this issue as well. |
Everything seems to be working fine when I check the tcp connection at both the ends which says 'Established' but when I try to copy anything it doesn't work, it get's stuck there and doesn't even throw any errors.
Any help would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: