Open cdrch opened 7 years ago
Upgrading aiohttp to version 1.1.0 solved this issue for me.
@cdrch Please make sure you have installed aiohttp 1.1.0, and re-confirm that the issue still exists, as I've not been able to reproduce the issue.
@Drummersbrother Apologies for the delayed response. I have updated aiottp to version 2.3.2, the latest version. I was unable to install an old version of aiohttp. I received a fairly similar error.
aiohttp.errors.ClientOSError: [Errno 101] Cannot connect to host api.rocketleaguestats.com:80 ssl:False [Can not connect to api.rocketleaguestats.com:80 [Network is unreachable]]
@cdrch What OS are you using? That error is probably due to broken SSL certificate chains on your local python install.
Ubuntu 16.04, on Amazon EC2. Honestly not sure how to proceed in order to fix such a problem.
Received the following error when trying to request a single player's information:
aiohttp.errors.ClientOSError: [Errno 101] Cannot connect to host api.rocketleaguestats.com:443 ssl:True [Can not connect to api.rocketleaguestats.com:443 [Network is unreachable]]
Full traceback: