decryptedchaos

Results 19 comments of decryptedchaos

Please advise if this hasn't explained this issue enough. This hasn't received a label yet and i'm not sure if its just low priority or not understood.

same issue, and this is one of the few mods with a way to transfer redstone over channels.

Nevermind, I found the stylesheet. Here's my modification if anyone wants it. Replace the stylesheet between the tags in the CONST at the top of the main script file. ```css...

i assume this is related to this error Loading... please wait, this can take some time Connection error. Could not retrieve data. XMLHttpRequest cannot load https://images.linuxcontainers.org/1.0/images. No 'Access-Control-Allow-Origin' header is...

I was able to work around this by changing the following code on line 125 of main.js `size = size/1024/1024/2;' to 'size = size/1024/1024/5;` Something is wrong with the math,...

Hmm, Yeah i don't have any ideas yet, other than not depending on time and using rather some function to detect if the transfer has ended. But with the library...

> Could you please provide more informations such as the installation method? It is deployed via docker compose using the following (slightly modified for my own traefik workaround ``` services:...

> Could you start from scratch by doing a `docker compose down --volumes` to make sure **volumes are completely removed** and then trying with something along the lines: Okay, so...

> Glad it worked! I will push a fix in few minutes to return the error when it fails to deploy the target configured through `EXPOSED_ON` to make sure it...