mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #643] TIS/TM non-main-thread error in macOS #509
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#509
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 @spencerkohan on GitHub (Apr 29, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/643
Operating Systems
Server: macOS Mojave 10.14.5
Client: Ubuntu 18.04
Barrier Version
server: 2.3.2-Release-210c2b70
client: 2.3.2-snapshot-9080ce45
Steps to reproduce bug
When I try to start the server, I am unable to connect a client, and when I look at the logs I see this error:
On the client side, I see this error:
Other info
Put anything else you can think of here.
@simons-public commented on GitHub (May 3, 2020):
The
TIS/TSMerror happens on MacOS even when Barrier is working. Here is a log from mine as an example.It seems like it might be an issue on the client side if you aren't seeing client connections in the server's logs. Can you test connecting to the server with the
opensslcomand on the client? For example:Also, check that you don't have old fingerprints (just like with ssh) in
~/.local/share/barrier/SSL/Fingerprints'. You can add the server to the trusted fingerprints on the client with thebarrierc` command:@github-actions[bot] commented on GitHub (Sep 23, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@p12tic commented on GitHub (Jan 10, 2021):
This has been fixed in #653 (reopening so that it does not appear that a bot just closed an issue for no reason).