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

Wrong link to the login page? #86

Open
MieWinstrup opened this issue Jun 12, 2024 · 1 comment
Open

Wrong link to the login page? #86

MieWinstrup opened this issue Jun 12, 2024 · 1 comment

Comments

@MieWinstrup
Copy link

When I try to click on 'Log In':

image

It tries to open http://127.0.0.1:8989/?code=733272&expires_in=60 , But it can't:
image

@ChrisLoer
Copy link
Contributor

Hmm, the Add to Felt plugin is supposed to open a local server on port 8989 just for the course of the authentication interaction. The fact that you're unable to connect makes me think maybe the port was taken by something else? I don't know what OS you're on, but on macOS I would check like this:

chris@feltbook qgis-plugin % sudo lsof -i -P | grep LISTEN | grep :8989
QGIS      19172          chris   69u  IPv4 0x687f0da173a945c6      0t0    TCP localhost:8989 (LISTEN)

Only during the period it's waiting for login to Felt, I'd expect to see QGIS listening on 8989. If you see something else, a port collision is probably the problem.

I know this isn't very satisfying, but a simple troubleshooting step is always uninstalling/reinstalling the plugin and restarting QGIS.

cc @nyalldawson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants