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
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
Unexpected error while parsing data for title 'The Girl with the Needle'
Fallo con Python 3.9, actualice a 3.13.2 y también falla:
Unexpected error while parsing data on page 'https://www.filmaffinity.com/en/userratings.php?user_id=XXX&p=1&orderby=rating-date&chv=list'
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Scripts\fa-scraper.exe\__main__.py", line 7, in <module>
sys.exit(main())
~~~~^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\site-packages\fa_scraper\cli.py", line 78, in main
save_to_csv(data, fieldnames, export_file)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\site-packages\fa_scraper\fa_scraper.py", line 285, in save_to_csv
for d in dicts:
^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\site-packages\fa_scraper\fa_scraper.py", line 154, in get_profile_data
title_type[0].find_all(class_="type")[0].string.strip(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range