boban-bmw / cross-seedarr

Cross seeding helper for radarr & sonarr.
MIT License
17 stars 0 forks source link

Radarr - TypeError: allMovies.filter is not a function #13

Open zotoro opened 2 years ago

zotoro commented 2 years ago

Sonarr search works fine, but I'm having issues getting Radarr search to work.

I get the following error code when I try to run a radarr search:

$ node index.js radarr [1655274479938] INFO (8664 on DESKTOP): Fetching movies... [1655274479966] ERROR (8664 on DESKTOP): An error occurred while processing movies TypeError: allMovies.filter is not a function at radarrFlow (C:\Users\Plex\cross-seedarr\radarr.js:60:8) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async start (C:\Users\Plex\cross-seedarr\index.js:24:5)

I'm not savvy enough to figure this out myself unfortunately, so any help would be appreciated.