Ombi-app / Ombi

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
http://ombi.io
GNU General Public License v2.0
3.72k stars 395 forks source link

V3 Beta Issues #1513

Closed tidusjar closed 7 years ago

tidusjar commented 7 years ago
Unimatrix0 commented 7 years ago

Hangs at loading screen on mobile browsers.

Tested on:

filoor commented 7 years ago

Hi,

When i try to run in on a win7 32bit version i get

C:\ombi>ombi.exe This version of C:\ombi\Ombi.exe is not compatible with the version of Windows y ou're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the soft ware publisher.

it runs normal on win10

tidusjar commented 7 years ago

@filoor This is a 64bit application only. If there are more requiring 32bit then I can look into this.

tidusjar commented 7 years ago

@daymanbpi Slack does not support the concept of a subject. The editor that you are looking at is generic for all notifications.

@Unimatrix0 I cannot reproduce this

daymanbpi commented 7 years ago

@unimatrix0 Same issue on IOS. Issue resolved by updating to IOS 11.0.3

Adouken commented 7 years ago

Running the docker container on Unraid and having issues with approving TV requests. When a user has requested a TV episode and I go to approve it nothing happens. No toast or anything, I can deny though. I have attached the log. ombilog.txt

RyanAStrouse commented 7 years ago

@LettuceSnob I can't seem to get it to work with this.

It starts, then I get this ● ombi.service - Systemd script to run Ombi as service Loaded: loaded (/etc/systemd/system/ombi.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: core-dump) since Wed 2017-10-04 11:13:27 EDT; 1s ago Process: 23812 ExecStart=/opt/ombi/Ombi (code=dumped, signal=ABRT) Main PID: 23812 (code=dumped, signal=ABRT)

Oct 04 11:13:27 TandarLinux systemd[1]: ombi.service: Unit entered failed state. Oct 04 11:13:27 TandarLinux systemd[1]: ombi.service: Failed with result 'core-dump'.

Unimatrix0 commented 7 years ago

@RyanAStrouse Make sure the user it's running as (in the [service] section) has appropriate permissions to the files and directories.

Unimatrix0 commented 7 years ago

@tidusjar What version of iOS did you test on?

RyanAStrouse commented 7 years ago

@Unimatrix0 Everything has the same permissions as before. The only adjustment I've made is removed the Mono dependency from my script. It basically matches @LettuceSnob example

Here is what it keeps doing.

