Open techieshop opened 2 years ago
+1
Hi,
Thanks for the module, it is versatile.
I can make it work as expected in Windows, but when I move my script to Ubuntu, it cannot run with warning of Unsupported Browser. One major difference for the running environment is my Ubuntu is a SHELL without GUI and browser liked Chrome, Firefox installed.
Do you have any suggestion?
Thanks.
Attached the error message
/usr/local/lib/python3.6/dist-packages/facebook_scraper/facebook_scraper.py:817: UserWarning: Facebook says 'Unsupported Browser' warnings.warn(f"Facebook says 'Unsupported Browser'")
I've solved this problem on Ubuntu using this user agent: "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
Hi,
Thanks for the module, it is versatile.
I can make it work as expected in Windows, but when I move my script to Ubuntu, it cannot run with warning of Unsupported Browser. One major difference for the running environment is my Ubuntu is a SHELL without GUI and browser liked Chrome, Firefox installed.
Do you have any suggestion?
Thanks.
Attached the error message
/usr/local/lib/python3.6/dist-packages/facebook_scraper/facebook_scraper.py:817: UserWarning: Facebook says 'Unsupported Browser' warnings.warn(f"Facebook says 'Unsupported Browser'")