Skip to content

TypeError: make_get_request() missing 1 required positional argument: 'params_data' #15

@EnriqueBet

Description

@EnriqueBet

def make_get_request(session, endpoint, params_data):

This line is incorrect since this will lead an error when using functions like get_self_user_id, the only thing that is needed to add is:

def make_get_request(session, endpoint, params_data=None):

This will fix the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions