Sonarr version (exact version): 2.0.0.5344 Mono version (if Sonarr is not running on Windows): 5.18.0.240 OS: Raspbian Description of issue: Trying to get a show added with the API
I’m not really a dev and just playing with this , but i have managed to grab all the info needed with a curl request and a tcdb id , so that part is working , but i assume i cant just use the same style to add the show to sonarr ?
I have tried to follow the documentation on the wiki but there is no clear examples which for me is very confusing. Ive been trying different things for about 2 days now and none of the things i try seem to work which is why i finally gave in and decided to post.
I did get the lookup part working and im able to get the data i require from that , but no matter what i seem to try i cant get the add side of it to work
Thanks for confirming what I have already discovered and the reason I posted here in the first place. Most forums i have ever read,people have been helpful . Here you seen to just point out the obvious and dont really help, but thanks for commenting
Do you want help in figuring it out or do you want it on a silver platter? I can point you in the right direction, but I’m not going to give you a curl command you can run, you’ll have to do some of the leg work yourself.
I pointed out that has the same problem, because beyond using the correct URL it had the same issue, it is not using a post body to submit.
I also pointed out you can look at how the UI does it, because the UI uses the API and if you right click a request in the network tab you get the option to copy as cURL:
Many thanks , thats actually useful information there - as i said im not a developer so taking a stab at things and its a bit harder to get information i understand sometimes. I got the copy thing working and found the curl i needed so ill give that a try over the next few days , appreciate the clear direction.