-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Users can no longer log in with Emby Connect #2115
Comments
Reason: Unauthorized, RequestUri: https://connect.emby.media/service/user/authenticate It's attmepting to authorize with emby's api but it's returning unauthorized. That's all ombi does. Are you sure the credentails are correct |
Yes, that is why I made a small application that just connects to emby connect from that same system, and it authenticates properly. I have tried with 3 accounts as well, but only Ombi fails authenticating with Connect accounts. |
Can you please share what you are doing in your POST? |
Absolutely, I took out all the sensitive bits, but I can send them to you directly if it would help. My actual password has symbols, numbers, and capital/lowercase letters. I've also tried a password with no special characters. Only Ombi fails authentication. Nothing fancy, just using curl:
And I get the following response:
|
I am having the same issue
Please let me know if I can provide any more info. |
One thing I have noticed, but not sure if related-- when running the user importer-- the blue Run Importer button highlights when clicked, but there is no feed back that the task has completed. Waiting a while and going to the User Management screen shows a list of Emby users that have been imported. I have also tried deleting a user entirely from Emby, readding it, setting it up with Connect again, and re-importing to Ombi. Please let me know what I can do to continue troubleshooting. I have seen a few reports of similar issues, but the cause remains unclear to me. If there is anything you'd like me to trace from my side, via tshark or something, please let me know. Is there a more verbose logging I can enable in Ombi? |
It's fine. I think you have provided enough info. I just need to find some time to look into it |
Fixed in develop branch |
Ombi build Version:
V 3.0.3111
Update Branch:
master
Media Sever:
Emby
Media Server Version:
3.3.1.10-beta
Operating System:
Ubuntu 17.10
Ombi Applicable Logs (from
/logs/
directory or the Admin page):Problem Description:
No emby.connect users are able to log in to Ombi. All other emby connect services appear to work without issue, and I have tested manually sending a POST to the emby service, which has worked correctly. This was working until this week, when users said they could no longer access. Local accounts can log in without issue. It has persisted through the beta and the latest master release.
Server is behind a nginx reverse proxy serving SSL certificate. Cannot connect via emby connect when accessing via proxy or local network.
Reproduction Steps:
The text was updated successfully, but these errors were encountered: