Closed scally88 closed 3 years ago
Hey buddy, can you try rounding off your timestamp to the nearest whole number and see if it works?
I don't think their API takes in decimal as parameter for timeStamp.
I tried it out and that seems to be what the problem was. The API didn't like the decimal value. Applied a floor function to the timestamp everything seems to work out.
Thanks!
I am trying to use the timeStamp input variable of the function. Whenever I try to provide an epoc timestamp I get an error with the received data. The error log I get is as follows:
KeyError Traceback (most recent call last)