Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

New Aiohttp version breaks #98

Closed OhMyGuus closed 6 years ago

OhMyGuus commented 6 years ago

For everyone with issues like "Invalid challenge response" or "got an unexpected keyword argument 'heartbeat'" Go back to an older version of aiohttp (for now) by running: pip uninstall aiohttp pip install aiohttp==3.1.1

Exaphis commented 6 years ago

Thanks for sharing your solution, no need for this fix anymore after switching to lomond.