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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stupid bootup limited checker crashes the bot from time to time (馃枙) #49

Closed
3urobeat opened this issue Jul 2, 2020 · 1 comment
Closed
Labels
Bug Something isn't working and the problem is in the code Fixed The issue is now fixed

Comments

@3urobeat
Copy link
Owner

3urobeat commented Jul 2, 2020

Describe the bug
How many accounts are limited checker is broken and constantly crashes the bot if it is in the mood for it.

Full error

H:\Sonstiges\Steam\Steam Bots\steam-comment-service-bot\src\controller.js:324
    if (Object.keys(communityobject).length == (Object.keys(logininfo).length - updater.skippedaccounts.length) && botobject[Object.keys(botobject).length - 1].limitations != undefined && module.exports.accisloggedin == true) {      
                                                                                                                                                                ^

TypeError: Cannot read property 'limitations' of undefined
    at Timeout._onTimeout (H:\Sonstiges\Steam\Steam Bots\steam-comment-service-bot\src\controller.js:324:161)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)

Additional context
Please add any other information here if you have some.
Seriously fuck that check. I get agression seeing it.

@3urobeat 3urobeat added the Bug Something isn't working and the problem is in the code label Jul 2, 2020
@3urobeat 3urobeat added this to In progress in Development Version 2.7.x Jul 2, 2020
@3urobeat 3urobeat moved this from In progress to Done in Development Version 2.7.x Jul 2, 2020
@3urobeat 3urobeat added the Fixed The issue is now fixed label Jul 2, 2020
3urobeat added a commit that referenced this issue Jul 3, 2020
Fixed clearLine issues (#48). Fixed beta-testing not updating to new beta versions when on release version. Fixed limited checker issues (#49). Added error handling when logging in. Removed status setting in config. Added childaccsplaygames in config. Added disconnected message for all bots. Added more ascii arts. Minor other changes.
3urobeat added a commit that referenced this issue Jul 3, 2020
New !addfriend command. Added cache.json file to reduce steam group64id requests. Fixed group invite crash. Fixed clearLine issues (#48). Fixed beta-testing not updating to new beta versions when on release version. Fixed limited checker issues (#49). Added error handling when logging in. Removed status setting in config. Added childaccsplaygames in config. Added disconnected message for all bots. Added more ascii arts. Minor other changes.
@3urobeat
Copy link
Owner Author

3urobeat commented Jul 3, 2020

Fixed in commit 8adc902 (Version 2.7.2).

@3urobeat 3urobeat closed this as completed Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working and the problem is in the code Fixed The issue is now fixed
Projects
No open projects
Development

No branches or pull requests

1 participant