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
It looks like Yahoo changed something so that now fromJSON returns an empty list for the put/call tables instead of NULL. Need to trap that in the NewToOld function and return NULL in that case too.
Consider wrapping the relevant code in try/catch and return NULL if anything goes wrong.
The text was updated successfully, but these errors were encountered:
It looks like Yahoo changed something so that now
fromJSON
returns an empty list for the put/call tables instead ofNULL
. Need to trap that in theNewToOld
function and returnNULL
in that case too.Consider wrapping the relevant code in try/catch and return
NULL
if anything goes wrong.The text was updated successfully, but these errors were encountered: