Logic Machine Forum
socket.smtp error - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: socket.smtp error (/showthread.php?tid=5412)



socket.smtp error - jmir - 09.05.2024

Hi,

Does anyone know why I'm gettiging this error when loading this library?

require('socket.smtp')


Code:
error loading module 'ssl.core' from file 'Library ssl.so':
Error relocating /usr/lib/libcrypto.so.1.1: unsupported relocation type 53
stack traceback:
[C]: at 0x000554bc
[C]: in function 'require'
Library ssl: in function <Library ssl:0>
[C]: in function 'require'
Library socket/tp: in function <Library socket/tp:0>
[C]: in function 'require'
Library socket/smtp: in function <Library socket/smtp:0>
[C]: in function 'require'

It had been working...

Thanks.


RE: socket.smtp error - admin - 09.05.2024

Which firmware version? Might be a sign of SD card being corrupted.


RE: socket.smtp error - jmir - 09.05.2024

(09.05.2024, 10:44)admin Wrote: Which firmware version? Might be a sign of SD card being corrupted.

20230607


RE: socket.smtp error - jmir - 09.05.2024

Should I replace SD Card or can I do something else?


RE: socket.smtp error - admin - 10.05.2024

You can try reinstalling the firmware but a safer solution is to replace the SD card.


RE: socket.smtp error - jmir - 10.05.2024

(10.05.2024, 06:44)admin Wrote: You can try reinstalling the firmware but a safer solution is to replace the SD card.

Ok thanks!