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

Error: connect ECONNREFUSED 127.0.0.1:8000 #228

Closed
dogwolf opened this issue Sep 24, 2020 · 3 comments
Closed

Error: connect ECONNREFUSED 127.0.0.1:8000 #228

dogwolf opened this issue Sep 24, 2020 · 3 comments

Comments

@dogwolf
Copy link

dogwolf commented Sep 24, 2020

Dear sir,
I recently installed destreamer 3.0.0 I get the error below when trying to run it:
The same error appear on a Kubuntu and Ubuntu 20.04, behind a proxy and without restrictions.

Any help would be appreciate.
Thank you

[WARNING] .token_cache not found.

Launching headless Chrome to perform the OpenID Connect dance...
Navigating to login page...
We are logged in.
Wrote access token to token cache.
At this point Chromium's job is done, shutting it down...

Fresh access token dropped into .token_cachen

Parsing video/group urls
Downloading video info, this might take a while...
Trying to launch and connect to aria2c...

[FATAL ERROR] Unknown error: exit code 1

events.js:174
throw er; // Unhandled 'error' event
^

Error: connect ECONNREFUSED 127.0.0.1:8000
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14)
Emitted 'error' event at:
at ClientRequest.req.on (/destreamer/node_modules/ws/lib/websocket.js:551:15)
at ClientRequest.emit (events.js:198:13)
at Socket.socketErrorListener (_http_client.js:401:9)
at Socket.emit (events.js:198:13)
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at process._tickCallback (internal/process/next_tick.js:63:19)

@lukaarma
Copy link
Collaborator

lukaarma commented Sep 24, 2020

You have tu pull the latest changes because 502565d should fix all the problems related to webSocket connection.

But you still can't use that version on anything but windows because I'm a dumbass and hardcoded windows commands and forgot about *nix :P
I'll let you know when it's ready

@dogwolf
Copy link
Author

dogwolf commented Sep 24, 2020

Thank you for the response
I'm going to install everything on Windows

@lukaarma
Copy link
Collaborator

Closing, see comment

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