Fix Plex.tv login not showing up upon installation
This commit is contained in:
parent
bb88c24e11
commit
f20341b983
1 changed files with 5 additions and 0 deletions
|
@ -118,6 +118,11 @@ class InitialSetup(object):
|
||||||
Returns True if successful, or False if not
|
Returns True if successful, or False if not
|
||||||
"""
|
"""
|
||||||
LOG.info('Showing plex.tv sign in window')
|
LOG.info('Showing plex.tv sign in window')
|
||||||
|
# Fix for:
|
||||||
|
# DEBUG: Activating window ID: 13000
|
||||||
|
# INFO: Activate of window '13000' refused because there are active modal dialogs
|
||||||
|
# DEBUG: Activating window ID: 13000
|
||||||
|
executebuiltin("Dialog.Close(all, true)")
|
||||||
user = plex_tv.sign_in_with_pin()
|
user = plex_tv.sign_in_with_pin()
|
||||||
if user:
|
if user:
|
||||||
self.plex_login = user.username
|
self.plex_login = user.username
|
||||||
|
|
Loading…
Reference in a new issue