Nheko-Reborn / nheko

Desktop client for Matrix using Qt and C++20.
https://nheko-reborn.github.io/
GNU General Public License v3.0
1.82k stars 196 forks source link

nheko starts using http3/quic #1682

Closed nishanthkarthik closed 4 months ago

nishanthkarthik commented 4 months ago

Describe the bug

This is no longer a bug report with nheko but I'd like leave it searchable for others facing the same issue.

Some dependency (my bets are on libcurl 8.6.0-3) was updated on archlinux and nheko started using http3. I had to allow UDP over port 443 on my firewall to make nheko work.

To Reproduce

  1. Start nheko
  2. Logs complain about failing network requests

What happened?

No response

Expected behavior

No response

Screenshots

No response

Version

0.11.3

Operating system

Linux

Installation method

Some repository (AUR, homebrew, distribution repository, PPA, etc)

Qt version

5.15.12+kde+r150-1

C++ compiler

No response

Desktop Environment

No response

Did you use profiles?

Relevant log output

No response

Backtrace

No response

nishanthkarthik commented 4 months ago

Closing because the fix is allowing UDP over 443.

m5r commented 4 months ago

You're right, I just downgraded curl from 8.6.0-3 to 8.5.0-1 and nheko is working fine again.