Re: portsfallout.com stopped updating on 2024-02-23

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Mon, 11 Mar 2024 20:55:14 UTC

On Mon, Mar 11, 2024, at 16:41, Yuri wrote:
> Is it known who is the contact person for portsfallout.com ?
>
>
> Thanks,
>
> Yuri


I’ll take a look. It appears to be an issue with Scrapy and a new version of the Twisted dependency.

Traceback (most recent call last):
  File "/usr/local/bin/scrapy", line 33, in <module>
    sys.exit(load_entry_point('Scrapy==2.5.1', 'console_scripts', 'scrapy')())
  File "/usr/local/lib/python3.9/site-packages/scrapy/cmdline.py", line 144, in execute
    cmd.crawler_process = CrawlerProcess(settings)
  File "/usr/local/lib/python3.9/site-packages/scrapy/crawler.py", line 281, in __init__
    install_shutdown_handlers(self._signal_shutdown)
  File "/usr/local/lib/python3.9/site-packages/scrapy/utils/ossignal.py", line 19, in install_shutdown_handlers
    reactor._handleSignals()
AttributeError: 'PollReactor' object has no attribute '_handleSignals'

Regards,
-- 
Danilo G. Baio