I'm running the Find Cotravelers tool. I got the error below. Can't tell if the re was "empty output" because no events qualified, or because of the processing error. There is no Esri documentation for the Python ValueError: not enough values to unpack. And I don't have access to the .py file, of course.
What should I do?
Thanks.
Warning empty output generated.
Traceback (most recent call last): File "c:\program files\arcgis\pro\Resources\ArcToolbox\Scripts\intelMovementToolsClasses.py", line 183, in execute features, style = cotravelers.find_cotravelers()ValueError: not enough values to unpack (expected 2, got 1)
Failed to execute (FindCotravelers).
[I've discussed this with @JamesJones4 but wanted to document it here for others who run into this.]