Skip to content

Couple errors when running. #11

@Incognify

Description

@Incognify

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions