Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

Imgur Token is expired #122

Closed SergeyZet1 closed 2 months ago

SergeyZet1 commented 2 months ago

How to reproduce bug

When player tries to upload some image in EasyChat via ctrl+v, he receives error 429/503 in console.

image

Solution

Need to change Imgur token in this line https://github.com/Earu/EasyChat/blob/4f8e8564f13d96850cd123814d2591c13959b84b/lua/easychat/easychat.lua#L1141

Earu commented 2 months ago

https://github.com/Earu/EasyChat/commit/36d6e843b5762fe7fe67419376b8780d6276822d

Changed the client id, can you tell me whether that changes anything for you? I haven't tested this at all, but I've been told the imgur API has been changed so maybe its a bit more complicated than changing the client id.

SergeyZet1 commented 2 months ago

Yes, it's fixed for me.