Oh wow, I would have assumed it was reading memory outside of its scope.
If you can identify which package is pushing that error you may be able to search that string in their code.
Welcome to /c/SoftwareGore!
This is a community where you can poke fun at nasty software. This community is your go-to destination to look at the most cringe-worthy and facepalm-inducing moments of software gone wrong. Whether it's a user interface that defies all logic, a crash that leaves you in disbelief, silly bugs or glitches that make you go crazy, or an error message that feels like it was written by an unpaid intern, this is the place to see them all!
Remember to read the rules before you make a post or comment!
Community Rules - Click to expand
These rules are subject to change at any time with or without prior notice. (last updated: 7th December 2023 - Introduction of Rule 11 with one sub-rule prohibiting posting of AI content)
You should also check out these awesome communities!
Oh wow, I would have assumed it was reading memory outside of its scope.
If you can identify which package is pushing that error you may be able to search that string in their code.
Looks like it's coming from a sanic feature that randomly chooses a goodbye message: https://github.com/sanic-org/sanic/blob/acb29c9dc4d6ba3a453a18e30f0664ba6772a9b4/sanic/server/goodbye.py#L20
it's python and I'd guess it's embedded somewhere in the package. I'll run a grep on its source to see whether I can find it.
Now I'm curious if grep supports right to left Unicode. Let me know your findings :)
I'd use qerg for that..
haha good point. I use ripgrep though.
I assume it does, internally it's still just characters
Oh that just characters thing is super complicated and computers have been messing it up for generations though. For example python didn't have decent support for Unicode until version 3 and it came out after Unicode was already a thing.
I read that like 5 times as satanic error.
It's sanic it gotta go fast
I was also for thirty seconds like wtf, what is this trying to tell me!