This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flying sheep
Recipients flying sheep
Date 2020-10-29.10:42:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603968172.16.0.632211666249.issue42193@roundup.psfhosted.org>
In-reply-to
Content
In the end of my stack trace, I just see

      File "...", line 174, in bind_sockets
        sock.bind(sockaddr)
    OSError: [Errno 99] Cannot assign requested address

It would be useful if it would tell me which socket that was in the error message.
History
Date User Action Args
2020-10-29 10:42:52flying sheepsetrecipients: + flying sheep
2020-10-29 10:42:52flying sheepsetmessageid: <1603968172.16.0.632211666249.issue42193@roundup.psfhosted.org>
2020-10-29 10:42:52flying sheeplinkissue42193 messages
2020-10-29 10:42:52flying sheepcreate