-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No connection unless proxy is set #87
Comments
It has nothing to do with this package I'm sure. |
I installed the normal spotify client, there i don't have the error so firewall rules are definitely ok. Can you please reopen ? |
Maybe Spotify loads proxy settings from somewhere on the host? I don't know, but flatpak doesn't firewall anything. |
i'm guessing flatpak maybe isolates or prohibits some system calls which bubble up eventually as an internet connection error. Is there a way to see what flatpak is doing in the background, a logfile or so? |
Flatpak does block some syscalls but it shouldn't cause such issues. You may debug spotify itself with |
here is the output, but not sure the flag got passed to spotify ? (not i on purpose put wrong password, as you can see it's an http transport error)
(note i have other flatpak apps like zoom working just fine) |
Flatpak does literally nothing to isolate you from network interfaces. |
If you want to debug this further you could install and configure Wireshark to capture HTTP traffic maybe. |
I hit the same issue, and I've been running tcpdump and strace. It looks like it connects fine, my guess is that it's related to this instead:
but I've been unable to find what syscall triggered that :( |
The app will claim that there is not an internet connection unless a proxy is set.
The text was updated successfully, but these errors were encountered: