Posts by Rafarl Guimaraes • 1 point
2 posts
-
0
votes1
answer29
viewsQ: Lua / Love2d: Error when trying to give require.Tree("code") : Attempt to index global 'require' (a Function value)
Error when trying to give require.Tree("code") : Attempt to index global 'require' (a Function value) function love.load() lib = require.tree("code") end being code a folder with files . moon inside…
-
-1
votes1
answer23
viewsQ: INVALID URL error when trying to create a Websocket in Nodejs
When I try to create a websocket in nodejs is giving the INVALID URL error and I can not solve. var config = require('./ext/config.js'); var ServURL = { port: config['port'], path: '/slither' };…