Closed peerleecher closed 2 years ago
Deployed to heroku, download does not start, it just sits at "Processing Download", log shows following: `
2022-05-13T08:40:37.293535+00:00 app[web.1]: return self.callback(update, context)
2022-05-13T08:40:37.293535+00:00 app[web.1]: File "/app/ravager/bot/helpers/validators.py", line 110, in wrapper
2022-05-13T08:40:37.293536+00:00 app[web.1]: return handlers(self, update, context, *args, **kwargs)
2022-05-13T08:40:37.293536+00:00 app[web.1]: File "/app/ravager/bot/helpers/validators.py", line 128, in wrapper
2022-05-13T08:40:37.293537+00:00 app[web.1]: return handlers(self, update, context, *args, **kwargs)
2022-05-13T08:40:37.293537+00:00 app[web.1]: File "/app/ravager/bot/commands/abort.py", line 25, in stop_tasks
2022-05-13T08:40:37.293537+00:00 app[web.1]: status = task.status
2022-05-13T08:40:37.293538+00:00 app[web.1]: AttributeError: 'NoneType' object has no attribute 'status'`
Is this the full log? Also "Processing Download" actually means aria is gathering the peers to download from Have you tried this with any other torrent?
Closing due to inactivity
Deployed to heroku, download does not start, it just sits at "Processing Download", log shows following: `
2022-05-13T08:40:37.293535+00:00 app[web.1]: return self.callback(update, context)
2022-05-13T08:40:37.293535+00:00 app[web.1]: File "/app/ravager/bot/helpers/validators.py", line 110, in wrapper
2022-05-13T08:40:37.293536+00:00 app[web.1]: return handlers(self, update, context, *args, **kwargs)
2022-05-13T08:40:37.293536+00:00 app[web.1]: File "/app/ravager/bot/helpers/validators.py", line 128, in wrapper
2022-05-13T08:40:37.293537+00:00 app[web.1]: return handlers(self, update, context, *args, **kwargs)
2022-05-13T08:40:37.293537+00:00 app[web.1]: File "/app/ravager/bot/commands/abort.py", line 25, in stop_tasks
2022-05-13T08:40:37.293537+00:00 app[web.1]: status = task.status
2022-05-13T08:40:37.293538+00:00 app[web.1]: AttributeError: 'NoneType' object has no attribute 'status'`