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

[BUG] Could not find matching provider #52

Closed
1 task done
juanfrancisco227 opened this issue Feb 21, 2024 · 2 comments
Closed
1 task done

[BUG] Could not find matching provider #52

juanfrancisco227 opened this issue Feb 21, 2024 · 2 comments

Comments

@juanfrancisco227
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I install this using docker compose, but when going to the app I get the message below , I have searched here but I haven't seen a solution, any help would be good :)

HTTP ERROR 500

Problem accessing /. Reason:

Could not find matching provider (wrong URL)

Expected Behavior

I believe I should be able to see the application.

Steps To Reproduce

I installed the app using docker compose

Environment

- OS: Ubuntu server 22.04.4LTS
- How docker service was installed: Docker compose

CPU architecture

x86-64

Docker creation

---
version: "2.1"
services:
  ubooquity:
    image: lscr.io/linuxserver/ubooquity:latest
    container_name: ubooquity-2
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - MAXMEM=
    volumes:
      - /home/odin/appdata/3-media-nfs/ubooquity:/config
      #- /path/to/books:/books
      #- /path/to/comics:/comics
      #- /path/to/raw/files:/files
    ports:
      - 2204:2202
      - 2205:2203
    restart: unless-stopped

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1000
User GID:    1000
───────────────────────────────────────
[custom-init] No custom files found, skipping...
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - Running with the following parameters - headless: true, libraryport: -1, adminport: -1, remoteadmin: true, host: 0.0.0.0, debug: false, execdir: /config
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - #############################
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - #     Starting Ubooquity    #
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - #############################
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - Java version: 17.0.10
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - Java vendor: Alpine
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - java vm name: OpenJDK 64-Bit Server VM
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - java runtime name: OpenJDK Runtime Environment
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - Max heap size available: 512 MB
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - OS name: Linux
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - OS version: 5.15.0-92-generic
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - OS architecture: amd64
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - Loading local version info
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - Ubooquity 2.1.2 built on 2018-10-14 at 12:58
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - Creating application folders
20240221 15:53:45 [main] INFO  com.ubooquity.Ubooquity - Loading preferences
20240221 15:53:45 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @927ms to org.eclipse.jetty.util.log.Slf4jLog
20240221 15:53:45 [main] INFO  com.ubooquity.b - Starting internal server...
20240221 15:53:45 [main] INFO  com.ubooquity.b - Reverse proxy prefix: ubooquity
20240221 15:53:45 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Scanning books directories
20240221 15:53:45 [Scanner thread] WARN  com.ubooquity.data.database.a - Could not find id of root path /books (ignore this warning if you just added a new root directory)
20240221 15:53:45 [Scanner thread] WARN  com.ubooquity.data.database.a - Could not find id of root path /books (ignore this warning if you just added a new root directory)
20240221 15:53:45 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20240221 15:53:45 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Books folder content cache populated
20240221 15:53:45 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Scanning comics directories
20240221 15:53:45 [Scanner thread] WARN  com.ubooquity.data.database.c - Could not find id of root path /comics (ignore this warning if you just added a new root directory)
20240221 15:53:45 [Scanner thread] WARN  com.ubooquity.data.database.c - Could not find id of root path /comics (ignore this warning if you just added a new root directory)
20240221 15:53:45 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20240221 15:53:45 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Comics folder content cache populated
20240221 15:53:45 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20240221 15:53:45 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]
20240221 15:53:45 [main] INFO  org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20240221 15:53:45 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@6622fc65{/,null,AVAILABLE,@admin}
20240221 15:53:45 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@299321e2{/,null,AVAILABLE,@library}
20240221 15:53:45 [main] INFO  o.e.jetty.server.AbstractConnector - Started library@319bc845{HTTP/1.1,[http/1.1]}{0.0.0.0:2202}
20240221 15:53:45 [main] INFO  o.e.jetty.server.AbstractConnector - Started admin@4c5474f5{HTTP/1.1,[http/1.1]}{0.0.0.0:2203}
20240221 15:53:45 [main] INFO  org.eclipse.jetty.server.Server - Started @1009ms
20240221 15:53:45 [main] INFO  com.ubooquity.b - Internal server started. Listening on port 2202 (library) and 2203 (admin)
Tyep Q then ENTER to exit
[ls.io-init] done.
20240221 15:53:46 [Timer-0] INFO  com.ubooquity.Ubooquity - Checking latest available Ubooquity version from website
20240221 15:53:46 [Timer-0] INFO  com.ubooquity.Ubooquity - Latest version available: 2.1.2 - Current version: 2.1.2
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@juanfrancisco227 juanfrancisco227 changed the title [BUG] <title> [BUG] Could not find matching provider Feb 21, 2024
@juanfrancisco227
Copy link
Author

Never mind I found the issue, it was me apologies for the bug report

@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant