Skip to content
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

Load failed, 403 Forbidden, and Gjs-CRITICAL errors on Ubuntu 24.10 #1437

Open
ajsb85 opened this issue Nov 26, 2024 · 1 comment
Open

Load failed, 403 Forbidden, and Gjs-CRITICAL errors on Ubuntu 24.10 #1437

ajsb85 opened this issue Nov 26, 2024 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@ajsb85
Copy link

ajsb85 commented Nov 26, 2024

Describe the bug

When launching Foliate on Ubuntu 24.10, I encounter "Load failed", "403 Forbidden", and "Gjs-CRITICAL" errors in the terminal, preventing the application from starting correctly.

To Reproduce

Steps to reproduce the behavior:

  1. Install dependencies:
    sudo apt install gjs gir1.2-adw-1 gir1.2-webkit-6.0 \
                     espeak-ng speech-dispatcher \
                     tracker-miner-fs gir1.2-tracker-3.0 \
                     meson pkg-config gettext \
                     libgjs-dev libgtk-4-dev libadwaita-1-dev \
                     libwebkitgtk-6.0-dev 
  2. Clone the repository: gh repo clone johnfactotum/foliate -- --recurse-submodules
  3. Compile GSettings schemas: glib-compile-schemas data
  4. Build Foliate: sudo meson setup build --prefix $PWD/run and sudo ninja -C build install
  5. Run Foliate: GSETTINGS_SCHEMA_DIR=run/share/glib-2.0/schemas ./run/bin/foliate

Expected behavior

Foliate should launch without any errors.

Screenshots

image

Version:

  • Foliate version: 3.1.1
  • OS/Distribution and version: Ubuntu 24.10
  • Desktop environment: Gnome
  • Installation method: Built from source
  • CPU & GPU: AMD Ryzen 7 3800XT 16x 3900.00 MHz 313.89 & NVIDIA GeForce GTX 950/PCIe/SSE2 4.6.0 NVIDIA 560.35.03

Additional context

  • I have tried running Foliate with a stable internet connection.
  • I have tried disabling "Online Catalogs" in the settings.
  • I am not using a proxy server.
  • I have tried recompiling and reinstalling Foliate using sudo for all meson and ninja commands.
  • The errors occur when running both gjs -m src/main.js and ./build/src/foliate.
  • I have attached the output of strace ./run/bin/foliate to this issue: strace_output.txt.
@ajsb85 ajsb85 added the bug Something isn't working label Nov 26, 2024
@johnfactotum
Copy link
Owner

That looks like #1361 and #1412.

@johnfactotum johnfactotum added the duplicate This issue or pull request already exists label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants