foliate
foliate copied to clipboard
Error on FreeBSD 13.0 since update
Opening Foliate gives error: Could not open file Empty Response
Opening Foliate from terminal gives me the error:
(com.github.johnfactotum.Foliate:3030): Gjs-WARNING **: 12:56:33.042: JS ERROR: Error: Empty Response _init/<@resource:///com/github/johnfactotum/Foliate/js/epubView.js:623:57 _handleAction@resource:///com/github/johnfactotum/Foliate/js/epubView.js:886:22 _init/<@resource:///com/github/johnfactotum/Foliate/js/epubView.js:617:18 main@resource:///com/github/johnfactotum/Foliate/js/main.js:476:24 run@resource:///org/gnome/gjs/modules/script/package.js:206:19 @/usr/local/bin/foliate:9:17
Are you opening a remote file? If so it's probably #598.
Are you opening a remote file? If so it's probably #598.
No local files that worked just before my update.
Did you update Foliate from a previous version or was it a system update? It would be helpful to see which change was responsible for the issue.
Foliate was updated to a newer version during a FreeBSD update. I did a fresh install of FreeBSD on a raspberry pi 4 and used spectrwm instead of xfce and I had the same error when installing foliate.
I just noticed that foliate does work as root.
Able to reproduce this with WebKitGTK - 2.34.0
and GTK - 3.24.30
on Void Linux as well, upgrading former to 2.34.1
fixes the issue.
Issue also occurs on NixOS Unstable, with WebKitGTK - 2.34.0
and GTK3 - 3.24.27
. Haven't verified the proposed WebKitGTK 2.34.1
fix, as it's not in my distro's packages atm. (In the mean time, I'm just getting by with the flatpak (flatpak install foliate
)).
Out of curiosity, I was wondering if @not-chicken / @greghab was able to run it as root and the application would work as expected? @qryptocracy was able to run it as root and it worked as expected.
I did install foliate in a fresh install of FreeBSD 13.0-RELEASE
and the program ran out of the box without issues as root.
I could be missing out something obvious, but I am taking a wild guess it is something about permission issues after the upgrade that is causing the problem.
@fraggerfox It does indeed work fine when running as root.
NixOS Unstable updated WebKitGTK to 2.34.1
, and it works fine now.