mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
CAPI: EDMarketConnector: Set status text on ServerConnectionError
This commit is contained in:
parent
0637873b91
commit
885745197c
@ -1105,6 +1105,9 @@ class AppWindow(object):
|
||||
# TODO: Set status text
|
||||
return
|
||||
|
||||
except companion.ServerConnectionError:
|
||||
self.status['text'] = _('Frontier CAPI server error')
|
||||
|
||||
except companion.CredentialsError:
|
||||
# Redirected back to Auth server - force full re-authentication
|
||||
companion.session.invalidate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user