● ombi.service - Systemd script to run Ombi as service
   Loaded: loaded (/etc/systemd/system/ombi.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2017-10-04 11:27:43 EDT; 292ms ago
 Main PID: 30928 (Ombi)
    Tasks: 9
   Memory: 16.0M
      CPU: 291ms
   CGroup: /system.slice/ombi.service
           └─30928 /opt/ombi/Ombi

Oct 04 11:27:43 TandarLinux Ombi[30928]:                    list of URL prefixes to which the server should respond. For
Oct 04 11:27:43 TandarLinux Ombi[30928]:                    example, http://localhost:123. Use "*" to indicate that the
Oct 04 11:27:43 TandarLinux Ombi[30928]:                    server should listen for requests on any IP address or
Oct 04 11:27:43 TandarLinux Ombi[30928]:                    hostname using the specified port and protocol (for example,
Oct 04 11:27:43 TandarLinux Ombi[30928]:                    http://*:5000). The protocol (http:// or https://) must be
Oct 04 11:27:43 TandarLinux Ombi[30928]:                    included with each URL. Supported formats vary between
Oct 04 11:27:43 TandarLinux Ombi[30928]:                    servers.
Oct 04 11:27:43 TandarLinux Ombi[30928]:   -s, --storage    Storage path, where we save the logs and database
Oct 04 11:27:43 TandarLinux Ombi[30928]:   --help           Display this help screen.
Oct 04 11:27:43 TandarLinux Ombi[30928]:   --version        Display version information.
Oct 04 11:27:43 TandarLinux Ombi[30928]: Press any key to exit
ryan@TandarLinux:/opt/ombi$ sudo systemctl status ombi.service
● ombi.service - Systemd script to run Ombi as service
   Loaded: loaded (/etc/systemd/system/ombi.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: core-dump) since Wed 2017-10-04 11:27:47 EDT; 337ms ago
  Process: 30928 ExecStart=/opt/ombi/Ombi (code=dumped, signal=ABRT)
 Main PID: 30928 (code=dumped, signal=ABRT)

Oct 04 11:27:47 TandarLinux systemd[1]: ombi.service: Unit entered failed state.
Oct 04 11:27:47 TandarLinux systemd[1]: ombi.service: Failed with result 'core-dump'.
● ombi.service - Systemd script to run Ombi as service
   Loaded: loaded (/etc/systemd/system/ombi.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2017-10-04 11:33:32 EDT; 4s ago
 Main PID: 1452 (Ombi)
    Tasks: 22
   Memory: 6.0M
      CPU: 4.188s
   CGroup: /system.slice/ombi.service
           ‣ 1452 [Ombi]

Oct 04 11:33:36 TandarLinux Ombi[1452]: --- End of stack trace from previous location where exception was thrown ---
Oct 04 11:33:36 TandarLinux Ombi[1452]:    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Oct 04 11:33:36 TandarLinux Ombi[1452]:    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificatio
Oct 04 11:33:36 TandarLinux Ombi[1452]:    at Microsoft.AspNetCore.Hosting.WebHostExtensions.<RunAsync>d__4.MoveNext()
Oct 04 11:33:36 TandarLinux Ombi[1452]: --- End of stack trace from previous location where exception was thrown ---
Oct 04 11:33:36 TandarLinux Ombi[1452]:    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Oct 04 11:33:36 TandarLinux Ombi[1452]:    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificatio
Oct 04 11:33:36 TandarLinux Ombi[1452]:    at Microsoft.AspNetCore.Hosting.WebHostExtensions.Run(IWebHost host)
Oct 04 11:33:36 TandarLinux Ombi[1452]:    at Ombi.Program.Main(String[] args) in C:\projects\requestplex\src\Ombi\Program.cs:li
Oct 04 11:33:36 TandarLinux systemd[1]: ombi.service: Main process exited, code=dumped, status=6/ABRT
Oct 04 11:33:36 TandarLinux systemd[1]: ombi.service: Unit entered failed state.
Oct 04 11:33:36 TandarLinux systemd[1]: ombi.service: Failed with result 'core-dump'.

Here's my steps in case I missed something. Downloaded the new v3 package, unpacked to another folder then mv everything into /opt/ombi I redid chown -R ryan:ryan everything I redid chmod -R 777 everything Adjusted systemd script like @LettuceSnob Reloaded systemd daemon Constant core dump crashes after start

Unimatrix0 commented 7 years ago

@RyanAStrouse Am I correct in assuming you're able to launch it successfully from the command line, and only when running as a service do you have the core dump?

RyanAStrouse commented 7 years ago

@Unimatrix0 Yes, I can run it successfully as command, although it is very slow when I do.

Unimatrix0 commented 7 years ago

@RyanAStrouse Can you share both your systemd script and the full CLI command you're using to launch manually?

Unimatrix0 commented 7 years ago

@RyanAStrouse Hop on the gitter if you can. https://gitter.im/tidusjar/Ombi

Anijake commented 7 years ago

Just updated to 3.0.2086, still can not add root folder for Sonarr. I have only one item on the dropdown list and since it is pre-selected there is nothing I can change to select.

screen shot 2017-10-05 at 1 37 06 am

filoor commented 7 years ago

After deleting a tv show on Sonarr I see the button request and the drop down menu on Ombi But cant select any thing on it

Magikarplvl4 commented 7 years ago

@filoor how do you know you can't do something with it?

filoor commented 7 years ago

@PotatoQuality Because when i click all season it does not change to requested and also don't show up in Sonarr

tidusjar commented 7 years ago

@filoor Please open a new issue please with more information.

tidusjar commented 7 years ago

I am locking this thread.

I originally thought it would be a good idea to keep all the issues in one place but it's becoming unmanageable now...

Please open a new issue with as much information as you can when raising a bug.

This will be managed via the projects: https://github.com/tidusjar/Ombi/projects/3