Having trouble adding series

This just started happening. When I add a new series, it successfully adds it to the database, but does not create the directory on the disk. Then, when I try to manipulate it in the database (toggling seasons, etc), it fails because it can’t find the directory. I did try restarting the server, did not correct the issue. Any suggestions?

[PUT] Bad Request : /api/series/54

14-4-10 08:29:59.3|Info|SeriesService|Adding Series [76290][24] Path: [D:\Media\Television\24]
14-4-10 08:29:59.3|Info|RefreshSeriesService|Updating Info for 24
14-4-10 08:29:59.9|Debug|RestSharpExtensions|Validating Responses from [GET] [http://api.trakt.tv/show/summary.json/bc3c2c460f22cbb01c264022b540e191/76290/extended] status: [OK]
14-4-10 08:30:00.1|Info|RefreshEpisodeService|Starting episode info refresh for: [76290][24]
14-4-10 08:30:00.2|Info|RefreshEpisodeService|Finished episode refresh for series: [76290][24].
14-4-10 08:30:00.2|Debug|RefreshSeriesService|Finished series refresh for 24
14-4-10 08:30:00.2|Debug|XemService|Scene numbering is not available for 24 [76290]
14-4-10 08:30:00.2|Info|DiskScanService|Scanning disk for 24
14-4-10 08:30:00.2|Debug|DiskScanService|Series folder doesn’t exist: D:\Media\Television\24
14-4-10 08:30:00.2|Info|MediaCoverService|Downloading Banner for [76290][24] http://slurm.trakt.us/images/banners/199.2.jpg
14-4-10 08:30:00.3|Debug|HttpProvider|Downloading [http://slurm.trakt.us/images/banners/199.2.jpg] to [C:\ProgramData\zbDrone\MediaCover\65\banner.jpg]
14-4-10 08:30:00.9|Debug|HttpProvider|Downloading Completed. took 0s
14-4-10 08:30:00.9|Info|MediaCoverService|Downloading Poster for [76290][24] http://slurm.trakt.us/images/posters/199.2-300.jpg
14-4-10 08:30:00.9|Debug|HttpProvider|Downloading [http://slurm.trakt.us/images/posters/199.2-300.jpg] to [C:\ProgramData\zbDrone\MediaCover\65\poster.jpg]
14-4-10 08:30:01.1|Warn|MediaCoverMapper|File C:\ProgramData\zbDrone\MediaCover\65\fanart.jpg not found
14-4-10 08:30:01.2|Debug|HttpProvider|Downloading Completed. took 0s
14-4-10 08:30:01.2|Info|MediaCoverService|Downloading Fanart for [76290][24] http://slurm.trakt.us/images/fanart/199.2.jpg
14-4-10 08:30:01.2|Debug|HttpProvider|Downloading [http://slurm.trakt.us/images/fanart/199.2.jpg] to [C:\ProgramData\zbDrone\MediaCover\65\fanart.jpg]
14-4-10 08:30:03.6|Warn|NzbDroneErrorPipeline|Invalid request Validation failed:
– Path does not exist
14-4-10 08:30:03.8|Debug|HttpProvider|Downloading Completed. took 2s
14-4-10 08:30:03.8|Debug|CleanMetadataService|Cleaning missing metadata files for series: 24
14-4-10 08:30:05.5|Debug|SabnzbdProxy|http://localhost:8085/api?mode=queue&start=0&limit=0&apikey=&output=json

drone doesn’t create the series folder by default, you can enable it in media file management by setting: “Create empty series folders” to on (advanced option).

You should be able to edit without issue, even without the series folder. I don’t see any issues in the logs.

Okay, that makes sense. Then I guess the issue is not the inability to create the series folder.

After I add the series, I then attempt to click on Toggle Season Monitored Status for one of the seasons within the series. I receive this pop-up error:

[PUT] Bad Request : /api/series/65

In the logs, I see:

Invalid request Validation failed:
– Path does not exist

Yeah, I see why thats failing, I have pushed a fix to develop, should be available shortly. 2.0.0.1323+

Awesome you rock. :slight_smile: Remind me of the name for the pre-release branch?

develop

Just want to confirm that your update today did fix my issue, thanks for the quick response.