Sjakil / gunthy-gui

31 stars 12 forks source link

unhandled promise rejection #2

Open utdrmac opened 7 years ago

utdrmac commented 7 years ago
vagrant@vagrant-ubuntu-trusty-64:/vagrant$ ./gunthy-gui-linux-x64
2017-07-12 00:11:27: Writing default configuration to "./gui-config.json"
2017-07-12 00:11:29: Starting GUI server version 0.941
2017-07-12 00:11:29: No SSL enabled, starting non-secure server
2017-07-12 00:11:29: Web server listening on "http://10.0.2.15:8080"
2017-07-12 00:11:29: Socket is open to public, consider configuring whitelist
2017-07-12 00:11:29: Opening browser at "http://10.0.2.15:8080"
(node:3125) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Exited with code 1
(node:3125) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Sjakil commented 7 years ago

Thanks for this, I've seen a couple of other users face the same problem. I don't know what is causing it yet. Will have to do some research.

peretzrickett commented 7 years ago

I've got this too.. seems to prevent the http host from responding

Molecularfir commented 7 years ago

I'm having the same issue. Gunbot v3.3.2 with gunthy gui 0.95. IP address hidden in case I get it working...

Ubuntu (EC2)

2017-09-18 04:47:22: Starting GUI server version 0.95 2017-09-18 04:47:22: No SSL enabled, starting non-secure server 2017-09-18 04:47:22: Web server listening on "http://XXX.XX.XX.XX:8080" 2017-09-18 04:47:22: Socket is open to public, consider configuring whitelist 2017-09-18 04:47:22: Opening browser at "http://XXX.XX.XX.XX:8080" (node:24880) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Exited with code 3 (node:24880) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.