You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sir, please add command instead of callback. The bot gives error on multiple clicks and it doesn't even show download progress after sending the file.
ERROR: [Errno 17] File exists: '/app/NexaBots/
And after downloading all files by bot sending /done command says select the file but gives error: Sorry, It looks like your files have been removed from the server 😔!
I am using main branch (untouched) on Heroku.
The text was updated successfully, but these errors were encountered:
The bot gives error on multiple clicks and it doesn't even show download progress after sending the file.
ERROR: [Errno 17] File exists: '/app/NexaBots/
Don't click multiple times on the callback buttons and also even if you clicked multiple time on the callback buttons and the error pops up, bot'll still update the progress message (it's updated on every transferred chunk)
And after downloading all files by bot sending /done command says select the file but gives error: Sorry, It looks like your files have been removed from the server pensive!
I am using main branch (untouched) on Heroku.
This isn't a bug. It happens due to the fact that heroku has an “ephemeral” hard drive (which means after every restart/reboot your app's downloaded data will be completely lost, forever).
Sir, please add command instead of callback. The bot gives error on multiple clicks and it doesn't even show download progress after sending the file.
ERROR: [Errno 17] File exists: '/app/NexaBots/
And after downloading all files by bot sending /done command says select the file but gives error: Sorry, It looks like your files have been removed from the server 😔!
I am using main branch (untouched) on Heroku.
The text was updated successfully, but these errors were encountered: