Re: [Qgis-user] Error al iniciar QGIS 3.10 IndexError: list index out of range

2020-10-29 Thread Alejandro Chamizo de Castro
Thank you very much Victor,

and sorry for write in spanish 



[image: Mailtrack]

Remitente
notificado con
Mailtrack

29/10/20
12:42:17

El jue., 29 oct. 2020 a las 12:21, Bo Victor Thomsen (<
bo.victor.thom...@gmail.com>) escribió:

> Not Spanish speaking, so I'll reply in English...
>
> The error happens if your "qgis.ini" file in:  *%appdata%*
> \QGIS\QGIS3\profiles\*default\*QGIS contains path references to non -
> existing paths under the section [processing]:
>
> (*%appdata%* : userdata path reference,* default* : Name of QGIS profile)
>
> Snip from QGIS.ini
>
> [Processing]
> .
> .
> Configuration\OUTPUTS_FOLDER=C:\\Users\\Bo
> Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\outputs
> .
> .
> Configuration\MODELS_FOLDER=C:\\Users\\Bo
> Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\models
> Configuration\SCRIPTS_FOLDERS=C:\\Users\\Bo
> Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\scripts
> .
>
> End snip...
>
> *If* any of the above path references *doesn't* exist of your pc - you'll
> get the error
>
> Remove the offending lines, and the references will be set to default
> values (and the error will disappear)
>
>
> Den 28-10-2020 kl. 13:50 skrev Alejandro Chamizo de Castro:
>
>
> Hola,
>
> cada vez que inicio QGIS se me salta una ventana con el siguiente error:
>
>
> IndexError: list index out of range
>
> Traceback (most recent call last):
>   File 
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptAlgorithmProvider.py",
>  line 110, in loadAlgorithms
> folder = ScriptUtils.resetScriptFolder(folder)
>   File 
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptUtils.py",
>  line 114, in resetScriptFolder
> commonSettingPath = os.path.join(paths[appIndex], paths[profileIndex])
> IndexError: list index out of range
>
>
> ¿Sabéis a qué se debe?
>
> Saludos y gracias
>
> --
> Alejandro Chamizo de Castro
> +34 653681823
> www.gisland.es
>
> [image: Mailtrack]
> 
>  Remitente
> notificado con
> Mailtrack
> 
>  28/10/20
> 13:50:21
>
> ___
> Qgis-user mailing listqgis-u...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> Med venlig hilsen / Kind regards
>
> Bo Victor Thomsen
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user



-- 
Alejandro Chamizo de Castro
+34 653681823
www.gisland.es
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Error al iniciar QGIS 3.10 IndexError: list index out of range

2020-10-29 Thread Bo Victor Thomsen

Not Spanish speaking, so I'll reply in English...

The error happens if your "qgis.ini" file in: 
/%appdata%/\QGIS\QGIS3\profiles\/default\/QGIS contains path references 
to non - existing paths under the section [processing]:


(/%appdata%/ : userdata path reference,/default/ : Name of QGIS profile)

Snip from QGIS.ini

[Processing]
.
.
Configuration\OUTPUTS_FOLDER=C:\\Users\\Bo 
Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\outputs

.
.
Configuration\MODELS_FOLDER=C:\\Users\\Bo 
Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\models
Configuration\SCRIPTS_FOLDERS=C:\\Users\\Bo 
Victor\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\processing\\scripts

.

End snip...

*If* any of the above path references *doesn't* exist of your pc - 
you'll get the error


Remove the offending lines, and the references will be set to default 
values (and the error will disappear)



Den 28-10-2020 kl. 13:50 skrev Alejandro Chamizo de Castro:



Hola,

cada vez que inicio QGIS se me salta una ventana con el siguiente error:


IndexError: list index out of range

Traceback (most recent call last):   File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptAlgorithmProvider.py", 
line 110, in loadAlgorithms     folder = 
ScriptUtils.resetScriptFolder(folder)   File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptUtils.py", 
line 114, in resetScriptFolder     commonSettingPath = 
os.path.join(paths[appIndex], paths[profileIndex]) IndexError: list 
index out of range


¿Sabéis a qué se debe?

Saludos y gracias

--
Alejandro Chamizo de Castro
+34 653681823
www.gisland.es 

Mailtrack 
 
	Remitente notificado con
Mailtrack 
 
28/10/20 13:50:21 	



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


--
Med venlig hilsen / Kind regards

Bo Victor Thomsen

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Error al iniciar QGIS 3.10 IndexError: list index out of range

2020-10-28 Thread Alejandro Chamizo de Castro
Hola,

cada vez que inicio QGIS se me salta una ventana con el siguiente error:


IndexError: list index out of range

Traceback (most recent call last):
  File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptAlgorithmProvider.py",
line 110, in loadAlgorithms
folder = ScriptUtils.resetScriptFolder(folder)
  File 
"C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\script\ScriptUtils.py",
line 114, in resetScriptFolder
commonSettingPath = os.path.join(paths[appIndex], paths[profileIndex])
IndexError: list index out of range


¿Sabéis a qué se debe?

Saludos y gracias

-- 
Alejandro Chamizo de Castro
+34 653681823
www.gisland.es

[image: Mailtrack]

Remitente
notificado con
Mailtrack

28/10/20
13:50:21
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user