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.02k stars 796 forks source link

"ERROR: Message: Cyclic object value" after update Selenium Firefox Image #1136

Open angmon73 opened 2 years ago

angmon73 commented 2 years ago

Hi, due to the big late in receiving messages with the "standard" WebWhatsapp API version, this morning I updated the selenium-standalone-debug image to the latest one. In this way the "internal" Firefox browser version passed from 60 to 92.0.1. I noticed that after this update, I have no more late in messages delivering, but everytime I have a new incoming message I can see the following error and I can't read anything ERROR: Message: Cyclic object value Stacktrace: WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:181:5 JavaScriptError@chrome://remote/content/shared/webdriver/Errors.jsm:360:5 evaluate.assertAcyclic@chrome://remote/content/marionette/evaluate.js:52:11 evaluate.toJSON@chrome://remote/content/marionette/evaluate.js:358:14 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:174:31 Is the latest Selenium-standalon-Firefox-debug version not compatible with the libraries? Maybe I need to update something else? For example... do I need to update any driver? If so, how to do that?

Any help will be appreciated Thank you in advance