Update check on master branch failed

Hi,

I’m not shure if it’s only me or if it’s a general problem.
When checking for updates I’m receiving an API error.
This is the log message: Request Failed: REST request failed: [500] [GET] at [http://services.nzbdrone.com/v1/update//changes]
Below is the exeption message:
NzbDrone.Core.Rest.RestException: REST request failed: [500] [GET] at [http://services.nzbdrone.com/v1/update//changes]
at NzbDrone.Core.Rest.RestSharpExtensions.ValidateResponse(IRestResponse response, IRestClient restClient) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\Rest\RestSharpExtensions.cs:line 43
at NzbDrone.Core.Rest.RestSharpExtensions.Read[T](IRestResponse restResponse, IRestClient restClient) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\Rest\RestSharpExtensions.cs:line 50
at NzbDrone.Core.Update.UpdatePackageProvider.GetRecentUpdates(String branch) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\Update\UpdatePackageProvider.cs:line 37
at NzbDrone.Core.Update.RecentUpdateProvider.GetRecentUpdatePackages() in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\Update\RecentUpdateProvider.cs:line 26
at NzbDrone.Api.Update.UpdateModule.GetRecentUpdates() in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Api\Update\UpdateModule.cs:line 27
at NzbDrone.Api.REST.RestModule1.<set_GetResourceAll>b__c(Object options) in m:\\buildAgent2\\work\\328d72309b633a8\\src\zbDrone.Api\\REST\\RestModule.cs:line 111 at CallSite.Target(Closure , CallSite , Func2 , Object )
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)
The page cannot be displayed because an internal server error has occurred.

I’ve tried opening the update site in a browser and I get an error 500 as well.

If it’s just me, I hope you can give me some pointers to get this sorted.

Greetings,
Duumke

Looks like you don’t have a branch name set because the URL should look like: http://services.nzbdrone.com/v1/update/master/changes

You can set the branch name on Settings -> General with advanced on. Set it and restart drone, if you still have issues, please let me know what version number you currently have running.

Thank you for the reply.
You were right about not having a branch set.
I thought it would default to master if nothing was entered there (since master is showing when nothing was put in).
I’ve set it to master manually and now the update works notifications work again.

master is the default (set when the file is built), but changing it to nothing does not reset it to default, Glad its working again.