-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Labels
Type: BugType: Error ReportAn error reported by AMP Error ReportingAn error reported by AMP Error ReportingWG: analytics
Description
Error: null is not an object (evaluating 'new a.Image')
at Image (https://raw.githubusercontent.com/ampproject/amphtml/1908121824440/src/window-interface.js:95)
at iframe (https://raw.githubusercontent.com/ampproject/amphtml/1908121824440/src/pixel.js:61)
at win (https://raw.githubusercontent.com/ampproject/amphtml/1908121824440/extensions/amp-analytics/0.1/transport.js:246)
at (https://raw.githubusercontent.com/ampproject/amphtml/1908121824440/extensions/amp-analytics/0.1/transport.js:132)
at requestUrl (https://raw.githubusercontent.com/ampproject/amphtml/1908121824440/extensions/amp-analytics/0.1/requests.js:260)
My guess is the window is destroyed by the time Transport.sendRequest is called. A null check may fix it.
/cc @ampproject/wg-analytics
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugType: Error ReportAn error reported by AMP Error ReportingAn error reported by AMP Error ReportingWG: analytics