linuxserver / docker-ombi

GNU General Public License v3.0
158 stars 35 forks source link

[BUG] White page & DB error #113

Closed menteb closed 5 months ago

menteb commented 5 months ago

Is there an existing issue for this?

Current Behavior

The container starts, but the service returns a blank screen in the browser and the logs show a DB error.

Expected Behavior

No response

Steps To Reproduce

See the docker-compose file and the log output.

Environment

- OS: Linux
- How docker service was installed: Synology

CPU architecture

x86-64

Docker creation

version: '3.2'
services:
  ombi:
    image: lscr.io/linuxserver/ombi:latest
    container_name: ombi
    environment:
      - PUID=1026
      - PGID=100
      - TZ=Europe/Helsinki
      - BASE_URL=/ombi #optional
    volumes:
      - /volume1/docker/ombi/config:/config
    ports:
      - 35079:3579
    restart: unless-stopped
    networks:
      - net

networks:
  net:
    external: true

Container logs

[migrations] started

[migrations] no migrations found

───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗

      ██║     ██╔════╝██║██╔═══██╗

      ██║     ███████╗██║██║   ██║

      ██║     ╚════██║██║██║   ██║

      ███████╗███████║██║╚██████╔╝

      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io

───────────────────────────────────────

To support the app dev(s) visit:

Ombi - Patreon: https://patreon.com/tidusjar

Ombi - PayPal: https://paypal.me/PlexRequestsNet

To support LSIO projects visit:

https://www.linuxserver.io/donate/

───────────────────────────────────────

GID/UID

───────────────────────────────────────

User UID:    1026

User GID:    100

───────────────────────────────────────

[custom-init] No custom files found, skipping...

Hello, welcome to Ombi

Valid options are:

Ombi 4.43.5

Copyright (C) 2024 Ombi

  --host       (Default: http://*:5000) Set to a semicolon-separated (;) list of

               URL prefixes to which the server should respond. For example,

               http://localhost:123. Use "localhost" to indicate that the server

               should listen for requests on any IP address or hostname using

               the specified port and protocol (for example,

               http://localhost:5000). The protocol (http:// or https://) must

               be included with each URL. Supported formats vary between

               servers.

  --storage    Storage path, where we save the logs and database

  --baseurl    The base URL for reverse proxy scenarios

  --demo       Demo mode, you will never need to use this, fuck that fruit

               company...

  --migrate    Will run the migrations then exit the application

  --help       Display this help screen.

  --version    Display version information.

Base Url: /ombi

Creating new Settings entity

Wrote new baseurl at /app/ombi/ClientApp/dist/index.html

We are running on http://*:3579



i

[ls.io-init] done.

fail: Microsoft.EntityFrameworkCore.Database.Command[20102]

      Failed executing DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']

      INSERT OR IGNORE INTO __EFMigrationsHistory (MigrationId,ProductVersion)

                      VALUES('20191103205133_Inital', '2.2.6-servicing-10079');
github-actions[bot] commented 5 months ago

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

j0nnymoe commented 5 months ago

Fresh install or upgrade?

homerr commented 5 months ago

Closing this off as no response. Let us know if you need further assistance.