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

127.0.0.1:5566 could not be reached #32

Closed
funny1dog opened this issue Aug 12, 2022 · 3 comments
Closed

127.0.0.1:5566 could not be reached #32

funny1dog opened this issue Aug 12, 2022 · 3 comments
Labels
question Further information is requested

Comments

@funny1dog
Copy link

After running: npm run init && npm run app
The following errors appear:

foamzou-melody@0.1.1 init
node scripts/setup.js

开始执行...
检查 media-get
开始下载核心程序 media-get
node:events:505
throw er; // Unhandled 'error' event
^

Error: write EPROTO 4731999744:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)

Emitted 'error' event on ClientRequest instance at:
at TLSSocket.socketErrorListener (node:_http_client:454:9)
at TLSSocket.emit (node:events:527:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -100,
code: 'EPROTO',
syscall: 'write'
}

And enter http://127.0.0.1:5566/ into the browser, and it says:
127.0.0.1 refused to connect.

@foamzou
Copy link
Owner

foamzou commented Aug 12, 2022

SSL 证书问题。可能是你用了有点问题的代理?建议用 docker 部署

@foamzou foamzou added the question Further information is requested label Aug 12, 2022
@vraypkhm
Copy link

SSL 证书问题。可能是你用了有点问题的代理?建议用 docker 部署

我用群晖的docker部署,也是提示could not be reached

@foamzou
Copy link
Owner

foamzou commented Aug 19, 2022

大概是你的 docker 容器内的 5566 端口没有 expose 到物理机来?你在docker 界面找找设置? @vraypkhm

@foamzou foamzou closed this as completed Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants