You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-03-25 13:29:29 | [ERROR] | Could not authenticate, check token: /home/runner/lua420/deps/coro-http.lua:75: timeout
And my token is definately correct.
2024-03-25 13:40:24 | [INFO] | Connecting to Discord...
2024-03-25 13:40:24 | [ERROR] | Could not authenticate, check token: /home/runner/lua420/deps/coro-http.lua:75: Error verifying peer: unable to get local issuer certificate
Uncaught Error: cannot resume dead coroutine
stack traceback:
stack traceback:
[C]: in function 'error'
/home/runner/lua420/deps/secure-socket/init.lua:24: in function 'handshakeComplete'
/home/runner/lua420/deps/secure-socket/biowrap.lua:56: in function </home/runner/lua420/deps/secure-socket/biowrap.lua:49>
[C]: in function 'run'
[string "bundle:/init.lua"]:55: in function <[string "bundle:/init.lua"]:47>
[C]: in function 'xpcall'
[string "bundle:/init.lua"]:47: in function 'fn'
[string "bundle:deps/require.lua"]:310: in function <[string "bundle:deps/require.lua"]:266>```
The text was updated successfully, but these errors were encountered:
Hey. The error talk about certificates, from the http library. I might be wrong, but I'll try to give you hints
Assuming you're on a Linux OS, you can try to install the ca-certificate package (with apt, pacman ...), which would probably fix the certificate error ?
That would probably not fix it. What needs to be done here is updating the system, pretty much any Operating System will come with working CA store, although when that gets out dated you might start getting errors such as this one. So update your operating system and that will probably do the trick, if not, make sure you are pulling from the latest repository, potentially contact your VPS if that doesn't do it as it is a system issue.
2024-03-25 13:29:29 | [ERROR] | Could not authenticate, check token: /home/runner/lua420/deps/coro-http.lua:75: timeout
And my token is definately correct.
The text was updated successfully, but these errors were encountered: