Ben-Wolf / IBEIS-web

Web interface and API for IBEIS.
Apache License 2.0
1 stars 1 forks source link

$digest is already in progress #44

Closed Marioman42 closed 7 years ago

Marioman42 commented 7 years ago

When the webpage loads up, Firefox throws an error "$digest is already in progress" multiple times. This could be caused by synchronous $scope.$apply() calls, which can be called even if asynchronous $digest calls are running.

Marioman42 commented 7 years ago

Paired with the erroneous $digest calls, many of the server calls (specifically getMediaAssetDetails and getReviewCounts) have "XML Parsing Error: not well formed Location" errors on Firefox. This could be due to a lack of contetType headers in the ajax calls. ss 2017-10-17 at 04 30 22

Marioman42 commented 7 years ago

Fixed with $timeout calls