Skip to content

digiline NIC crash #539

@OgelGames

Description

@OgelGames
2020-09-14 13:09:53: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=  not found (HTTP response code said error) (response code 400)
2020-09-14 13:10:54: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=  not found (HTTP response code said error) (response code 400)
2020-09-14 13:11:42: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=( ) not found (HTTP response code said error) (response code 400)
2020-09-14 13:11:54: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=  not found (HTTP response code said error) (response code 400)
2020-09-14 13:14:19: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=  not found (HTTP response code said error) (response code 400)
2020-09-14 13:15:05: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=( ) not found (HTTP response code said error) (response code 400)
2020-09-14 13:15:07: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=( ) not found (HTTP response code said error) (response code 400)
2020-09-14 13:15:19: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=  not found (HTTP response code said error) (response code 400)
2020-09-14 13:15:38: ERROR[CurlFetch]: https://subgames.minetest.land/s.php?pw=( )&i=spider$0$0$0 not found (HTTP response code said error) (response code 400)
2020-09-14 13:16:19: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=  not found (HTTP response code said error) (response code 400)
2020-09-14 13:17:06: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=( ) not found (HTTP response code said error) (response code 400)
2020-09-14 13:17:19: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=  not found (HTTP response code said error) (response code 400)
2020-09-14 13:17:25: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=( ) not found (HTTP response code said error) (response code 400)
2020-09-14 13:17:34: ERROR[CurlFetch]: https://subgames.minetest.land/r.php?pw=( )&i=spider not found (HTTP response code said error) (response code 400)
2020-09-14 13:17:37: ERROR[CurlFetch]: https://subgames.minetest.land/g.php?pw=( ) not found (HTTP response code said error) (response code 400)

EDIT: found what was causing it, it was this code in a Lua controller connected to an NIC: (there is actually a lot more, but this is the bit that is causing the crashes:

function write(name, pos)
 digiline_send("nic", "https://subgames.minetest.land/s.php?pw="..mem.pw.."&i="..name.."$"..pos.x.."$"..pos.y.."$"..pos.z)
end
function load()
 digiline_send("nic", "https://subgames.minetest.land/g.php?pw="..mem.pw)
end
function delete(name)
 digiline_send("nic", "https://subgames.minetest.land/r.php?pw="..mem.pw.."&i="..name)
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions