Trouble running NzbDrone on fresh Windows 8.1 install

Hey guys, just trying to get everything setup on my new build and I’m having an issue upon running NzbDrone. I’m getting this error message when the web interface opens:

Config.js : 21
NS_ERROR_FILE_CORRUPTED: Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsIDOMStorage.getItem]

Does anyone have any ideas as to what may be causing this? Any help is much appreciated. Thanks!

Drone uses local storage to store some UI settings, based on that error the local storage is corrupt.

Anything I can do to fix this? Everything else I’ve installed is fine and my SSD is testing healthy.

You will need to remove the localstorage file from your browser profile. First google result for: “firefox localstorage corrupted” looks to give the solution: http://stackoverflow.com/questions/7079075/where-does-firefox-store-javascript-html-localstorage

Okay I was way off base, didn’t even think about my Firefox profile backup causing something like that. Thanks for your help!

That fixed the issue I was having, but now episodes will not post-process and move after the download completes. Getting this in the log file:

|Warn|ImportApprovedEpisodes|Couldn’t import episode C:\Users\~\Downloads\complete\tv\The.Walking.Dead.S04E02.720p.HDTV.x264-2HD\the.walking.dead.s04e02.720p.hdtv.x264-2hd.mkv

System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at NzbDrone.Common.DiskProvider.MoveFile(String source, String destination) in m:\buildAgent1_work\bc9a5cca09497250\src\zbDrone.Common\DiskProvider.cs:line 264
at NzbDrone.Core.MediaFiles.MoveEpisodeFiles.MoveFile(EpisodeFile episodeFile, Series series, String destinationFilename) in m:\buildAgent1_work\bc9a5cca09497250\src\zbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:line 74
at NzbDrone.Core.MediaFiles.MoveEpisodeFiles.MoveEpisodeFile(EpisodeFile episodeFile, LocalEpisode localEpisode) in m:\buildAgent1_work\bc9a5cca09497250\src\zbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:line 53
at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeEpisodeFile(EpisodeFile episodeFile, LocalEpisode localEpisode) in m:\buildAgent1_work\bc9a5cca09497250\src\zbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:line 55
at NzbDrone.Core.MediaFiles.EpisodeImport.ImportApprovedEpisodes.Import(List`1 decisions, Boolean newDownload) in m:\buildAgent1_work\bc9a5cca09497250\src\zbDrone.Core\MediaFiles\EpisodeImport\ImportApprovedEpisodes.cs:line 72

Permissions issue, drone doesn’t have write access to either the source or the destination path (either the Drone Factory folder or the series folder).