[SOLVED] TypeError: Cannot read property 'urAccepted' of undefined

I was greeted by this error when loading the Web GUI in the browser today.

logbar.js:11 TypeError: Cannot read property 'urAccepted' of undefined
    at syncthingController.js:135
    at angular.js:9452
    at processQueue (angular.js:13337)
    at angular.js:13353
    at Scope.$eval (angular.js:14589)
    at Scope.$digest (angular.js:14405)
    at Scope.$apply (angular.js:14694)
    at angular.js:14984
    at completeOutstandingRequest (angular.js:4959)
    at angular.js:5347
console.<computed> @ logbar.js:11

This is not something that I can reproduce, hence I’m just reporting on the forum. Do you have any idea what the problem may be about?

Yes, this is a UI bug. In the function that’s kicked off by the “online” event a few async calls are started, but not waited upon, and then the line your error references requires those calls to have completed. Can you open a github issue please.

Done.

https://github.com/syncthing/syncthing/issues/7733

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.