[ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
inta
Starting out
Posts: 12
Joined: Thu Dec 30, 2010 1:49 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by inta »

Struggling to get Sonarr and Radarr to actually queue requests that are approved by me (admin). Stephane, if you could reach out to me to help, that would be greatly appreciated! Trying to uninstall and reinstall today, but I'm getting a "504 Gateway Timeout" suddenly only AFTER uninstalling Ombi3 (on my QNAP TS569PRO) :/
Please email me if possible at: interhead (at) hotmail (dot) com
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

can you please post output for :

/etc/init.d/Ombi3.sh start
Last edited by OneCD on Wed Jul 29, 2020 2:54 pm, edited 1 time in total.
Reason: corrected path
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
inta
Starting out
Posts: 12
Joined: Thu Dec 30, 2010 1:49 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by inta »

Just reinstalled this morning (the qnapclub site finally let me re-download). Here's the output you requested:

[~] # /etc/init.d/Ombi3.sh start

Hello, welcome to Ombi
Valid options are:
Ombi 3.0.5202-master
Copyright (C) 2020 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 "*" to indicate that the server should
listen for requests on any IP address or hostname using the
specified port and protocol (for example, http://*: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, ** that fruit
company...

--help Display this help screen.

--version Display version information.
inta
Starting out
Posts: 12
Joined: Thu Dec 30, 2010 1:49 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by inta »

After running "/etc/init.d/Ombi3.sh start", went to the URL and it brought me right in -- set everything up, logged out and now it won't let me log back in? Forgot password not working either...
frustrating :/
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

thats strange... i have no issue here

can you try :

Code: Select all

CONF=/etc/config/qpkg.conf
QPKG_NAME="Ombi3"
QPKG_ROOT=`/sbin/getcfg $QPKG_NAME Install_Path -f ${CONF}`
APACHE_ROOT=`/sbin/getcfg SHARE_DEF defWeb -d Qweb -f /etc/config/def_share.info`
export QNAP_QPKG=$QPKG_NAME

export QPKG_NAME QPKG_ROOT
export SHELL=/bin/sh
export LC_ALL=en_US.UTF-8
export USER=admin
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export HOME=$QPKG_ROOT
export LD_LIBRARY_PATH=$QPKG_ROOT/lib:$LD_LIBRARY_PATH

/bin/ln -sf $QPKG_ROOT /opt/$QPKG_NAME
cd $QPKG_ROOT/OmbiV3

./Ombi --host http://*:8976

---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
inta
Starting out
Posts: 12
Joined: Thu Dec 30, 2010 1:49 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by inta »

Ran all that, still won't let me login
What do I enter for the default login and password at the login screen?
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

which login/pass you talking about ?

for ombi is one you set it
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
inta
Starting out
Posts: 12
Joined: Thu Dec 30, 2010 1:49 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by inta »

QNAP_Stephane wrote: Wed Jul 29, 2020 9:30 pm which login/pass you talking about ?

for ombi is one you set it
That's my point - it never asked me to set one after I reinstalled, it just logged me right after installation -- and then when I 'logged out', I couldn't get back into the Ombi interface. I'm stuck at login screen. When I delete Ombi3 and reinstall the qpkg, it seems to retain whatever login/pass was previously set (which I don't know) -- so can't login to create a new user, can't login with whatever old user was created... so I'm stuck
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

uninstall should remove DB et log... HOME is set indise $QPKG directery in .config if i remember

can it be a browser cache issue
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
inta
Starting out
Posts: 12
Joined: Thu Dec 30, 2010 1:49 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by inta »

QNAP_Stephane wrote: Wed Jul 29, 2020 9:50 pm uninstall should remove DB et log... HOME is set indise $QPKG directery in .config if i remember

can it be a browser cache issue
I uninstalled again, reinstalled, cleared browser cache and this time it asked me for my Plex login -- which I was able to successfully enter
THANK YOU for the help

Question: I see Ombi4, which requires Apache74 -- do users/purchasers of Ombi3 get a free upgrade to Ombi4? What are the differences between Ombi3 and Ombi4?
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Ombi 3 ] [ 3.0.5202 ] Want a Movie or TV Show on Plex or Emby

Post by QNAP_Stephane »

i have no idea, something to see with Cris
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
Post Reply

Return to “Community Apps”