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

Misc Bugs here #88

Closed
Rosenkreuz12 opened this issue Dec 8, 2016 · 6 comments
Closed

Misc Bugs here #88

Rosenkreuz12 opened this issue Dec 8, 2016 · 6 comments
Labels
A-Bot Area: Bot, i.e: Related to the bot C-Bug Category: This issue is a confirmed bug

Comments

@Rosenkreuz12
Copy link

Rosenkreuz12 commented Dec 8, 2016

#!getrole

TypeError: Classes.User.user is not a constructor
    at Object.Execute (/home/Mackan/RPGBot/src/Commands/guild/getrole.js:10:14)
    at User.isFirstTime.then (/home/Mackan/RPGBot/src/Handlers/messageCreate.js:130:54)
    at tryCatcher (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/util.js:26:23)
    at Promise._settlePromiseFromHandler (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:510:31)
    at Promise._settlePromiseAt (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:584:18)
    at Promise._settlePromises (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:700:14)
    at Async._drainQueue (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:123:16)
    at Async._drainQueues (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:133:10)
    at Immediate.Async.drainQueues (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:15:14)
    at runCallback (timers.js:637:20)
    at tryOnImmediate (timers.js:610:5)
    at processImmediate [as _immediateCallback] (timers.js:582:5)
@Rosenkreuz12 Rosenkreuz12 changed the title #!getrole Guild Related Bugs here Dec 8, 2016
@Rosenkreuz12
Copy link
Author

Rosenkreuz12 commented Dec 8, 2016

#!getchat

ReferenceError: Data is not defined
    at Execute.User.get.then (/home/Mackan/RPGBot/src/Commands/guild/getchat.js:20:7)
    at tryCatcher (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/util.js:26:23)
    at Promise._settlePromiseFromHandler (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:510:31)
    at Promise._settlePromiseAt (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:584:18)
    at Promise._settlePromises (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:700:14)
    at Async._drainQueue (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:123:16)
    at Async._drainQueues (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:133:10)
    at Immediate.Async.drainQueues (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:15:14)
    at runCallback (timers.js:637:20)
    at tryOnImmediate (timers.js:610:5)
    at processImmediate [as _immediateCallback] (timers.js:582:5)

@Sven65 Sven65 added A-Bot Area: Bot, i.e: Related to the bot C-Bug Category: This issue is a confirmed bug labels Dec 8, 2016
@Rosenkreuz12 Rosenkreuz12 changed the title Guild Related Bugs here Misc Bugs here Dec 8, 2016
@Rosenkreuz12
Copy link
Author

lead command still haven't able to accept mine, fish, forage, chop fields

@Rosenkreuz12
Copy link
Author

Rosenkreuz12 commented Dec 8, 2016

#!gblist 2-.... same prob as ginv it seems

ReferenceError: args is not defined
    at Object.Execute (/home/Mackan/RPGBot/src/Commands/market/gblist.js:6:14)
    at User.isFirstTime.then (/home/Mackan/RPGBot/src/Handlers/messageCreate.js:130:54)
    at tryCatcher (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/util.js:26:23)
    at Promise._settlePromiseFromHandler (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:510:31)
    at Promise._settlePromiseAt (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:584:18)
    at Promise._settlePromises (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:700:14)
    at Async._drainQueue (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:123:16)
    at Async._drainQueues (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:133:10)
    at Immediate.Async.drainQueues (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:15:14)
    at runCallback (timers.js:637:20)
    at tryOnImmediate (timers.js:610:5)
    at processImmediate [as _immediateCallback] (timers.js:582:5)

@Rosenkreuz12
Copy link
Author

skills doesn't leveled up when reached the amount needed to lvl up

!======== [Raylo's skills] ========!
+ Chop Level 5 (205 / 600 XP)
+ Fish Level 1 (18 / 20 XP)
+ Forage Level 4 (197 / 200 XP)
+ Mine Level 4 (204 / 200 XP)
!==================================!

...i'm too lazy to screenshot

@Rosenkreuz12
Copy link
Author

Rosenkreuz12 commented Dec 9, 2016

#!grole

ReferenceError: args is not defined
    at ToUser.get.then (/home/Mackan/RPGBot/src/Commands/guild/grole.js:44:34)
    at tryCatcher (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/util.js:26:23)
    at Promise._settlePromiseFromHandler (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:510:31)
    at Promise._settlePromiseAt (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:584:18)
    at Promise._settlePromises (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/promise.js:700:14)
    at Async._drainQueue (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:123:16)
    at Async._drainQueues (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:133:10)
    at Immediate.Async.drainQueues (/home/Mackan/RPGBot/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:15:14)
    at runCallback (timers.js:637:20)
    at tryOnImmediate (timers.js:610:5)
    at processImmediate [as _immediateCallback] (timers.js:582:5)

@Sven65
Copy link
Contributor

Sven65 commented Dec 9, 2016

Edited to have syntax highlighting

@Sven65 Sven65 closed this as completed Dec 9, 2016
@Sven65 Sven65 added the Fixed label Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Bot Area: Bot, i.e: Related to the bot C-Bug Category: This issue is a confirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants