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
There's reports of crashes when requesting Globalhashes. Tracing it down, it looks like it happens if the stock price hasn't been fetched yet, and more to the point, a logging statement is trying to dereference a null Graticule object. This should be a simple fix.
The text was updated successfully, but these errors were encountered:
Turns out that one debug line was always expecting mGrat to be non-null,
which it won't be if this is a Globalhash. Now it's a bit more robust.
(this fixes issue #73)
There's reports of crashes when requesting Globalhashes. Tracing it down, it looks like it happens if the stock price hasn't been fetched yet, and more to the point, a logging statement is trying to dereference a null Graticule object. This should be a simple fix.
The text was updated successfully, but these errors were encountered: