Hello
Can someone tell me why when I click the settings button I do not get a screen to set my info for setup?
Thank in advance
Need more information.
What do you get instead?
Are there any errors in the UI?
Are there any errors in the logs?
What version of drone are you using (its in the footer)?
What OS are you running on?
Just dots going back and forth nothing else
No
Don’t know
NzbDrone Ver. 2.0.0.740
Windows 7 Ultimate
Take a look at your log (file is easier to search), clear them and then go to the settings page, any errors loading should show in the logs. Feel free to post them as well.
Please can you tell me were it is?
Ok I found what I think is it, and here is a copy of a small part Because it’s always the same.
Just so you know I just started using NZBDRONE and it never worked for me.
13-11-15 11:14:31.7|Fatal|NzbDroneErrorPipeline|Request Failed
System.InvalidOperationException: Sequence contains more than one element
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable1 source) at NzbDrone.Core.Datastore.BasicRepository
1.SingleOrDefault() in m:\buildAgent2_work\bc9a5cca09497250\src\zbDrone.Core\Datastore\BasicRepository.cs:line 102
at NzbDrone.Core.Organizer.NamingConfigService.GetConfig() in m:\buildAgent2_work\bc9a5cca09497250\src\zbDrone.Core\Organizer\FileNameBuilder.cs:line 37
at NzbDrone.Api.Config.NamingModule.GetNamingConfig() in m:\buildAgent2_work\bc9a5cca09497250\src\zbDrone.Api\Config\amingModule.cs:line 42
at NzbDrone.Api.REST.RestModule1.<set_GetResourceSingle>b__e(Object options) in m:\\buildAgent2_work\\bc9a5cca09497250\\src\zbDrone.Api\\REST\\RestModule.cs:line 129 at CallSite.Target(Closure , CallSite , Func
2 , Object )
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)
13-11-15 11:14:31.7|Fatal|NzbDroneErrorPipeline|Request Failed
System.InvalidOperationException: Sequence contains more than one element
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable1 source) at NzbDrone.Core.Datastore.BasicRepository
1.SingleOrDefault() in m:\buildAgent2_work\bc9a5cca09497250\src\zbDrone.Core\Datastore\BasicRepository.cs:line 102
at NzbDrone.Core.Organizer.NamingConfigService.GetConfig() in m:\buildAgent2_work\bc9a5cca09497250\src\zbDrone.Core\Organizer\FileNameBuilder.cs:line 37
at NzbDrone.Api.Config.NamingModule.GetNamingConfig() in m:\buildAgent2_work\bc9a5cca09497250\src\zbDrone.Api\Config\amingModule.cs:line 42
at NzbDrone.Api.REST.RestModule1.<set_GetResourceSingle>b__e(Object options) in m:\\buildAgent2_work\\bc9a5cca09497250\\src\zbDrone.Api\\REST\\RestModule.cs:line 129 at CallSite.Target(Closure , CallSite , Func
2 , Object )
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)
Sorry @naselloj, glad you found it (its available in the UI as well as the physical location on disk is available on System -> About.
The scenario you’re seeing should never happen, if you could zip up nzbdrone.db from C:\ProgramData\zbDrone and PM me a link to download it, that would be great, I want to do some more research on it and try to prevent it from happening again.
To resolve the issue you can delete the nzbdrone.db file and it will be recreated when you startup drone again (recommended if you don’t have a bunch of shows added). The other option involves editing the DB and removing one of the rows in the NamingConfig table, its a SQLite DB, or let me know and I’ll remove it for you from your copy and PM it back.
Sorry for the issues, we should be able to resolve it soon.
Hello yes if you could because I have a lot of shows.
Thank you just attach it to my e-mail
Thanks @naselloj - I have sent back the database after removing the faulty record and the settings page now loads.