简体   繁体   中英

Uncaught TypeError: Cannot call method 'Pa' of undefined

Hi I am receiving this error in Google Play Music which is causing elements on the page such as hitting the play button or switching songs to become unresponsive. I have narrowed it down to recieving this error every time I click on an unresponsive part of the page. No clue what this could mean, any help? Thanks!

http://imgur.com/a/AsCmr

在此处输入图片说明

在此处输入图片说明

In your second image, you can see that the error is thrown in E.BI

And first image shows that E.BI contains:

b=this.Re().Pa().Xb()

The problem is that method Re of this returns undefined . And, since undefined has no properties, attempting to call its method Pa produces an error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM