Hello, when running the script via 'python3 src/crawler.py' I encounter the error(s) below. I believe I have met all dependency requirements. I can confirm that the database and user has been made with the proper permissions and that the contents of /wyrd/bind has been moved to /etc/bind/ as per instructions.
Traceback (most recent call last):
File "src/crawler.py", line 92, in doRequest
ygg.connect(host_port)
ConnectionRefusedError: [Errno 111] Connection refused
selfInfo: None
Traceback (most recent call last):
File "src/crawler.py", line 451, in <module>
crawl()
File "src/crawler.py", line 395, in crawl
for k,v in selfInfo['response']['self'].items():
TypeError: 'NoneType' object is not subscriptable
Hello, when running the script via 'python3 src/crawler.py' I encounter the error(s) below. I believe I have met all dependency requirements. I can confirm that the database and user has been made with the proper permissions and that the contents of /wyrd/bind has been moved to /etc/bind/ as per instructions.