Hacker News new | ask | show | jobs
by qyron 3324 days ago
On the first blank screen I try to input "soft1", then I see some sort of connection dialog but then I get error message which, again, is not visible. Attaching link to Dropbox folder with screenshots. https://www.dropbox.com/sh/tagc4veaeco8umm/AAA2xcvvLQoM_lUh1...
2 comments

The error message (which you can't see) is probably telling you that your Internet connection is blocking Melondream's UDP packets. Are you connecting from work or public WiFi?

Btw, the lesson here for developers is: don't use UDP, use TCP. We made a big mistake

Any idea when this mistake will be resolved?
The system was built from the ground up to use forward error correction over UDP. The point was to allow a much less expensive, super-efficient server. We had no idea how poorly UDP is treated on the Internet. Huge, fatal mistake
Ok, download the APK again, see if it fixes the problem.

The new APK changes the target SDK number to be 23 (Marshmallow, 6.0.1), since that's the latest we've tested against.

Thanks for the bug report!

Now interface works well. But still no connection. I've tried both cellular internet (where UDP is most probably blocked) and home WiFi which doesn't block UDP (for sure, I tried pinging from phone).
Qyron, you've been very helpful.

We uploaded a new APK that passes the golang net error message straight through to the app's user.

So instead of seeing the ErrFleet5 message, you will see "write to UDP6 .... network is unreachable" or something else.

If you have a moment, would you reinstall the APK, rerun Melondream, and tell us what the error message says?

Thank you for your time

It shows the exact message you have quoted: write udp6....network is unreachable.
Yeah, your device can't send an IPv6 UDP packet. Mysterious. Do you see IPv6 UDP working in other applications? Thanks again for your efforts.