anacrolix / cove

A combined BitTorrent frontend and DHT indexer for personal use
https://www.coveapp.info
34 stars 0 forks source link

Page showing random characters #27

Closed Mntz closed 2 months ago

Mntz commented 2 months ago

I tried running Cove headless under Ubuntu Server 20.04.6 but when visiting http://hostname:8080 some random characters are returned. Like something is wrong with encryption or encoding.

The server is proxied through Cloudflare but disabling this didn't seem to help. According to the logs, the service is running fine and is finding new torrents.

Any idea what could cause this?

cove

anacrolix commented 2 months ago

Oh wow, that's interesting. It looks like compression is being applied. It's very likely caused by CloudFlare or your browser. Are you able to connect directly to the instance and rule out CloudFlare?

anacrolix commented 2 months ago

Sorry I just saw you've already tried disabling it. It might be incorrect or unsupported compression in cove. What browser and version are you using?

anacrolix commented 2 months ago

I believe I identified the problem. Please try https://github.com/anacrolix/cove/releases/tag/v0.4.8.

Mntz commented 2 months ago

That's great, the new version fixed it. Thanks for this awesome software!

anacrolix commented 2 months ago

Thanks!