well after a long period of sonarr working absolutely perfectly, ive run into a small roadblock. After the most recent update, it hasnt seemed to grab new episodes for me, i have a lot more episodes in my incomplete than normal. so i was fiddling around, trying to fill them in myself and was only able to get my hands on one of the episodes (so sonarr isnt to blame for that), put it in the correct folder, then went to refresh/relabel as i have done before but im getting a weird error
System.Data.SQLite.SQLiteException: database or disk is full
database or disk is full
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) <0xf3877580 + 0x001ff> in :0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) <0xf3877138 + 0x00103> in :0
at System.Data.SQLite.SQLiteDataReader.NextResult () <0xf389cce0 + 0x005c6> in :0
at System.Data.SQLite.SQLiteDataReader…ctor (System.Data.SQLite.SQLiteCommand cmd, CommandBehavior behave) <0xf389c6b0 + 0x00271> in :0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (CommandBehavior behavior) <0xf389be40 + 0x0003f> in :0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (CommandBehavior behavior) <0xf389bda0 + 0x00033> in :0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () <0xf389bd68 + 0x00027> in :0
at Marr.Data.QGen.UpdateQueryBuilder1[T].Execute () [0x0003b] in M:\BuildAgent\work\6c3239faf2b92630\src\Marr.Data\QGen\UpdateQueryBuilder.cs:157 at Marr.Data.DataMapper.Update[T] (Marr.Data.T entity, System.Linq.Expressions.Expression1 filter) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\src\Marr.Data\DataMapper.cs:674
at NzbDrone.Core.Datastore.BasicRepository1[TModel].UpdateMany (IList1 models) [0x00055] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\BasicRepository.cs:173
at NzbDrone.Core.Tv.EpisodeService.UpdateMany (System.Collections.Generic.List1 episodes) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Tv\EpisodeService.cs:186 at NzbDrone.Core.Tv.RefreshEpisodeService.RefreshEpisodeInfo (NzbDrone.Core.Tv.Series series, IEnumerable1 remoteEpisodes) [0x001f0] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Tv\RefreshEpisodeService.cs:93
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (NzbDrone.Core.Tv.Series series) [0x00226] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:111
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00043] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:154
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (NzbDrone.Core.Messaging.Commands.TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x00081] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:77
and also
An Error occurred while vacuuming database.: database or disk is full
database or disk is full
System.Data.SQLite.SQLiteException: database or disk is full
database or disk is full
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) <0xf3877580 + 0x001ff> in :0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) <0xf3877138 + 0x00103> in :0
at System.Data.SQLite.SQLiteDataReader.NextResult () <0xf389cce0 + 0x005c6> in :0
at System.Data.SQLite.SQLiteDataReader…ctor (System.Data.SQLite.SQLiteCommand cmd, CommandBehavior behave) <0xf389c6b0 + 0x00271> in :0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (CommandBehavior behavior) <0xf389be40 + 0x0003f> in :0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (CommandBehavior behavior) <0xf389bda0 + 0x00033> in :0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () <0xf389bd68 + 0x00027> in :0
at Marr.Data.DataMapper.ExecuteNonQuery (System.String sql) [0x0002a] in M:\BuildAgent\work\6c3239faf2b92630\src\Marr.Data\DataMapper.cs:204
at NzbDrone.Core.Datastore.Database.Vacuum () [0x00016] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Database.cs:48
sorry if i didnt need to paste all of that, im not sure what is relevant. but it doesnt seem to find the episode i have in the folder. only changes i made to my pc are that i recently installed malwarebytes which i thought would help with my internet browsing, i disabled it for a moment to see if that was interferring but doesnt seem to change anything. also, sonarr is actually running on my NAS server (plenty of space on those hard drives so i dont know), i only access the UI on my laptop so it shouldnt be an issue. i do have a fairly large list of series that it is following, if that could be an issue, it just hasnt had any problems keeping up with me until now. any thoughts?