gtrxAC / discord-j2me

Discord client for Java ME (MIDP 1.0 & 2.0) devices
MIT License
226 stars 4 forks source link

Unable to log in on BlackBerry device #11

Closed randomuser691337 closed 4 months ago

randomuser691337 commented 4 months ago

Hello! I have a BlackBerry Bold, one of the last Bolds released, and I have entered my token, double-checked, and have not touched the API settings. It's connected to my WiFi, and it goes to Google just fine, but when I try to log in with discord-j2me, it responds with this. Any way I can fix it? image image

randomuser691337 commented 4 months ago

I forgot to mention that it also pops a untrusted/unsecure server alert (targeted at the API) and it let me continue but then popped the error above.

shinovon commented 4 months ago

Edit of code is required. Blackberry's Java is known for very bad compatibility with standards of MIDP.

shinovon commented 4 months ago

See https://github.com/shinovon/JTube/blob/670ea59a94d6b5be8af53d94d7804b2d35b64e52/src/jtube/Util.java#L521

gtrxAC commented 4 months ago

Fixed, the next release will support BlackBerry devices.