meetup-api
meetup-api copied to clipboard
all fields in rate_limit are None
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('???')