zedeus / nitter

Alternative Twitter front-end
https://nitter.net
GNU Affero General Public License v3.0
10.09k stars 534 forks source link

Jester route exception #1045

Open ParamoreFan opened 1 year ago

ParamoreFan commented 1 year ago

Why am I getting Jester route exception while looking at accounts on any instance?

zedeus commented 1 year ago

Without the exception text or any other information it's a bit hard to say.

ParamoreFan commented 1 year ago

@zedeus Now when I try to view an account it just says "User (username) not found", Any account. Is there a fix coming soon?

Edit: Never mind, I think the account I was viewing was either deleted or changed its handle

zedeus commented 1 year ago

So what is the exception message? I can't help without more information.

AlyoshaVasilieva commented 1 year ago

I see "Jester route exception" on https://nitter.net/lindayaX (also on my own private instance)

An error has occured in one of your routes.

Detail: jsony.nim(49) parseHook
asyncfutures.nim(385) read
asyncfutures.nim(385) read
asyncfutures.nim(385) read
asyncfutures.nim(385) read
asyncfutures.nim(385) read
Expected { but got " instead. At offset: 365
jcmag commented 11 months ago

Hi,

When trying to view this account (that doesn't exist anymore): https://twitter.com/BlueOnBase nitter returns this error:

An error has occured in one of your routes.

Detail: fatal.nim(53) sysFatal
asyncfutures.nim(385) read
asyncfutures.nim(385) read
asyncfutures.nim(385) read
asyncfutures.nim(385) read
asyncfutures.nim(385) read
asyncfutures.nim(385) read
packedjson.nim(294, 19) `false` unexpected end of object

shouldn't it return a 404 error page?