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
Description: I'm encountering an issue when running the Traveling Salesman Problem (TSP) algorithm in Whitebox Workflows for QGIS. The process fails with the following error:
thread '<unnamed>' panicked at 'src/data_structures/shapefile/geometry.rs:686:18: Unrecognized VectorGeometryType: 1701667182 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Traceback (most recent call last): File "<string>", line 11, in <module> pyo3_runtime.PanicException: Unrecognized VectorGeometryType: 1701667182 Process returned error code 1 Execution completed in 5.02 seconds
And then after execution, I received the following error: The following layers were not correctly generated: • /private/var/folders/gr/r6n34s0s34bfpb1nxmwk0tnm0000gn/T/processing_wypNdo/3e6a8ef1bfa0463e87b2e955933ac107/fnOutput.gpkg
Additional Notes:
I verified the geometry type of the input layer and ensured it contained only one geometry type (e.g., Points). I also tried re-saving the layer in different formats (e.g., GeoPackage, Shapefile), but the issue persists.
Running the tool through the QGIS Log Messages Panel does not provide any additional insight beyond the error above.
A colleague tried to run the TSP on her computer with different data, and it resulted in a similar error.
Thank you for your assistance, and please let me know if you need any further information or if there are specific troubleshooting steps you recommend.
The text was updated successfully, but these errors were encountered:
Description: I'm encountering an issue when running the Traveling Salesman Problem (TSP) algorithm in Whitebox Workflows for QGIS. The process fails with the following error:
thread '<unnamed>' panicked at 'src/data_structures/shapefile/geometry.rs:686:18: Unrecognized VectorGeometryType: 1701667182 note: run with
RUST_BACKTRACE=1environment variable to display a backtrace Traceback (most recent call last): File "<string>", line 11, in <module> pyo3_runtime.PanicException: Unrecognized VectorGeometryType: 1701667182 Process returned error code 1 Execution completed in 5.02 seconds
And then after execution, I received the following error:
The following layers were not correctly generated: • /private/var/folders/gr/r6n34s0s34bfpb1nxmwk0tnm0000gn/T/processing_wypNdo/3e6a8ef1bfa0463e87b2e955933ac107/fnOutput.gpkg
Additional Notes:
I verified the geometry type of the input layer and ensured it contained only one geometry type (e.g., Points). I also tried re-saving the layer in different formats (e.g., GeoPackage, Shapefile), but the issue persists.
Running the tool through the QGIS Log Messages Panel does not provide any additional insight beyond the error above.
A colleague tried to run the TSP on her computer with different data, and it resulted in a similar error.
Thank you for your assistance, and please let me know if you need any further information or if there are specific troubleshooting steps you recommend.
The text was updated successfully, but these errors were encountered: