4
I put a link into a ~ in the repl chat. it broke it
complete
E
EpicGamer007
When i type a link inside a tilde, repl crashes, for example, ~~random link: https://repl.it~~. if i type that into the repl chat for multiplayer, it breaks.

Activity
Newest
Oldest
Sergei Chestakov
complete
Going to mark this as closed now that we've gotten a fix out. Please do let me know if you're still running into this
Sergei Chestakov
Hey @EpicGamer007! Sorry you ran into this issue. We just deployed a fix for this so you shouldn't be seeing crashes from links in chat messages anymore. Please let me know if you're still experiencing this.
E
EpicGamer007
@Sergei Chestakov: thank you!
1
19wintersp
Just wanted to leave some more context:
~~https://example.com~~
will "crash" the repl, because this is parsed to form the URL
~~https://example.com~~
, which is then passed to a URL
constructor, which throws an error.A "normal" link:
https://example.com
gets parsed to
https://example.com
, which is correct.x
xxpertHacker
E
EpicGamer007

x
xxpertHacker
^ they crashed me, in order to get the video.
Also, I believe that Repl uses multiple markdown parsers across their site, so that sucks.