heybot icon indicating copy to clipboard operation
heybot copied to clipboard

My bot does nothing

Open arcioneo opened this issue 8 years ago • 0 comments

Hi, thanks for your awesome product.

I followed your guide(the only part I'm not clear is how to generate the ssl certficates, so followed this guide).

Finally I start the server and get this log:

$ npm start

> [email protected] start D:\documents\repositories\git\heybot
> pm2 start app.js

[PM2] Applying action restartProcessId on app [app](ids: 0)
[PM2] [app](0) ✓
[PM2] Process successfully started
┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬────────────┬──────────┐
│ App name │ id │ mode │ pid   │ status │ restart │ uptime │ memory     │ watching │
├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼────────────┼──────────┤
│ app      │ 0  │ fork │ 10660 │ online │ 0       │ 0s     │ 6.824 MB   │ disabled │
└──────────┴────┴──────┴───────┴────────┴─────────┴────────┴────────────┴──────────┘
 Use pm2 show <id|name> to get more details about an app

Nothing happens, I see my robot on skype but it never responds.

This is the log I got:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing
7 info lifecycle [email protected]~start: [email protected]
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;D:\documents\repositories\git\heybot\node_modules\.bin;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Users\emilpas\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\servers\maven\apache-maven-3.5.0\bin;D:\servers\vagrant\bin;C:\Program Files\nodejs\;C:\Program Files (x86)\Xoreax\IncrediBuild;C:\Program Files\Microsoft\Web Platform Installer\;C:\Users\emilpas\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\emilpas\AppData\Local\Programs\Python\Python36\;C:\Users\emilpas\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Users\emilpas\AppData\Roaming\npm
10 verbose lifecycle [email protected]~start: CWD: D:\documents\repositories\git\heybot
11 silly lifecycle [email protected]~start: Args: [ '/d /s /c', 'pm2 start app.js' ]
12 silly lifecycle [email protected]~start: Returned: code: 1  signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: `pm2 start app.js`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:891:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid [email protected]
16 verbose cwd D:\documents\repositories\git\heybot
17 error Windows_NT 10.0.14393
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
19 error node v6.11.0
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error [email protected] start: `pm2 start app.js`
22 error Exit status 1
23 error Failed at the [email protected] start script 'pm2 start app.js'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the heybot package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     pm2 start app.js
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs heybot
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls heybot
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

And if I run pm2 start app.js I get:


Error: connect EPERM //./pipe/rpc.sock
    at Object.exports._errnoException (util.js:1018:11)
    at exports._exceptionWithHostPort (util.js:1041:20)
    at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1086:14)

arcioneo avatar Jun 16 '17 13:06 arcioneo