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

JSON renderer raise exception trying to encode array of dictionaries #60

Closed
ivanprjcts opened this issue Mar 18, 2020 · 0 comments
Closed
Labels

Comments

@ivanprjcts
Copy link
Owner

  File "/usr/local/lib/python3.7/site-packages/sdklib/http/renderers.py", line 299, in encode_params
      fields = to_key_val_dict(data or "")
    File "/usr/local/lib/python3.7/site-packages/sdklib/util/structures.py", line 73, in to_key_val_dict
      for k, v in values:
  ValueError: too many values to unpack (expected 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant