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

TypeError: P.PHOTO_PICKER_QUALIFIED_EMOJIS is not iterable #1061

Closed
yuzedong opened this issue Apr 18, 2023 · 10 comments
Closed

TypeError: P.PHOTO_PICKER_QUALIFIED_EMOJIS is not iterable #1061

yuzedong opened this issue Apr 18, 2023 · 10 comments
Labels
bug Something isn't working

Comments

@yuzedong
Copy link

Description

I imported wa.js in my Chrome extension. When a user clicks on the three-dot button in the top right corner of a group chat in web.whatsapp.com, the group info does not show up and an error is reported in the console. The error is as follows:

TypeError: P.PHOTO_PICKER_QUALIFIED_EMOJIS is not iterable
at t.default (lazy_loaded_low_priority_components.2eb74f3a79d43c7a730d.js:2:295311)
at wa (vendor1app.93f2846fd0de96e2ec08.js:30:62964)
at _u (vendor1
app.93f2846fd0de96e2ec08.js:30:120158)
at vl (vendor1app.93f2846fd0de96e2ec08.js:30:109100)
at pl (vendor1
app.93f2846fd0de96e2ec08.js:30:109028)
at hl (vendor1app.93f2846fd0de96e2ec08.js:30:108891)
at nl (vendor1
app.93f2846fd0de96e2ec08.js:30:105698)
at ol (vendor1app.93f2846fd0de96e2ec08.js:30:106087)
at Fi (vendor1
app.93f2846fd0de96e2ec08.js:30:46805)
at vendor1~app.93f2846fd0de96e2ec08.js:30:103606

WX20230418-100956@2x

Environment

  • **WA-JS version(s): 2.23.3
  • Browser: Chrome 111
  • OS: Windows X / OSX

Steps to Reproduce

  1. Inject wppconnect-wa.js.
  2. Click on a specific group on web.whatsapp.com.
  3. Click on the More (three-dot) icon at the top right corner and select the first group info option.
  4. An error is reported in the console.

Add any other context about the problem here. If applicable, add screenshots to help explain.

@yuzedong yuzedong added bug Something isn't working needs triage labels Apr 18, 2023
@yuzedong
Copy link
Author

Please take a look for me, and thank you very much!

@edgardmessias
Copy link
Contributor

@yuzedong what is the WhatsApp version?

@yuzedong
Copy link
Author

2.2316.6

@luiscuriel
Copy link

Same problem here! Any solution? Thanks!

@luiscuriel
Copy link

I fixed it by injecting the js later, after authentication is ok.

@edgardmessias
Copy link
Contributor

Thanks @luiscuriel , I will try to reproduce it on my machine and try to figure out a way to avoid this

@yuzedong
Copy link
Author

Thanks @luiscuriel , I will try to reproduce it on my machine and try to figure out a way to avoid this

When can this issue be fixed? tks.

@luiscuriel
Copy link

It is still happening on some sessions for me...

@yuzedong
Copy link
Author

Ok, Please fix it as soon as possible. Thanks!

@yuzedong
Copy link
Author

yuzedong commented May 6, 2023

I'm using the latest version 2.24.0, and the process remains the same as before. The previous console error has disappeared, but a new error has occurred. The error is as follows:
WX20230506-102925@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants