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] ombi app connection #118

Closed
1 task done
javali723 opened this issue Sep 6, 2024 · 2 comments
Closed
1 task done

[BUG] ombi app connection #118

javali723 opened this issue Sep 6, 2024 · 2 comments

Comments

@javali723
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

the ombi app doesnt connect to server, claims server is an older version

Expected Behavior

it should be connecting when the qr code is scanned

Steps To Reproduce

type in https url or attempt qr code, results appear

Environment

- OS:Unraid 6.12.13
- How docker service was installed: linuxserver

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='ombi'
  --net='bridge'
  --pids-limit 2048
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="ombi"
  -e 'BASE_URL'='/'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:3579]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ombi-logo.png'
  -p '5000:3579/tcp'
  -v '/mnt/user/appdata/ombi':'/config':'rw' 'lscr.io/linuxserver/ombi:development'

9da02c9d484be473f1871bae016be1bd4c5f5d2663e6744eedf915462819a259

Container logs

text  error  warn  system  array  login  

Connection to 127.0.0.1 3579 port [tcp/*] succeeded!
[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:    99
User GID:    100
───────────────────────────────────────
Linuxserver.io version: v4.46.2-ls405
Build-date: 2024-09-03T15:46:21+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
Hello, welcome to Ombi
Valid options are:
Ombi 4.46.2+0af3511e819d24e0f4edf6f33931e61bba743224
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: /
Wrote new baseurl at /app/ombi/ClientApp/dist/index.html
We are running on http://*:3579
/app/ombi
[ls.io-init] done.
Copy link

github-actions bot commented Sep 6, 2024

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

@j0nnymoe
Copy link
Member

j0nnymoe commented Sep 6, 2024

Dupe #117

@j0nnymoe j0nnymoe closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Sep 6, 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

2 participants