Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Init.
  2. Exception caught at 324: 'NoneType' object is not iterable
  3. Traceback (most recent call last):
  4. File "/usr/bin/logster", line 319, in main
  5. submit_stats(parser, duration, outputs)
  6. File "/usr/bin/logster", line 216, in submit_stats
  7. output.submit(metrics)
  8. File "/usr/lib/python2.6/site-packages/logster/outputs/graphite.py", line 45, in submit
  9. for metric in metrics:
  10. TypeError: 'NoneType' object is not iterable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement