Closed benkirkley closed 6 years ago
It's a problem currently with the search api being used with CV. They're enforcing some limitations on the backend with regards to searches and it's throwing mylar's current search methodology completely off.
I have this fixed in the config-upgrade branch, and should push it into development tomorrow pending something blowing up on that branch before then.
In the meantime, you can try encasing your query in double quotation marks which should limit the search to a more exact term, but because it's only one word I'm not sure if that will work in this case (ie. "Superman")
I was just looking at this again and encountered the error, again - and then I did some searching....
It looks like this is some kind of issue with CV and some specific series getting stuck in some kind of weird loop on their end. The link to the forum post describing it is here, but atm there doesn't look like there's a fix for it.
I would suggest if you're looking to add a particular series and it's one of those 2 queries listed as having problems (atm it says the 2 affected are Superman
and Cyborg
), to perhaps do a search on comicvine for the particular series and once you have the series you can just enter in the comicid into the Mylar search bar at the top of every page (in the format of 4050-xxxxxx) and it will directly add that series, thereby bypassing the problematic queries.
Thanks for looking into this @evilhero. I'll follow the steps you mentioned to add it directly.
It looks like they've fixed the problem on their end. I can successfully search for Superman now.
If I type 'superman' in the search box, at the top of the page, Mylar returns a 500 error. Other searches are coming back fine (eg, spider-gwen).
There is nothing in the log or CLI about the error. All I get is the message on the web page. I can then press the browser's back button and continue using Mylar as normal.