elanthia-online / illthorn

Electron-based FE
18 stars 10 forks source link

Weird Rooms / Killing Feed #107

Closed chriscoyier closed 4 years ago

chriscoyier commented 4 years ago

The furrier on Teras seems to just kill the client for me. It gets in this weird state where I can't do anything.

Screen Shot 2020-08-10 at 12 27 01 PM

I have to disconnect and re-connect again. No JS errors in the console.

ondreian commented 4 years ago

Yeah, I'm hoping the parser rewrite fixes these really strange edge cases, using DOMParser should be significantly more error resilient since it uses the internal Electron (Chrome) html parser. I have also received reports from a couple friends that when you "level up" it crashes the feed as well, which is annoying to say the least.

I believe this is likely due to the & not being handled properly by the current XML parser

edit: went ahead and verified that it works just to be sure new-parser