You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://github.com/infobyte/faraday-client/blob/master/faraday_client/gui/gtk/application.py#L817, Faraday has check if user didn't login -> Force login using GTK dialog (related #5 ).
However, for totally new session, the config has no api_url in user.xml. Ofc everything works fine for current faraday_client version, but to make it be GUI login only (no terminal prompt) like #5, the dialog doesn't work at all
What I Did
Disable terminal login in start_client
Remove current session
Start faraday_client
I'm testing some code and i'll create pull request for working code
The text was updated successfully, but these errors were encountered:
Description
In https://github.com/infobyte/faraday-client/blob/master/faraday_client/gui/gtk/application.py#L817, Faraday has check if user didn't login -> Force login using GTK dialog (related #5 ).
However, for totally new session, the config has no
api_url
inuser.xml
. Ofc everything works fine for current faraday_client version, but to make it be GUI login only (no terminal prompt) like #5, the dialog doesn't work at allWhat I Did
I'm testing some code and i'll create pull request for working code
The text was updated successfully, but these errors were encountered: