vanhbakaa / Cexio-Tap-bot

Python bot for cex.io telegram bot. Cexio bot
https://t.me/cexio_tap_bot?start=1729165832653351
MIT License
85 stars 17 forks source link

Tap failed - please stop the code and open the bot in telegram then tap 1-2 times and run this code again. it should be worked! #23

Closed ngocbae98 closed 1 month ago

ngocbae98 commented 1 month ago

2024-09-10 08:38:27 | ERROR | 208 - bae | Tap failed - please stop the code and open the bot in telegram then tap 1-2 times and run this code again. it should be worked!

vanhbakaa commented 1 month ago

Turn off auto tao

prognt commented 1 month ago
                if settings.AUTO_TAP:
                    await self.tap(http_client, authToken, 0)
                    await asyncio.sleep(randint(settings.SLEEP_BETWEEN_TAPS[0], settings.SLEEP_BETWEEN_TAPS[1]))

                    while runtime > 0:

works for me, add zero tap before real taps

ngocbae98 commented 1 month ago
                if settings.AUTO_TAP:
                    await self.tap(http_client, authToken, 0)
                    await asyncio.sleep(randint(settings.SLEEP_BETWEEN_TAPS[0], settings.SLEEP_BETWEEN_TAPS[1]))

                    while runtime > 0:

works for me, add zero tap before real taps

thanks for your tip, i will try pro so, what's code file name i can update?

ngocbae98 commented 1 month ago

Turn off auto tao

your bad idea

prognt commented 1 month ago

wait for author make update @vanhbakaa

ngocbae98 commented 1 month ago

wait for author make update @vanhbakaa

you can't update code on github?

prognt commented 1 month ago

wait for author make update @vanhbakaa

you can't update code on github?

in this repository - no. wait for author

vanhbakaa commented 1 month ago

wait for author make update @vanhbakaa

you can't update code on github?

Updated