Closed ryelogheat closed 3 years ago
Error message: AttributeError: module 'asyncio' has no attribute 'run'
AttributeError: module 'asyncio' has no attribute 'run'
Happens when used in auto mode with imgbox selected as the imghost
Consider dropping support for imgbox AKA pyimgbox and just using imghosts with a public API & ideally based off chevereto
This fixed it for me https://github.com/ryelogheat/xpbot/commit/c9fe7b2327537c4d289708857a2b56507bd740dc (Also using Python 3.7+ would have "fixed" the issue as well)
Error message:
AttributeError: module 'asyncio' has no attribute 'run'
Happens when used in auto mode with imgbox selected as the imghost
Consider dropping support for imgbox AKA pyimgbox and just using imghosts with a public API & ideally based off chevereto