You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing this app. I've recently started receiving an error to do with datetime parsing from a page that was previously working, so I'm assuming FB must have changed something. It might be the same as issue #109.
I'm using the latest version available on PyPI.
2024-06-05 07:42:57,254 - facebook_page_scraper.element_finder - ERROR - Error at find_posted_time method : Unknown string format: Enlarge
Traceback (most recent call last):
File "\facebook_page_scraper\element_finder.py", line 337, in __find_posted_time
parse(aria_label_value).isoformat()
^^^^^^^^^^^^^^^^^^^^^^^
File "\dateutil\parser_parser.py", line 1368, in parse
return DEFAULTPARSER.parse(timestr, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\dateutil\parser_parser.py", line 643, in parse
raise ParserError("Unknown string format: %s", timestr)
The text was updated successfully, but these errors were encountered:
Thanks for writing this app. I've recently started receiving an error to do with datetime parsing from a page that was previously working, so I'm assuming FB must have changed something. It might be the same as issue #109.
I'm using the latest version available on PyPI.
The text was updated successfully, but these errors were encountered: