Siril can't reach the Internet

Hello, I can neither check for updates nor download the catalogues to perform photometric color calibration. I launched Siril via terminal to look at the output, and here it is when I check for updates:

siril_check_updates_callback: loading of https://siril.org/siril_versions.json failed: Operation not supported
log: Cannot fetch version file

And when trying to look for an object or to start the calibration:

log: Error loading url: http://cdsweb.u-strasbg.fr/cgi-bin/nph-sesame/-oI/A?M24: Operation not supported
log: Error loading url: http://vizier.u-strasbg.fr/viz-bin/asu-tsv?-source=NOMAD&-out.meta=-h-u-D&-out.add=_r&-sort=
_r&-out=%20RAJ2000%20DEJ2000%20Vmag%20Bmag&-out.max=200000&-c=0.000000+0.000000&-c.rm=51.8&Vmag=<13.15: Operation no
t supported
log: Error loading url: http://vizier.u-strasbg.fr/viz-bin/asu-tsv?-source=NOMAD&-out.meta=-h-u-D&-out.add=_r&-sort=
_r&-out=%20RAJ2000%20DEJ2000%20Vmag%20Bmag&-out.max=200000&-c=0.000000+0.000000&-c.rm=51.8&Vmag=<13.15: Operation no
t supported

I’m on Fedora 34, installed Siril 0.99.8.1 from the “@system” repository (sudo dnf install siril basically)

Could be same issue as: Photometric Color Calibration - Cannot download the online star catalog - #37 by lock042

1 Like

I’ll check it out, thanks!
P.S. Yes, that was it. Installing gvfs package solved the issue, thanks again!
Btw Siril worked just fine on the workstation edition before, maybe this package is only missing by default from the kde spin? Maybe we should tell this to the rpm maintainer

1 Like

Yes please. Could you open a ticket to fedora?

Yes, gvfs is a gnome package.

I’m kinda new to Linux, but I think I’ll figure it out, yeah

I got this issue on Arch KDE. Installing gvfs fixed this.

We have changed how network is managed in Siril. We in fact learned that glib-networking is a runtime dependency but we detected it at build time, so this gvfs or other packages were required on users computers. In the development version, or future 1.4, glib-networking has been completely removed from dependencies, replaced by the already optional libcurl.
For users building 1.2 themselves, we recommend you use libcurl too, brought by the libcurl4-gnutls-dev package on debian systems.

1 Like