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

The calls to form.submit() fails for /v2 endpoints #35

Open
ishahid opened this issue May 8, 2018 · 2 comments
Open

The calls to form.submit() fails for /v2 endpoints #35

ishahid opened this issue May 8, 2018 · 2 comments

Comments

@ishahid
Copy link

ishahid commented May 8, 2018

I tried using this kit for my project. All was good until I modified the api endpoint to /v2. Started getting the following error upon form.submit().

AttributeError: 'NoneType' object has no attribute 'items'

I have traced it down to Document.__init__(). Seems the schema has changed. Screenshot attached below is for the failing tests after I changed the api url.
screen shot 2018-05-08 at 12 30 22 pm

@srenault
Copy link
Contributor

srenault commented May 15, 2018

@ishahid Yep, making python kit works for api/v2 is in our TODO list.

@ankit-patnaik
Copy link

@ishahid Yep, making python kit works for api/v2 is in our TODO list.

@srenault When is this issue likely to be fixed? It is actually restricting me from using the v2 version of API

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

3 participants