PairDrop
PairDrop copied to clipboard
[Bug] Unable to send certain file
trafficstars
Describe the bug I cannot send this file, every time I send it, the other device just disappears.
To Reproduce 1.zip Please uncompress this zip file, and try sending the png file within.
Desktop (please complete the following information):
- OS: [Windows]
- Browser [chrome]
- Version [Windows 10 22H2]
Smartphone (please complete the following information):
- Device: [Android]
- OS: [Android 12]
- Browser [Kiwi browser, Pairdrop Android client]
- Version [chromium 124]
Bug occurs on official PairDrop instance https://pairdrop.net/ Yes, and on dev.pairdrop.net
Bug occurs on self-hosted PairDrop instance Yes
Self-Hosted Setup Proxy: Caddy Deployment:
docker run -d \
--restart unless-stopped \
--name=pairdrop \
--hostname pairdrop \
--net custom --ip ****** \
-e PUID=1026 \
-e PGID=101 \
-e TZ=******* \
-e RATE_LIMIT=true \
-e WS_FALLBACK=true \
-e RTC_CONFIG="/home/node/app/rtc_config.json" \
-v /*****/docker/pairdrop/rtc_config.json:/home/node/app/rtc_config.json \
ghcr.io/schlagmichdoch/pairdrop
Version: v1.10.10