FerryTempo / FTServer

A NodeJS implementation of the FerryTempo service.
https://www.ferrytempo.com/
1 stars 0 forks source link

Reporting boats at the fuel dock as OnDuty #80

Open ckulfan opened 2 months ago

ckulfan commented 2 months ago

The following should return a state of OnDuty=false: VesselID": 32, "VesselName": "Tacoma", "Mmsi": 366772760, "DepartingTerminalID": 133, "DepartingTerminalName": "Fuel Dock - Pier 15", "DepartingTerminalAbbrev": "P15", "ArrivingTerminalID": null, "ArrivingTerminalName": null, "ArrivingTerminalAbbrev": null, "Latitude": 47.587708, "Longitude": -122.353388, "Speed": 0, "Heading": 179, "InService": true, "AtDock": true, "LeftDock": null, "Eta": null, "EtaBasis": null, "ScheduledDeparture": null, "OpRouteAbbrev": [ "sea-bi" ], "VesselPositionNum": 2, "SortSeq": 60, "ManagedBy": 1, "TimeStamp": "/Date(1718551186000-0700)/", "VesselWatchShutID": 20, "VesselWatchShutMsg": "VesselWatch data temporarily unavailable. ", "VesselWatchShutFlag": "0", "VesselWatchStatus": "0", "VesselWatchMsg": "WSF's VesselWatch page is currently not responding and is out of service. Thank you for your patience while we work to restore this page. " },

ckulfan commented 1 month ago

Deployed logging to capture this situation. Will investigate proper fix based on those logs