mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 795 forks source link

Store.Conn.me is undefined #957

Open kashif-raza opened 3 years ago

kashif-raza commented 3 years ago
  • Advertising of monetized Frameworks is strictly forbidden and will be reported

  • [ ] The language must be English, if you are not fluent in English consider using: https://www.deepl.com/translator if it supports your native language

  • [ ] Please check if any other issue already adresses your concerns or if a recent PR is already fixing the mentioned issue

  • [ ] Please make sure to format your code, and to mark your code as such, with the provided tools from github (upper right of this box)

  • [ ] Please state your Operating System (inlcuding version), your Python Version, and your installation way (pip, from repo) and if you are running it inside a docker container

  • [ ] Note that the pip installation might be behind, so try to fix your issue with a pull from the repo and update to the most recent version

  • [ ] Follow the Stackoverflow Guidelines (https://stackoverflow.com/help/how-to-ask) when in need of help

  • [ ] Consider posting your question on Stackoverflow if it is a general programming question

  • [ ] There will be no support for spamming, or other mischief

  • [ ] There will be no support for finding professionals

janke184 commented 3 years ago

I Have the same problem but it is triggered because window.Store.Conn.me is undefined. Any update perhaps?

diegodorgam commented 3 years ago

changed to window.Store.Conn.wid._serialized

cbeltrangomez84 commented 3 years ago

I used window.Store.Conn.__x_wid.user

janke184 commented 3 years ago

changed to window.Store.Conn.wid._serialized

Thanks! It works!

darlannakamura commented 3 years ago

Both solution works.

The difference is that window.Store.Conn.__x_wid.user return just the numbers (e.g: 999999999) and window.Store.Conn.wid._serialized return the chat_id (e.g: 999999999@c.us).