Skip to content

all fields in rate_limit are None #20

Description

@transfluxus

Hi,

whenever I make a request the "_call" crashes at
meetup/api.py", line 170, in _call

    if int(self.rate_limit.remaining) <= 5 and self.overlimit_wait:
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

I am initializing my client like this with my client key:

client = meetup.api.Client('???')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions