[Bug]: subscription logos and thumnails doesn't load when used behind a proxy since version 0.20 (regression)
Guidelines
- [X] I have encountered this bug in the latest release of FreeTube.
- [X] I have encountered this bug in the official downloads of FreeTube.
- [X] I have searched the issue tracker for open and closed issues that are similar to the bug report I want to file, without success.
- [X] I have searched the documentation for information that matches the description of the bug I want to file, without success.
- [X] This issue contains only one bug.
Describe the bug
Since the 21st of June 2024 with version 0.21.0 and up until now (v0.21.1) Freetube doesn't load anything when it is launched behind a proxy
Here is the description of the regression
A big red button in the top Subscription bar is "glowing" while the channel names are slowly appearing in the left column, but with broken image instead of the official logos
The following messages appear and disappear continuously in the bottom of the window
Erreur d'API locale (Cliquez pour copier): TypeError: Failed to fetch
When selecting a channel, the same redish growing button shows in the middle with still the same message regularly appearing in black rounded lines
All the menus are unusable
here is the message that are shown in the console from which freetube was launched:
[862096:0711/143109.106495:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED
[862096:0711/143109.106612:ERROR:interface_endpoint_client.cc(722)] Message 203124906 rejected by interface proxy_resolver.mojom.ProxyResolver
[862102:0711/143109.120090:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED
[862102:0711/143109.120259:ERROR:interface_endpoint_client.cc(722)] Message 203124906 rejected by interface proxy_resolver.mojom.ProxyResolver
[862108:0711/143109.132879:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED
[862108:0711/143109.132996:ERROR:interface_endpoint_client.cc(722)] Message 203124906 rejected by interface proxy_resolver.mojom.ProxyResolver
[862114:0711/143109.146824:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED
[862114:0711/143109.146958:ERROR:interface_endpoint_client.cc(722)] Message 203124906 rejected by interface proxy_resolver.mojom.ProxyResolver
[862120:0711/143109.160347:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED
[862120:0711/143109.160484:ERROR:interface_endpoint_client.cc(722)] Message 203124906 rejected by interface proxy_resolver.mojom.ProxyResolver
[862126:0711/143109.173772:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED
[862126:0711/143109.173923:ERROR:interface_endpoint_client.cc(722)] Message 203124906 rejected by interface proxy_resolver.mojom.ProxyResolver
[862132:0711/143109.187845:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED
[862132:0711/143109.187935:ERROR:interface_endpoint_client.cc(722)] Message 203124906 rejected by interface proxy_resolver.mojom.ProxyResolver
(several per seconds)
I have to revert to version 0.20.0 to be able to use it again
Expected Behavior
It should be able to load channel logos, video thumbnails and play videos as it was with v0.20.0
Issue Labels
API issue, content not loading, usability issue
FreeTube Version
0.21.1
Operating System Version
Ubuntu 24.04
Installation Method
.deb
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
0.20.0
Additional Information
the proxy doesn't require a user/password and the configuration is based on the following environment variables
no_proxy=localhost,127.0.0.0/8,.mydomain.xxx htttp_proxy=http://myproxy.xxx:8080/ https_proxy=http://myproxy.xxx:8080/
Nightly Build
- [ ] I have encountered this bug in the latest nightly build.