vanhbakaa / Cexio-Tap-bot

Python bot for cex.io telegram bot. Cexio bot
MIT License
53 stars 9 forks source link

Error while upgrading card #20

Closed MaddFun closed 1 week ago

MaddFun commented 1 week ago

If WAIT_FOR_MOST_PROFITABLE_CARD=False is set. it throws errors:

2024-09-09-09 09:17:39 | SUCCESS | 470 - account-1 | Successfully upgraded dataCenter to level 10 2024-09-09-09 09:18:46 | SUCCESS | 470 - account-3 | Successfully upgraded miningPoolReputation to level 7 2024-09-09-09 09:19:14 | SUCCESS | 470 - account-2 | Successfully upgraded miningPoolReputation to level 7 2024-09-09 09:19:25 | SUCCESS | 470 - account-1 | Successfully upgraded powerTransmissionLine to level 4 2024-09-09-09 09:20:37 | ERROR | 474 - account-3 | Error while upgrading card poolStability to lvl 7. Response code: 500 2024-09-09 09:20:46 | ERROR | 474 - account-2 | Error while upgrading card poolStability to lvl 7. Response code: 500 2024-09-09 09:21:02 | ERROR | 474 - account-1 | Error while upgrading card downtimeDecrease to lvl 3. Response code: 500 2024-09-09 09:22:12 | ERROR | 474 - account-3 | Error while upgrading card gpuUpgrade to lvl 9. Response code: 500 2024-09-09 09:22:43 | ERROR | 474 - account-2 | Error while upgrading card gpuUpgrade to lvl 9. Response code: 500 2024-09-09 09:22:48 | ERROR | 474 - account-1 | Error while upgrading card poolStability to lvl 8. Response code: 500

vanhbakaa commented 1 week ago

Response code: 500 wait imma fix it rn

vanhbakaa commented 1 week ago

fixed

MaddFun commented 1 week ago

now this error:

2024-09-09 13:20:18 | SUCCESS | 269 - account-3 | Successfully convert 0.1639 to 9044.493699999999 coin - Coin balance: 102405.85 2024-09-09 13:20:19 | ERROR | 476 - account-3 | Error while upgrade card miningPoolReputation to lvl 8. Response code: 500 2024-09-09 13:20:19 | ERROR | 581 - account-3 | Unknown error: unsupported operand type(s) for -=: 'str' and 'int' 2024-09-09 13:20:25 | INFO | 546 - account-2 | resting and upgrade... 2024-09-09 13:20:25 | SUCCESS | 269 - account-2 | Successfully convert 0.163 to 8992.1232 coin - Coin balance: 107801.88 2024-09-09 13:20:26 | ERROR | 476 - account-2 | Error while upgrade card miningPoolReputation to lvl 8. Response code: 500 2024-09-09 13:20:26 | ERROR | 581 - account-2 | Unknown error: unsupported operand type(s) for -=: 'str' and 'int'

vanhbakaa commented 1 week ago

Fixxed