north-road / cesium-ion-plugin

QGIS Plugin for Cesium ion
12 stars 1 forks source link

Activation in browser not working #3

Open tgdbepe4 opened 10 months ago

tgdbepe4 commented 10 months ago

I am not able bring it to run:

Windows 11 QGIS version 2.34.1

image image
virtualarchitectures commented 9 months ago

I have the same issue in Windows 11 with QGIS version 2.34.1. After installing the Cesium plugin and clicking the Cesium Icon in the QGIS browser pane I get forwarded to Cesium Ion in my browser as expected. When clicking 'Allow' I am redirected to the page indicating "Connection reset". The redirected URL starts with the following: 127.0.0.1:7070/qgis/oauth2/callback?code= Same issue with Firefox and Chrome.

tgdbepe4 commented 9 months ago

Thanks describing this exacly how is it one my side as well.

rpachaly commented 6 days ago

Hi all, I was having the same issue. The problem is the port that the plugin uses to authenticate (7070) is being used by another application in your machine. Go to the plugin folder and look for the auth_cfg.json file (plugins\cesium_ion\resources). Change the port to 8080 or 9090 or any other port that is not being used in your machine and it will work.