threadclient icon indicating copy to clipboard operation
threadclient copied to clipboard

[Bug] Can't create new post on reddit

Open henkmet opened this issue 1 year ago • 3 comments
trafficstars

Clicking the create new post button gives a red error message: Error! Error: got status 403, check console.

henkmet avatar Mar 02 '24 03:03 henkmet

It's working for me, are you logged in? Press the log in button at the top of the page if not.

If you are logged in, if you're on a computer can you check the developer console by right clicking anywhere on the page and selecting "inspect element" at the bottom and then going to the console tab. An error should show there but it might just be the same message you saw.

pfgithub avatar Mar 04 '24 03:03 pfgithub

Ah, this does not occur on all subreddits, so I guess it's a setting the mods of the sub can change somehow. The errors I extract from inspect element are:

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (p5XBLgOKRO6cJ4NZcpSzwJT7eTWowZRp6JqxxFES8g4.jpg, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (link_flair_v2.json, line 0)

henkmet avatar Mar 05 '24 05:03 henkmet

Looks like it's asking for link_flair_v2 when it shouldn't. I wrote a possible fix but I can't deploy threadclient anymore, I'll need to do some work to get it to publish again.

pfgithub avatar Mar 05 '24 15:03 pfgithub