-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Emby’s externally facing hostname generates wrong URL #3455
Comments
Hi! |
Yes I am also having this issue. |
I added a code change that might fix the problem to my understanding and would generate a valid URL to emby’s media please feel free to comment if you think, this is nonsense |
I have no idea what adding commit does but I hope old mate sees it and can quickly fix it for us on V3. |
No that will not work, it will break for Jellyfin users. The problem is I am always changing this part of the code because the URL keeps changing :( |
Is there a way we can Manuall add the Serverid? Or have it so the user adds which ever one they have emby users click a button and Jellyfin users click another? |
The server id is not the issue here? |
If I add “&serverId=*********” it will take me to my server even with the current way it is. That’s why I suggested it. But if you take out the bit the other guy said it also works. So it would be too hard to have Emby and Jellyfin Seperate? |
You’re doing a great job with Ombi and I can’t believe I didn’t find it sooner and I can’t wait for V4. |
The Server ID has no need for Emby Users. Here’s a test with results … URLs generated by Ombiremote side-test with local URL same result when adding the Server ID to the generated URLs such as: side-test with local URL Working URLsremote local same result when adding the Server ID to the URL local Hope, that helps |
thanks @didusee i'll try and fix soon |
This has been fixed in v4 |
Thank you very much! really looking forward to it and keep up the amazing work. |
Is there a chance you can fix it in V3? I have tried to install V4 on my linux VM but it's not playing ball for some reason. |
This might not fix it according to #3476 |
This should be fixed with the complete rebuild of Emby in Ombi V4 |
Describe the bug
The URL generated by ombi to the related media on my server is generated wrongly. Clicking on the button "view in emby" links to a black site.
To Reproduce
what i put in ombi (settings > Externally Facing Hostname)
https:/myserveraddress.com/emby
the URL ombi generates and links to when clicking on "view in emby"
https://myserveraddress.com/emby/web/index.html#!/item/item.html?id=467687
Expected behavior
what the url is supposed to really look like in emby:
https://myserveraddress.com/emby/web/index.html#!/item?id=467687
**Desktop
OS Architecture | X64, OS Description | Linux 4.19.98-Unraid Add a Gitter chat badge to README.md #1 SMP Sun Feb 2 22:45:43 GMT 2020, Process Architecture | X64
**Ombi Version
Additional context
I already deleted the OmbiExternal.db, which makes no difference at all and does not fix the problem.
There is a preview f the URL, ombi will generate under the formfield "Externally Facing Hostname".
This on is already messed up and shows the following that would not work either:
Current URL: "https://myserveraddress.com/emby/#!/item/item.html?id=1"
The text was updated successfully, but these errors were encountered: