pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.5k stars 218 forks source link

python 3 error with component stats: TypeError: 'dict_values' object does not support indexing #333

Closed mbande closed 7 years ago

mbande commented 7 years ago

traceback

Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/usr/local/lib/python3.4/dist-packages/streamparse/cli/stats.py", line 98, in _get_component_ui_detail
    return detail.values()[0]
TypeError: 'dict_values' object does not support indexing
dan-blanchard commented 7 years ago

Thanks for the report. Will fix this one right away.