Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working properly #22

Open
An-App opened this issue Jul 28, 2022 · 1 comment
Open

Not working properly #22

An-App opened this issue Jul 28, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@An-App
Copy link

An-App commented Jul 28, 2022

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.

@An-App An-App added the bug Something isn't working label Jul 28, 2022
@Itz-fork
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants