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
{{ message }}
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
This is deep in the bowels of the thrift generated code. Most likely cause (based on prior experience) is that you managed to construct a thrift struct with a nil field that the thrift library didn't want to be nil. I've noticed that they don't really do a good job checking this stuff, so I've guarded against it in a lot of places, but clearly I missed one.
Not sure how I go to this.. but the backtrace may help in finding the potential culprit. https://gist.github.com/chantra/a1a69b4b3601f712712aa7b64b91b3ac
The text was updated successfully, but these errors were encountered: