Quote:
Originally Posted by Sprout7175
Has anybody come across an error like this before?
|
Are you trying to auto add books to a challenge (via Customize > Auto add)?
If so, you must use a python dictionary like this:
Code:
{"challenge_name_1": {"#custom_column" : "column_value"}, "challenge_name_2": {"tags": "some_tag"}}
Post your dictionary here so we can see what is wrong.
-------
P.S.: Just noticed that the tooltip was missing the last '}'. Maybe this is what caused the error for you.