Skip to content
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

[Bug] Some devices can’t see each other—Windows 11 24H2 involved? #352

Open
danyonline64 opened this issue Nov 28, 2024 · 1 comment
Labels
bug Something isn't working self-hosted WebRTC

Comments

@danyonline64
Copy link

Some devices are unable to detect each other on the network. This issue started recently and affects specific machines, including one running Windows 11 24H2.

Steps to reproduce the behavior:

Open Pairdrop on device A (e.g., Windows 11 24H2).
Open Pairdrop on device B (another device on the same network).
Attempt to detect device B from device A (or vice versa).
Devices fail to see each other.

All devices on the same network should detect each other and allow file sharing via Pairdrop, as they did before.

OS: Windows 11 24H2
Browser: Chrome/Firefox
Version: last

Bug occurs on official PairDrop instance https://pairdrop.net/
No

Bug occurs on self-hosted PairDrop instance
Yes

Self-Hosted Setup

Proxy: Nginx
Deployment: Docker Compose
Version: v1.10.10

Additional context
The issue seems to be new and might be related to changes in the Windows 11 24H2 update. Other devices on the same network (using the same Pairdrop instance) work fine. Could this be related to networking or compatibility issues with this OS version?

Thanks :)

@danyonline64 danyonline64 added the bug Something isn't working label Nov 28, 2024
@schlagmichdoch
Copy link
Owner

As PairDrop is a web app it should not be OS but browser specific but there might be some firewall or vpn settings that affect visibility.

What do your browser logs on the affected device say? Does it try to connect but ultimately fail?

Have you deployed your own TURN server via RTC_CONFIG env var or do you use the default settings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working self-hosted WebRTC
Projects
None yet
Development

No branches or pull requests

2 participants