Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot read property 'obj' of undefined #23988

Closed
dreamofabear opened this issue Aug 15, 2019 · 0 comments · Fixed by #23998
Closed

Error: Cannot read property 'obj' of undefined #23988

dreamofabear opened this issue Aug 15, 2019 · 0 comments · Fixed by #23998

Comments

@dreamofabear
Copy link

Started seeing these in 1908150025400. A top 10 error report in the first day of 1%.

Error: Cannot read property 'obj' of undefined
at obj (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/service.js:395)
at getServiceInternal (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/service.js:196)
at (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/services.js:280)
at Services$$module$src$services.extensionsFor (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/service/crypto-impl.js:155)
at loadPolyfill_ (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/service/crypto-impl.js:81)
at sha384 (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/service/crypto-impl.js:123)
at sha384Base64 (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/service/cid-impl.js:655)
at getRandomString64 (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/service/document-info-impl.js:95)
at get (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/services.js:269)
at Services$$module$src$services.documentInfoForDoc (https://raw.githubusercontent.com/ampproject/amphtml/1908150025400/src/service/resources-impl.js:1223)

Stack trace implies that "extensions" service is not registered on the given window, which is confusing.

UA appears to be always "Miui Browser".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant