28 Replies
MEE6
MEE614mo ago
GG @Jasper, you just advanced to level 1!
deep-jade
deep-jade14mo ago
Indeed seems like a bug @1Lucas1.apk E esse seu shuffle ta meio estranho, ele fica se chamando?
1Lucas1.apk
1Lucas1.apk14mo ago
Writer has not yet updated documentation @Aertic
Jasper
JasperOP14mo ago
[error] 2024-03-10 00:48:12.297 | [MUSIC NODE] :: 192.168.0.99 ERROR: Error: write EPROTO 80DF0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:355:
[error] 2024-03-10 00:48:12.297 | [MUSIC NODE] :: 192.168.0.99 ERROR: Error: write EPROTO 80DF0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:355:
What is this error? @1Lucas1.apk
1Lucas1.apk
1Lucas1.apk14mo ago
Could you show the complete error?
Jasper
JasperOP14mo ago
Error: write EPROTO B8DF0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:355:

at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) {
errno: -4046,
code: 'EPROTO',
syscall: 'write'
}
Error: write EPROTO B8DF0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:355:

at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) {
errno: -4046,
code: 'EPROTO',
syscall: 'write'
}
1Lucas1.apk
1Lucas1.apk14mo ago
Does the error not contain information about the files it passed through? And also the node information
Jasper
JasperOP14mo ago
If i enter information with dotenv, the above error will occur If I enter the information about the node directly, the problem will not occur
Jasper
JasperOP14mo ago
Source code
No description
Jasper
JasperOP14mo ago
No description
1Lucas1.apk
1Lucas1.apk14mo ago
I just need secure env
Jasper
JasperOP14mo ago
No description
1Lucas1.apk
1Lucas1.apk14mo ago
And port
Jasper
JasperOP14mo ago
this?
1Lucas1.apk
1Lucas1.apk14mo ago
Can it access this IP:Port in your browser?
Jasper
JasperOP14mo ago
Server is opened, so i can access server
Jasper
JasperOP14mo ago
No description
1Lucas1.apk
1Lucas1.apk14mo ago
What is the nodejs version?
Jasper
JasperOP14mo ago
20.11.0 If i input the settings for the Node directly without dotenv, no error will occur If i use dotenv, i have a problem like this
1Lucas1.apk
1Lucas1.apk14mo ago
To be sure, you can use console.log in config To see if the information is going correctly, if you don't see if dotenv is configured correctly, or remove the ||
Jasper
JasperOP14mo ago
nodemon] restarting due to changes...
[nodemon] starting `ts-node ./src/app.ts`
{
host: '192.168.0.99',
port: 2333,
password: 'testpassword!',
secure: true,
identifier: 'NodeLink Server'
}
[info] 2024-03-10 00:59:10.687 | [EVENT HANDLER] :: Loading events from client...
[info] 2024-03-10 00:59:10.689 | [COMMAND HANDLER] :: Loading command from dev category...
[info] 2024-03-10 00:59:10.690 | [COMMAND HANDLER] :: Loading command from general category...
[info] 2024-03-10 00:59:10.691 | [COMMAND HANDLER] :: Loading command from moderator category...
[info] 2024-03-10 00:59:11.699 | [EVENT HANDLER] :: Loaded event: Debug
[info] 2024-03-10 00:59:11.699 | [COMMAND HANDLER] :: Loaded command: [dev] eval
[info] 2024-03-10 00:59:11.700 | [COMMAND HANDLER] :: Loaded command: [general] Music
[info] 2024-03-10 00:59:11.701 | [COMMAND HANDLER] :: Loaded command: [general] Ping
[info] 2024-03-10 00:59:11.701 | [COMMAND HANDLER] :: Loaded command: [moderator] Ban
[info] 2024-03-10 00:59:11.702 | [COMMAND HANDLER] :: Loaded command: [moderator] Kick
[info] 2024-03-10 00:59:11.702 | [COMMAND HANDLER] :: Loaded command: [moderator] Warn
[info] 2024-03-10 00:59:11.760 | [EVENT HANDLER] :: Loaded event: Raw
[info] 2024-03-10 00:59:11.761 | [COMMAND HANDLER] :: Started refreshing application (/) commands.
[info] 2024-03-10 00:59:11.815 | [EVENT HANDLER] :: Loaded event: Ready
[info] 2024-03-10 00:59:11.816 | [EVENT HANDLER] :: Loading events from interaction...
[info] 2024-03-10 00:59:11.968 | [EVENT HANDLER] :: Loaded event: Command
[info] 2024-03-10 00:59:11.969 | [EVENT HANDLER] :: Total loaded events: 4
[debug] 2024-03-10 00:59:11.978 | [CLIENT] :: [WS => Shard 0] Shard received all its guilds. Marking as fully ready.
[info] 2024-03-10 00:59:11.979 | [CLIENT] :: Logged in as typescript-bot#7963
Error: write EPROTO F0DF0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:355:

