python-kit icon indicating copy to clipboard operation
python-kit copied to clipboard

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

Open ishahid opened this issue 7 years ago • 2 comments

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

ishahid avatar May 08 '18 03:05 ishahid

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

srenault avatar May 15 '18 15:05 srenault

@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

ankit-patnaik avatar May 05 '20 19:05 ankit-patnaik