Log In  

When I click Code below any cart on the BBS, the block is just empty and contains no code. Not sure if this is related to the recent styling change. I can't say for sure when this started, but I just noticed it today for the first time.

In case it's browser specific, I'm on Firefox 124.0.1 on Linux.

P#144995 2024-03-29 16:01 ( Edited 2024-03-29 16:02)

1

I had the same issue on the same cart. I reloaded, tried again, waited a bit and eventually the code appeared.

P#144997 2024-03-29 16:11

Interesting. I tried 3 or 4 carts and they all did the same thing, but could be some kind of server or network lag perhaps.

P#144999 2024-03-29 16:14

Oh wow. I wonder if this is related to the site font suddenly being monospaced. Maybe a CSS mistake?

P#145030 2024-03-29 20:00

broken on ios

P#145083 2024-03-30 06:04

I also can't get it to work are all anymore. Previously it would show after a long wait.

P#145088 2024-03-30 07:24

same here :(

P#145648 2024-04-04 05:54
1

It doesn't appear to be CSS related.

It loads the code in an iframe (pointing to a URL like https://www.lexaloffle.com/bbs/snippet.php?cart_id=flycave-0&src=1).
It appears to load up another instance of the cart in WASM, so it can call a "print_pico8_code" function to extract the Lua code.
Except that the WASM start up code throws an exception, so it never gets that far.

It might be caused by a missing content type header.

Perhaps the web server's static file rules have changed.

P#145716 2024-04-04 21:16

Hey @zep just checking that you are aware this issue is still ongoing.
Thank you!!

P#146289 2024-04-10 16:15

is there any workaround for the time being? seems like this has been broken for a couple of weeks now

P#147393 2024-04-26 19:27

@Nujj I've just been downloading the carts and opening them in PICO-8 locally to look at the code.

P#147394 2024-04-26 19:28

[Please log in to post a comment]