at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) {
errno: -4046,
code: 'EPROTO',
syscall: 'write'
}
[warn] 2024-03-10 00:59:11.988 | [MUSIC NODE] :: 192.168.0.99 closed
[info] 2024-03-10 00:59:12.326 | [COMMAND HANDLER] :: Successfully loaded application 6 (/) commands.
[debug] 2024-03-10 00:59:19.217 | [CLIENT] :: [WS => Shard 0] First heartbeat sent, starting to beat every 41250ms
[debug] 2024-03-10 00:59:19.417 | [CLIENT] :: [WS => Shard 0] Heartbeat acknowledged, latency of 199ms.
nodemon] restarting due to changes...
[nodemon] starting `ts-node ./src/app.ts`
{
host: '192.168.0.99',
port: 2333,
password: 'testpassword!',
secure: true,
identifier: 'NodeLink Server'
}
[info] 2024-03-10 00:59:10.687 | [EVENT HANDLER] :: Loading events from client...
[info] 2024-03-10 00:59:10.689 | [COMMAND HANDLER] :: Loading command from dev category...
[info] 2024-03-10 00:59:10.690 | [COMMAND HANDLER] :: Loading command from general category...
[info] 2024-03-10 00:59:10.691 | [COMMAND HANDLER] :: Loading command from moderator category...
[info] 2024-03-10 00:59:11.699 | [EVENT HANDLER] :: Loaded event: Debug
[info] 2024-03-10 00:59:11.699 | [COMMAND HANDLER] :: Loaded command: [dev] eval
[info] 2024-03-10 00:59:11.700 | [COMMAND HANDLER] :: Loaded command: [general] Music
[info] 2024-03-10 00:59:11.701 | [COMMAND HANDLER] :: Loaded command: [general] Ping
[info] 2024-03-10 00:59:11.701 | [COMMAND HANDLER] :: Loaded command: [moderator] Ban
[info] 2024-03-10 00:59:11.702 | [COMMAND HANDLER] :: Loaded command: [moderator] Kick
[info] 2024-03-10 00:59:11.702 | [COMMAND HANDLER] :: Loaded command: [moderator] Warn
[info] 2024-03-10 00:59:11.760 | [EVENT HANDLER] :: Loaded event: Raw
[info] 2024-03-10 00:59:11.761 | [COMMAND HANDLER] :: Started refreshing application (/) commands.
[info] 2024-03-10 00:59:11.815 | [EVENT HANDLER] :: Loaded event: Ready
[info] 2024-03-10 00:59:11.816 | [EVENT HANDLER] :: Loading events from interaction...
[info] 2024-03-10 00:59:11.968 | [EVENT HANDLER] :: Loaded event: Command
[info] 2024-03-10 00:59:11.969 | [EVENT HANDLER] :: Total loaded events: 4
[debug] 2024-03-10 00:59:11.978 | [CLIENT] :: [WS => Shard 0] Shard received all its guilds. Marking as fully ready.
[info] 2024-03-10 00:59:11.979 | [CLIENT] :: Logged in as typescript-bot#7963
Error: write EPROTO F0DF0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:355:

at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) {
errno: -4046,
code: 'EPROTO',
syscall: 'write'
}
[warn] 2024-03-10 00:59:11.988 | [MUSIC NODE] :: 192.168.0.99 closed
[info] 2024-03-10 00:59:12.326 | [COMMAND HANDLER] :: Successfully loaded application 6 (/) commands.
[debug] 2024-03-10 00:59:19.217 | [CLIENT] :: [WS => Shard 0] First heartbeat sent, starting to beat every 41250ms
[debug] 2024-03-10 00:59:19.417 | [CLIENT] :: [WS => Shard 0] Heartbeat acknowledged, latency of 199ms.
1Lucas1.apk
1Lucas1.apk14mo ago
This secure true is causing the problem
Jasper
JasperOP14mo ago
my bad
MEE6
MEE614mo ago
GG @Jasper, you just advanced to level 2!
Jasper
JasperOP14mo ago
thanks for help ❤️
1Lucas1.apk
1Lucas1.apk14mo ago
You're welcome, have a great day :hi:
Jasper
JasperOP14mo ago
Have a good day/night 🙂
Solution
1Lucas1.apk
1Lucas1.apk14mo ago
Thanks

Did you find this page helpful?