bipinkrish / File-Converter-Bot

File Converter Telegram Bot that can Convert Images, Videos, Audios, Fonts, Documents and Ebooks
112 stars 95 forks source link

Error in Logs on first run #13

Closed ChvckN0rri5 closed 1 year ago

ChvckN0rri5 commented 1 year ago

Attaching to file-converter-bot_myservice_1 myservice_1 | local variable 'inputt' referenced before assignment myservice_1 | Traceback (most recent call last): myservice_1 | File "/usr/local/lib/python3.10/dist-packages/pyrogram/dispatcher.py", line 242, in handler_worker myservice_1 | await self.loop.run_in_executor( myservice_1 | File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run myservice_1 | result = self.fn(*self.args, **self.kwargs) myservice_1 | File "/usr/src/app/main.py", line 1414, in text myservice_1 | oldext = inputt.split(".")[-1] myservice_1 | UnboundLocalError: local variable 'inputt' referenced before assignment

ChvckN0rri5 commented 1 year ago

Results in Channel IMG_7879

IMG_7880

ChvckN0rri5 commented 1 year ago

All fixed. A rogue container was running on the old server...

Carry on