mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #987] ERROR: server refused client with name "..." #787
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#787
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bjohas on GitHub (Dec 11, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/987
Describe the bug
When starting barrier, I get:
It seems that clients cannot connect (?)
To Reproduce
I am running barrier server on Ubuntu 20.04/Gnome (installed via snap) and barrier client on MacOS X Catalina.
Steps to reproduce the behavior:
Expected behavior
Expecting the client to connect to the server :)
PS
I did not install via apt, because that gives version 2.3.2., which seems to suffer a bad memory leak. However, 2.3.2. did start up and was confirmed that barrier is running. However, clients still could not connect. It's possible that there are issues on both sides, but not sure.
I wasn't sure how to install barrier 2.3.3. from the tar.gz, but can try that if somebody gives me a tip.
@bjohas commented on GitHub (Dec 11, 2020):
This was an issue with the port being in use - as the logs showed. Incrementing the port by one solved the problem on the server side. However, the client is still unable to connect - I've edited the title of the bug accordingly.
When I inspect the logs on the client, I see
@bjohas commented on GitHub (Dec 11, 2020):
OK, right - so I basically did not know how to use this app :) My apologies.
I had to add the client name into the server config, and then reload the server - then it worked.
This app is just so very cool - thank you to the devs and maintainers!!
@Doublefire-Chen commented on GitHub (Jun 9, 2022):
Thank you, followed by your tips, I fixed my issue. Great job!