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'm getting exceptions thrown by the WindVariationCommand.execute method due to a nil container object. This seems to happen only with variable wind values (eg. 200V270).
My javascript is pretty rusty, so I'm not quite sure how to backtrack through the call stack. Here's what I seen in the debugger:
The text was updated successfully, but these errors were encountered:
Hi, looking at the METAR string, I believe the problem is the METAR does not have a time stamp. This is a required part of METAR so it is strange it is not included!
I'm getting exceptions thrown by the WindVariationCommand.execute method due to a nil container object. This seems to happen only with variable wind values (eg.
200V270
).My javascript is pretty rusty, so I'm not quite sure how to backtrack through the call stack. Here's what I seen in the debugger:
The text was updated successfully, but these errors were encountered: