Merith-TK / cc-restitched-unmaintained

CC: Tweaked ported for Fabric 1.16.x
Other
10 stars 11 forks source link

Error when trying to use websocket #81

Closed TheNolle closed 3 years ago

TheNolle commented 3 years ago

Useful information to include:

[On my server i enabled http and all so it should work]

Got this problem: bios.lua:51: bad argument (function expected, got table) Can't find solution anywhere

If you can help, cause it should work normally

Merith-TK commented 3 years ago

Could you post a screenshot and see if this error can be replicated with cloud-catcher? https://cloud-catcher.squiddev.cc/ And please attempt on a fresh instance with just CC:R installed as your logs indicate a massive amount of issues with other mods in general

also please factor in that the tutorial you are following is for 1.12.2, rather than modern versions of CC:T

SquidDev commented 3 years ago

This isn't a CC:R issue, but rather a bug in your code - you're passing a table to loadstring rather than a string. Though without knowing what your code looks like, it's hard to know the problem.