Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot login after downgrading from v2.2.0 to v2.1.1 #34

Open
john-dupuy opened this issue Feb 28, 2022 · 1 comment
Open

Cannot login after downgrading from v2.2.0 to v2.1.1 #34

john-dupuy opened this issue Feb 28, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@john-dupuy
Copy link
Contributor

john-dupuy commented Feb 28, 2022

Env Details:
Ubuntu 20.04
QGIS versions tested: 3.24.0, 3.16.0

Steps to reproduce:

  1. Install QGIS plugin v2.2.0
  2. Login to plugin
  3. Plugins>Manage plugins>Downgrade Planet Explorer
  4. Try to login to plugin

Expected results:
4) Login should happen

Actual results:
4) Login doesn't happen (no info about why it failed)

Note: the login works in v2.1.1 if you restart QGIS. This issue corresponds to the jira ticket with id: PE-44613.

@john-dupuy john-dupuy added the bug Something isn't working label Feb 28, 2022
@volaya
Copy link
Contributor

volaya commented Mar 3, 2022

This is likely a problem with the QGIS update mechanism. Plugins are known to have this kind of issues when up/downgrading, since QGIS does not fully unload the previous version, so the new versions does not start from clean, and a restart is needed. Also, I suspect this might have to do with the main client class that deals with login and communicating with the API being a singleton.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants