yuroyami / syncplay-mobile

📱 Unofficial Syncplay client app for Android and iOS. Watch stuff in sync with your friends. Works well with Syncplay on PC. Fully written in Kotlin and Compose multiplatform.
113 stars 5 forks source link

Unable to connect to a private server #101

Open MayQueen33 opened 2 weeks ago

MayQueen33 commented 2 weeks ago

Screenshot_2024-06-18-00-00-14-089_com reddnek syncplay Always connecting........ It connects to official servers successfully. And my private server is accessible to Syncplay on PC.

yuroyami commented 2 weeks ago

@MayQueen33 If you're using a password for the private server, it may be related to this issue: Password preventing connection #91, I haven't looked into why it's happening as of yet

It might otherwise be caused by the TLS connection so try turning off TLS and let me know if it connects or not. You can also try using another network engine (you can find two Netty and Ktor, although Netty is pretty stable)

Let me know about your findings

MayQueen33 commented 2 weeks ago

Netty without TLS Screenshot_2024-06-18-00-00-14-089_com reddnek syncplay

Netty with TLS Screenshot_2024-06-18-00-19-22-035-edit_com reddnek syncplay

Ktor with or without TLS Screenshot_2024-06-18-00-20-08-447-edit_com reddnek syncplay

MayQueen33 commented 2 weeks ago

Maybe I can try turning off the password protection later.