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
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
Recently ran into this issue running Mellow on windows where a movie title with a colon in it (ex. Jurassic World: Fallen Kingdom) errors out talking to Radarr
{ error: null, body: '{\r\n' + "message": "The given path's format is not supported.",\r\n + ' "description": "System.NotSupportedException: The given path\'s format is not supported.\\r\\n
Adding the movie directly in Radarr works and I have "Replace illegal characters" enabled in Radarr settings
The text was updated successfully, but these errors were encountered:
Removing path from src/api/helpers/radarr.js and leaving only rootPathFolder seems to fix it and lets Radarr figure out what to name the folders. Also has the side effect of properly putting years on folders!
Recently ran into this issue running Mellow on windows where a movie title with a colon in it (ex. Jurassic World: Fallen Kingdom) errors out talking to Radarr
{ error: null, body: '{\r\n' +
"message": "The given path's format is not supported.",\r\n+ ' "description": "System.NotSupportedException: The given path\'s format is not supported.\\r\\n
Adding the movie directly in Radarr works and I have "Replace illegal characters" enabled in Radarr settings
The text was updated successfully, but these errors were encountered: