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

issue with TypeError: not enough arguments for format string #787

Closed
aibati2008 opened this issue Jul 20, 2016 · 4 comments
Closed

issue with TypeError: not enough arguments for format string #787

aibati2008 opened this issue Jul 20, 2016 · 4 comments

Comments

@aibati2008
Copy link

aibati2008 commented Jul 20, 2016

the dashboard show the below issue, can anyone have solutions?
image

` File "/root/anaconda2/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1079, in_handle_dbapi_exception
util.reraise(*exc_info)
File "/root/anaconda2/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 920, in _execute_context
context)
File "/root/anaconda2/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 425, in do_execute
cursor.execute(statement, parameters)

File "/root/anaconda2/lib/python2.7/site-packages/MySQLdb/cursors.py", line 189, in execute
query = query % tuple([db.literal(item) for item in args])

TypeError: not enough arguments for format string`

@ntantri
Copy link

ntantri commented Jul 20, 2016

The error is specific to execution of the query that is constructed for querying, could you also provide the kind of dashboard you are trying to build or the slices in there?

@aibati2008
Copy link
Author

@tan31989 thanks for the reply, acuatlly I met the issues in every slices such as dist_bar, table and line_chart...

image

@aibati2008
Copy link
Author

I'm use v0.9.1 for 3 weeks, but the issue appear suddenly today and it never appear before..

@aibati2008
Copy link
Author

maybe it's related to I changed the default encoding in some scripts, after I reinstall Caravel it's work fine now..

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

2 participants