KarthikeyanRanasthala / WhatsAppening

A WhatsApp activity tracker built with python.
https://pypi.org/project/whatsappening-cli
MIT License
5 stars 1 forks source link

Error #1

Open lucke76 opened 5 years ago

lucke76 commented 5 years ago

Your script is great but it keeps giving me what i think is a CORS error

receivedBroadcastMessage: handler for remote-settings/monitor_changes threw error: Message: Error: Polling for changes failed: NetworkError when attempting to fetch resource.. Stack: remoteSettingsFunction/remoteSettings.pollChanges@resource://services-settings/remote-settings.js:190:13

Could you help me solve this? Thanks

KarthikeyanRanasthala commented 5 years ago

Thank you for bringing this up.

I've been running the same script for a few weeks now and I did not face this error.

Can you help me in replicating your issue? Details like your Operating System, Firefox version, geckodriver version and complete geckodriver log will be helpful.

Also let me know how you're running the script. Is it from pip install or windows release or direct main.py execution?

If it's really a Cross-origin error then I'll fix it. No worries.