ryelogheat / xpbot

Analyze a media file, identify the TMDB/IMDB, and generate all the necessary info to upload a torrent to a private tracker using the UNIT3D codebase
56 stars 27 forks source link

imgbox & asyncio upload fail #9

Closed ryelogheat closed 3 years ago

ryelogheat commented 3 years ago

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

ryelogheat commented 3 years ago

This fixed it for me https://github.com/ryelogheat/xpbot/commit/c9fe7b2327537c4d289708857a2b56507bd740dc (Also using Python 3.7+ would have "fixed" the issue as well)