Error when starting bot.
CutieBray opened this issue · 5 comments
Encountered an error in node main. Error: write EPROTO 7012:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:98:16) {
errno: -4046,
code: 'EPROTO',
syscall: 'write'
}
Node main closed. Code: 1006. Reason: .
Node main disconnected.
I've configured everything correctly, lavalink, etc. Any idea?
which branch are you running?
i think i see your problem, try to set LAVA_SECURE to false
i think i see your problem, try to set LAVA_SECURE to false
I'm running djs13, when setting LAVA_SECURE to false, it connects then show's -
Node main is now ready.
Node main closed. Code: 1011. Reason: .
use this latest dev build https://ci.fredboat.com/repository/download/Lavalink_Build/8871:id/Lavalink.jar since the lavalink client used by the bot doesn't support master build anymore
use this latest dev build https://ci.fredboat.com/repository/download/Lavalink_Build/8871:id/Lavalink.jar since the lavalink client used by the bot doesn't support master build anymore
Works now! Thanks :D