primetime43 / Desktop-IPTV-Browser

Simple app for accessing Xtream Codes & M3U IPTV accounts
GNU General Public License v3.0
14 stars 2 forks source link

Login 404 #12

Closed primetime43 closed 1 year ago

primetime43 commented 1 year ago

If you try to login and the credentials are wrong, you'll get a 404 can't connect. Although, if you correct the credentials and try to login, you'll still get that 404 that it's not correct (this is the bug). Fix it so it resets the request so the new and correct credentials don't get the 404 because of the first request.

Way to bypass this bug now is to close the program and reopen and try the correct credentials again.

primetime43 commented 1 year ago

Need to add more try and catch and give more info when logging in. Response from server, why it's failing to login etc. Prevent the application from crashing on login and loading playlist data.

I think there may be a bug where its forcing https and is preventing logging in.