Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

__init__() got an unexpected keyword argument 'group' #2

@abhyudayasrinet

Description

@abhyudayasrinet
import typeform
form = typeform.Form(api_key='*********', form_id='***')
responses = form.get_responses()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python34\lib\site-packages\typeform\form.py", line 62, in get_responses
    return FormResponses(stats=resp.get('stats'), responses=resp.get('responses'), questions=resp.get('questions'))
  File "C:\Python34\lib\site-packages\typeform\form_response.py", line 81, in __init__
    FormQuestion(**question) for question in questions
  File "C:\Python34\lib\site-packages\typeform\form_response.py", line 81, in <listcomp>
    FormQuestion(**question) for question in questions
TypeError: __init__() got an unexpected keyword argument 'group'

I keep getting this error. I tried installing using pip as well as installing from source.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions