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
I looked into it more, and while I didn't find the exact issue, the py-yajl binding we're using for JSON isn't great. It needs to use a more straightforward loop like the example here.
After #672
I looked into it more, and while I didn't find the exact issue, the py-yajl binding we're using for JSON isn't great. It needs to use a more straightforward loop like the example here.
https://lloyd.github.io/yajl/
Though it doesn't look like the binding closes the file descriptor, which would be the obvious bug
The text was updated successfully, but these errors were encountered: