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.7k stars 395 forks source link

GET /api/v1/Search/music/album/info/{foreignAlbumId} doesn't work #3680

Closed springjools closed 3 years ago

springjools commented 4 years ago

Describe the bug GET /api/v1/Search/music/album/info/{foreignAlbumId} Returns the album information specified by the foreignAlbumId passed in

To Reproduce Steps to reproduce the behavior: curl -X GET "https://server/api/v1/Search/music/album/info/%225af2629b-36de-486c-ad50-a89a28ff050f%22" -H "accept: application/json" -H "ApiKey:

Expected behavior HTTP 200

Ombi Version (please complete the following information):

Additional context Add any other context about the problem here. Returns http 500: internal server error: "error": "Object reference not set to an instance of an object."

ombi-bot commented 4 years ago

Hi!
Thanks for the issue report. Before a real human comes by, please make sure you used our bug report format.
Have you looked at the wiki yet? https://github.com/tidusjar/ombi/wiki/
Before posting make sure you also read our FAQ.
Make the title describe your issue. Having 'not working' or 'I get this bug' for 100 issues, isn't really helpful.
If we need more information or there is some progress we tag the issue or update the tag and keep you updated.
Thanks!
Ombi Bot.

tidusjar commented 4 years ago

Need some server logs

springjools commented 4 years ago

image I just tested it with swagger, the method doesn't exist as it is documented. Swagger doesn't produce any logs AFAIK.

ombi-bot commented 4 years ago

Logs are on the server, there is a logs folder where your ombi data is located

On Fri, 24 Jul 2020, 11:04 pm Jools, notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/5911982/88438990-9e5f4b80-ce12-11ea-935f-bb18596fc828.png I just tested it with swagger, the method doesn't exist as it is documented. Swagger doesn't produce any logs AFAIK.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tidusjar/Ombi/issues/3680#issuecomment-663752352, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKTVF4HTHQIAUUVK6S2UWTR5IAOLANCNFSM4PGY4ZQA .

springjools commented 4 years ago

What exactly do you need the logs from? Have you tested the method yourself and have it working?

⁣Get BlueMail for Android ​

On 25 Jul 2020, 01:18, at 01:18, ombi-bot notifications@github.com wrote:

Logs are on the server, there is a logs folder where your ombi data is located

On Fri, 24 Jul 2020, 11:04 pm Jools, notifications@github.com wrote:

[image: image]

https://user-images.githubusercontent.com/5911982/88438990-9e5f4b80-ce12-11ea-935f-bb18596fc828.png I just tested it with swagger, the method doesn't exist as it is documented. Swagger doesn't produce any logs AFAIK.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub

https://github.com/tidusjar/Ombi/issues/3680#issuecomment-663752352, or unsubscribe

https://github.com/notifications/unsubscribe-auth/AMKTVF4HTHQIAUUVK6S2UWTR5IAOLANCNFSM4PGY4ZQA .

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/tidusjar/Ombi/issues/3680#issuecomment-663756158

tidusjar commented 4 years ago

I am asking for the logs as it's part of the GitHub issue template that you deleted. There's a reason why the issue template exists and contains this sort of information as it's supposed to speed up my investigation.

The UI uses this method.

springjools commented 4 years ago

https://pastebin.com/gYWzQBQE

springjools commented 4 years ago

You are probably aware of the fact that (String foreignAlbumId) is at some point misspelled as "forignAlbumId". It could just be this.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.