Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: maximum recursion depth exceeded while calling a Python object #42

Open
ekenchan opened this issue Jun 24, 2014 · 0 comments

Comments

@ekenchan
Copy link

After running for a while, it raised RuntimeError: maximum recursion depth exceeded while calling a Python object.

File "/usr/local/lib/python2.7/site-packages/ngxtop/ngxtop.py", line 233, in report
result = tabulate.tabulate(cursor.fetchall(), headers=columns, tablefmt='orgtbl', floatfmt='.3f')
File "/usr/local/lib/python2.7/site-packages/tabulate.py", line 753, in tabulate
coltypes = list(map(_column_type, cols)) File "/usr/local/lib/python2.7/site-packages/tabulate.py", line 426, in _column_type
types = [_type(s, has_invisible) for s in strings ]
File "/usr/local/lib/python2.7/site-packages/tabulate.py", line 260, in _type (isinstance(string, _text_type) or isinstance(string, _binary_type)):
RuntimeError: maximum recursion depth exceeded while calling a Python object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant