You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens everytime I try to calculate any poligon, tried using SHP, GPKG and it gives the same error everytime
Um erro ocorreu enquanto executava o código Python:
TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/home/gmmacedo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/AzimuthDistanceCalculator/azimuthsAndDistances/azimuthsAndDistances.py", line 169, in fillTable
if self.points[0] == self.points[len(self.points) - 1]:
~~~~~~~~~~~^^^
TypeError: 'NoneType' object is not subscriptable
Versão do Python: 3.12.3 (main, Apr 23 2024, 09:16:07) [GCC 13.2.1 20240417]
Versão do QGIS: 3.36.3-Maidenhead Maidenhead, exported
The text was updated successfully, but these errors were encountered:
This happens everytime I try to calculate any poligon, tried using SHP, GPKG and it gives the same error everytime
The text was updated successfully, but these errors were encountered: