aria-telegram-mirror-bot icon indicating copy to clipboard operation
aria-telegram-mirror-bot copied to clipboard

A2C: Failed to open websocket

Open jovanzers opened this issue 5 years ago • 10 comments

> [email protected] start /home/administrator/aria-telegram-mirror-bot
> node index.js

node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See https://github.com/yagop/node-telegram-bot-api/issues/319. module.js:652:30
A2C: Failed to open websocket. Exiting.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `node index.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2019-05-05T18_20_39_767Z-debug.log

jovanzers avatar May 05 '19 18:05 jovanzers

It's not npm error Error is A2C failed to open websocket Run ./aria.sh first

chetankatke avatar May 06 '19 00:05 chetankatke

Hi, I have run ./aria.sh but, still get the same error

root@antricukur:/home/administrator/aria-telegram-mirror-bot# ./aria.sh
root@antricukur:/home/administrator/aria-telegram-mirror-bot# npm --max_old_space_size=128 start

> [email protected] start /home/administrator/aria-telegram-mirror-bot
> node index.js

node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See https://github.com/yagop/node-telegram-bot-api/issues/319. module.js:652:30
A2C: Failed to open websocket. Exiting.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `node index.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2019-05-06T13_45_29_294Z-debug.log

jovanzers avatar May 06 '19 13:05 jovanzers

Try killing and restarting aria2c.

killall aria2c && ./aria.sh

out386 avatar May 06 '19 14:05 out386

Sorry, how to do that?

jovanzers avatar May 06 '19 16:05 jovanzers

Sorry, updated my last comment.

out386 avatar May 06 '19 16:05 out386

Hi, I've tried that, but still get the same error

root@antricukur:/home/administrator/aria-telegram-mirror-bot# killall aria2c && ./aria.sh
root@antricukur:/home/administrator/aria-telegram-mirror-bot# npm --max_old_space_size=128 start

> [email protected] start /home/administrator/aria-telegram-mirror-bot
> node index.js

node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See https://github.com/yagop/node-telegram-bot-api/issues/319. module.js:652:30
A2C: Failed to open websocket. Exiting.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `node index.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2019-05-06T17_16_43_718Z-debug.log

jovanzers avatar May 06 '19 17:05 jovanzers

Use the new ARIA_PORT option and change the default port. That should fix it.

out386 avatar Aug 24 '19 13:08 out386

how can I start aria2 with ./aria.sh

SharjeelArif avatar Apr 18 '20 13:04 SharjeelArif

issue resolved? getting same issue

Vishalsingh4997 avatar Sep 28 '20 12:09 Vishalsingh4997

update aria2c from npm to latest it will solve the problem

Vishalsingh4997 avatar Sep 28 '20 12:09 Vishalsingh4997