Error join threads
Running the Sitemap Harvester lead to the following error:
2025-02-21 13:51:47,285 | ERROR | unhide_harvest.py:122 | harvest_sitemaps | cannot join current thread Traceback: Traceback (most recent call last): File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/harvester/src/harvester/sitemap_harvester.py", line 27, in run extract_and_send_data_from_urls( File "/harvester/src/util/utils.py", line 27, in extract_and_send_data_from_urls with thread_executor as executor: File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 649, in __exit__ self.shutdown(wait=True) File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 235, in shutdown t.join() File "/usr/local/lib/python3.10/threading.py", line 1093, in join raise RuntimeError("cannot join current thread") RuntimeError: cannot join current thread