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

'NoneType' object is not subscriptable #13

Open
gmmacedo opened this issue Jun 13, 2024 · 0 comments
Open

'NoneType' object is not subscriptable #13

gmmacedo opened this issue Jun 13, 2024 · 0 comments

Comments

@gmmacedo
Copy link

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 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant