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

Installation Wizard Failure #2119

Closed
robflate opened this issue Apr 1, 2018 · 23 comments
Closed

Installation Wizard Failure #2119

robflate opened this issue Apr 1, 2018 · 23 comments

Comments

@robflate
Copy link

robflate commented Apr 1, 2018

Ombi build Version:

V 3.0.3111

Update Branch:

Master

Media Sever:

Plex

Operating System:

I'm using MacOS 10.13.4 but Ombi is in a Docker container from here.

Ombi Applicable Logs (from /logs/ directory or the Admin page):

2018-04-01 08:29:57.548 +01:00 [Debug] OK, signing into Plex
2018-04-01 08:29:57.607 +01:00 [Debug] This is our first time, good to go!
2018-04-01 08:29:58.298 +01:00 [Debug] Attempting to sign in to Plex.Tv
2018-04-01 08:29:58.298 +01:00 [Debug] Sign in successful
2018-04-01 08:29:58.299 +01:00 [Debug] Getting servers
2018-04-01 08:29:58.575 +01:00 [Debug] Adding first server
2018-04-01 08:29:58.688 +01:00 [Debug] Finished
2018-04-01 08:30:01.541 +01:00 [Information] Created User "robflate"
2018-04-01 08:30:01.875 +01:00 [Information] Created the roles
2018-04-01 08:30:02.105 +01:00 [Information] Added the Admin role

Problem Description:

When I setup Ombi v3, I complete the wizard and then nothing happens. If I then remove /Wizard/Plex from the URL, I can see Ombi but nothing works. Search does nothing and Settings are all blank.

If I try the wizard again, I get this error message ERROR: Could not get the Plex Admin Information. If I try to create a new admin without Plex, I get ERROR: There was an error... You might want to put this on Github...

  • I have tried deleting the Ombi.db but the problem persists.
  • I have installed an older version of Ombi. On docker hub it was 45. This worked and I got through the wizard. When I then installed the latest version but left the db in place, the problem returns and Ombi search and settings don't work.
  • I have tried the docker container with and without traefik (reverse proxy) with the same result

Reproduction Steps:

Clean install of docker-ombi:latest
Go through the wizard
The wizard fails

@benninkcorien
Copy link

Same/similar issue. New user, first time running the setup. Default settings for everything. OSX 10.12.6 with Plex running on localhost (mac mini connected to TV).

If I choose to let the Plex user be Admin for Ombi: Could not get the Plex Admin Information
If I create a new user on Ombi: There was an error... You might want to put this on Github...
If I log in on plex.tv myself server on localhost shows up fine, Ombi shows up under devices too..

If I ignore Plex and go straight to create admin account for Ombi: There was an error... You might want to put this on Github...

@robflate
Copy link
Author

robflate commented Apr 10, 2018

I've read through the other threads with this issue and nothing I do seems to fix it. The only way to get Ombi working is by using version 45 of the Docker container. Any help appreciated.

@jackjohnsonuk
Copy link

again, same issue. New user, stuck in the new Wizard trap :( running https://hub.docker.com/r/linuxserver/ombi/

@Tritiumosu
Copy link

I'm also having either an installation hang/failure or I'm just impatient. Windows 10 x64, 3.0.3239-master
I get this from the Ombi.exe window, running as Administrator:

Hello, welcome to Ombi
Valid options are:
Ombi 3.0.3239-master
Copyright (C) 2018 Ombi
<snip>command line flags here...</snip>
We are running on
C:\OmbiV3
Hosting environment: Production
Content root path: C:\OmbiV3
Now listening on: http://[::]:5000
Application started. Press Ctrl+C to shut down.
info: Ombi.Schedule.Jobs.Ombi.RefreshMetadata[0]
      Starting the Metadata refresh
dbug: Ombi.Controllers.PlexOAuthController[0]
      Adding first server

Loading http://localhost:5000/ in Chrome will start the wizard, Authenticate with my Plex OAuth, and then... it just dies. No disk/network/CPU activity that I can observe, nothing else in the Ombi.exe window after ~1hr.

@koolmon10
Copy link

Same issue here also.

Ubuntu server 16.04 LTS
Fresh install from repo

@flying-sausages
Copy link

New Ubuntu 16.04 here, installed from repositories 3.0.3239-master.
Does anyone remember when was the last version that this bug was not there?

@nathforge
Copy link

Can confirm linuxserver/ombi:73 works as expected, haven't tried anything later than that.

@samip5
Copy link

samip5 commented Apr 27, 2018

@nathforge Which ombi version is that?

@tidusjar
Copy link
Member

Can someone with this issue try and create a new Plex account and try with that? I'm wondering if there is something with the account.

@samip5
Copy link

samip5 commented Apr 27, 2018

@tidusjar I already have a few day old Plex account, same issue.

@calvinwankhede
Copy link

@tidusjar I used a brand new account and a really old one, no change

@flying-sausages
Copy link

flying-sausages commented Apr 27, 2018

Furthermore the wizard fails even if you skip the server linkup and make a db account

@FinnsProjects
Copy link

just a note. i tested wile talking on discord. and i found that atleast for me on windows . with version Ombi v3.0.3239 and the latest dev build the issue are the same. but when i go back to Ombi v3.0.3185 . it works. don't seem to be any issues there.

@nathforge
Copy link

nathforge commented Apr 27, 2018

Seeing the same as @MrLordy - Ombi 3.0.3239-master won't allow registrations during the initial wizard.

Tested from Ombi 3.0.3030-master up to Ombi 3.0.3239-master using the linuxserver Docker images.

Don't have a Plex account to test with.

Browser request is

POST /api/v1/Identity/Wizard/
{"usePlexAdminAccount": "false", "username":"user", "password": "pass"}

Ombi 3.0.3239-master is the only one to return false.

@tidusjar
Copy link
Member

Ok thanks for the info guys. I'll take a look at this soon and see what I can do

@rbrussell82
Copy link

Having the same issue here on Windows 10 64-bit. Going to download 3185 and see if that works like MrLordy mentioned.

tidusjar pushed a commit that referenced this issue Apr 27, 2018
@tidusjar
Copy link
Member

can someone with this issue try build 3.0.3250 from the develop branch?

@calvinwankhede
Copy link

@tidusjar The AppVeyor build seems to have failed for 3.0.3250, can't download the release.

@tidusjar
Copy link
Member

Yeah sorry, fixing that now

@tidusjar
Copy link
Member

ok 3255 build has passed. Can someone please try it?

@calvinwankhede
Copy link

I just tried it out, everything is working perfectly.

@L0rdBootysniffer
Copy link

It's fixed for me, too!

@koolmon10
Copy link

Working here also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests