nanos / FediFetcher

FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.
https://blog.thms.uk/fedifetcher?utm_source=github
MIT License
297 stars 215 forks source link

Job keeps failing #79

Closed libertyforward1 closed 10 months ago

libertyforward1 commented 10 months ago

Hi folks, I'm encountering the following as I try to process my followers through FediFetcher:

_2023-08-17 10:26:04.157481 MDT: Job failed after 0:03:28.079832. Traceback (most recent call last): File "/home/mastodon/FediFetcher/find_posts.py", line 1430, in add_user_posts(arguments.server, token, followers, recently_checked_users, all_known_users, seen_urls, seen_hosts) File "/home/mastodon/FediFetcher/find_posts.py", line 73, in add_user_posts posts = get_user_posts(user, known_followings, server, seen_hosts) File "/home/mastodon/FediFetcher/find_posts.py", line 119, in get_user_posts post_server = get_server_info(parsed_url[0], seen_hosts) File "/home/mastodon/FediFetcher/find_posts.py", line 1211, in get_server_info nodeinfo = get_nodeinfo(server, seen_hosts) File "/home/mastodon/FediFetcher/find_posts.py", line 1177, in get_nodeinfo return seenhosts[server] TypeError: 'ServerList' object is not subscriptable

Any suggestions? I love FediFetcher by the way, it's a clever and fascinating concept. Thanks!

nanos commented 10 months ago

Oops, sorry! This has been fixed now.