You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error in Radarr when trying to add NZBMegaSearch to it referring to PubDate. I'm using nzbmega search to aggregate, and it's working with Sonarr, but Radarr throws this error:
An error occurred while processing feed item from http://localhost:5000/api?t=movie&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100: String was not recognized as a valid DateTime because the day of week was incorrect.
When I load the xml feed, it does have a pub date:
From a google search, Jan 1 1970 was a thurs, not a Monday, and it seems like Radarr doesn't like that. However, this appears to just be dummy data nzbmega throws out for the initial test/link, Anyway this "dummy data" date can be corrected?
On a side note, I was able to work around it, in case anyone else comes across this error. In Radarr, add a Newznab indexer, populate the information, then turn RSS and Search off and click Save. Open it up again and turn RSS and Search back on and click Save. Doing it in this sequence appears to bypass Radarr's normal indexer checks, and once added the pubdate information provided by NZBMegaSearch is correct.
I posted this on the Radarr github but the dev's recommended I post this issue here, which makes sense. Hopefully I didn't screw up a simple setting to cause this, but I've double checked everything I can think of and haven't found a "smoking gun" as of yet.
The text was updated successfully, but these errors were encountered:
I'm getting an error in Radarr when trying to add NZBMegaSearch to it referring to PubDate. I'm using nzbmega search to aggregate, and it's working with Sonarr, but Radarr throws this error:
An error occurred while processing feed item from http://localhost:5000/api?t=movie&cat=2000,2010,2020,2030,2035,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100: String was not recognized as a valid DateTime because the day of week was incorrect.
When I load the xml feed, it does have a pub date:
From a google search, Jan 1 1970 was a thurs, not a Monday, and it seems like Radarr doesn't like that. However, this appears to just be dummy data nzbmega throws out for the initial test/link, Anyway this "dummy data" date can be corrected?
On a side note, I was able to work around it, in case anyone else comes across this error. In Radarr, add a Newznab indexer, populate the information, then turn RSS and Search off and click Save. Open it up again and turn RSS and Search back on and click Save. Doing it in this sequence appears to bypass Radarr's normal indexer checks, and once added the pubdate information provided by NZBMegaSearch is correct.
I posted this on the Radarr github but the dev's recommended I post this issue here, which makes sense. Hopefully I didn't screw up a simple setting to cause this, but I've double checked everything I can think of and haven't found a "smoking gun" as of yet.
The text was updated successfully, but these errors were encountered: