You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(BTW, I can recreate the issue you're seeing. If you inspect your current_page you will likely see the request returned an error. This is related to the date format this client used for the url. If you want to use datetime filters, you can use something like start_datetime_max.strftime("%Y-%m-%dT%H:%M:%SZ") to format appropriately.)
Hi there,
I'm trying to use this client.py file with the basic functions for getting event data from smarkets api.
I have a key error on
events += current_page['events'] KeyError: 'events'
Do these functions still work with the api?
Thanks
The text was updated successfully, but these errors were encountered: