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

"Invalid regular expression flags" when starting b0t #30

Open
k8wu opened this issue Jun 12, 2019 · 0 comments
Open

"Invalid regular expression flags" when starting b0t #30

k8wu opened this issue Jun 12, 2019 · 0 comments

Comments

@k8wu
Copy link
Contributor

k8wu commented Jun 12, 2019

I had some issues updating my old b0t installation, so I re-checked it out, did a minimal configuration (while saving my old one), and attempted to start b0t. However, I got this:

[2019-06-12 11:55:31.070] [INFO] b0t - -----------------------------------------

[2019-06-12 11:55:31.073] [INFO] b0t - Initializing the quantum b0t clutch assembly...
[2019-06-12 11:55:31.078] [INFO] b0t - Engaged the quantum words database
[2019-06-12 11:55:31.081] [INFO] b0t - *** Reversing polarity on plugins array ***
[2019-06-12 11:55:31.084] [WARN] b0t - Missing Goodreads API key!
[2019-06-12 11:55:31.085] [INFO] b0t - * Polarizing the bubble valve Books Plugin...
[2019-06-12 11:55:31.088] [INFO] b0t - * Reconfiguring the plutonium array Default Plugin...
[2019-06-12 11:55:31.170] [WARN] b0t - Missing Wolframalpha API key!
[2019-06-12 11:55:31.170] [INFO] b0t - * Focuing the superluminal reactor GetInfo Plugin...
[2019-06-12 11:55:31.174] [INFO] b0t - * Reigniting the gravimetric compensator Location Plugin...
[2019-06-12 11:55:31.175] [INFO] b0t - * Carbonizing the thera-magnetic compensator Media Plugin...
/home/plstate/b0t/plugins/music/func.js:107
var reg = /.?(.?)</td>.?(.?)</td>.*?</tr>/mgis;
^

SyntaxError: Invalid regular expression flags
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:607:28)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object. (/home/plstate/b0t/plugins/music/cmds.js:1:75)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at /home/plstate/b0t/lib/commands.js:20:18
at Array.forEach ()
at /home/plstate/b0t/lib/commands.js:16:14
at FSReqWrap.oncomplete (fs.js:135:15)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant