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
Using Beta v 3, tested with multiple data and layer types.
When using config if setting the 'Inspection' check box under the layer entry in 'Select Layers' to true it throws this error:
Traceback (most recent call last):
File "C:\Users\Nathan\dev\Roam\src\configmanager\ui\configmanagerdialog.py", line 178, in nodeselected
File "C:\Users\Nathan\dev\Roam\src\configmanager\ui\projectwidget.py", line 153, in setpage
File "C:\Users\Nathan\dev\Roam\src\configmanager\ui\layerwidgets.py", line 1120, in set_project
File "C:\Users\Nathan\dev\Roam\src\roam\project.py", line 421, in layer_tools
TypeError: 'dict_values' object does not support indexing
When using Roam and selecting a feature of an inspection layer, Roam throws this error:
Traceback (most recent call last):
File "C:\Users\Nathan\dev\Roam\src\roam\infodock.py", line 366, in layerIndexChanged
File "C:\Users\Nathan\dev\Roam\src\roam\infodock.py", line 466, in update
File "C:\Users\Nathan\dev\Roam\src\roam\project.py", line 421, in layer_tools
TypeError: 'dict_values' object does not support indexing
When continuing to Data Entry it throws another error;
Traceback (most recent call last):
File "C:\Users\Nathan\dev\Roam\src\roam\mapwidget.py", line 694, in queue_feature_for_edit
File "C:\Users\Nathan\dev\Roam\src\roam\mapwidget.py", line 946, in load_form
AttributeError: 'NoneType' object has no attribute 'icon'
and the Form never appears.
If you go back to config all the check boxes under the 'select layer' for the inspection layer are now unchecked.
Google searching the error suggests a Python3 incompatibility
The first error is still thrown in config manager.
Traceback (most recent call last):
File "C:\Users\Nathan\dev\Roam\src\configmanager\ui\configmanagerdialog.py", line 178, in nodeselected
File "C:\Users\Nathan\dev\Roam\src\configmanager\ui\projectwidget.py", line 153, in setpage
File "C:\Users\Nathan\dev\Roam\src\configmanager\ui\layerwidgets.py", line 1120, in set_project
File "C:\Users\Nathan\dev\Roam\src\roam\project.py", line 421, in layer_tools
TypeError: 'dict_values' object does not support indexing
But after saving, the project will not load in Roam.
Using Beta v 3, tested with multiple data and layer types.
When using config if setting the 'Inspection' check box under the layer entry in 'Select Layers' to true it throws this error:
When using Roam and selecting a feature of an inspection layer, Roam throws this error:
When continuing to Data Entry it throws another error;
and the Form never appears.
If you go back to config all the check boxes under the 'select layer' for the inspection layer are now unchecked.
Google searching the error suggests a Python3 incompatibility
https://stackoverflow.com/questions/17431638/get-typeerror-dict-values-object-does-not-support-indexing-when-using-python
The text was updated successfully, but these errors were encountered: