DimiDR / TI-ThermalPrinter-Android

Tasty Igniter Android App to help with POS printing
MIT License
0 stars 2 forks source link

SSL Error #4

Closed DimiDR closed 2 months ago

DimiDR commented 3 months ago

Once the SSL certificate run out on the page with the API. The app just crashed, and you could only find out what happened in the debugger. SSL Error was in: MainActivity -> doInBackground --> urlConnection.connect(); --> } catch (IOException e) { e.printStackTrace();

The error handling is not very nice. The app should not crash but show a meaningfull error on the screen.