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
Very nice package, the glass cockpit demo is great, however I cannot get it to work with both the local_exemple.py and glass_server. I am getting a lot of None values returned from aq.get. I am using MSFS 2020 version 1.9.5.0 and SimConnect 0.6.1 DLL (as present in the branch).
Have you experienced any of this?
File "C:\Dev\python\simconnect\Python-SimConnect-master\glass_server.py", line 307, in output_ui_variables
fuel_percentage = (aq.get("FUEL_TOTAL_QUANTITY") / aq.get("FUEL_TOTAL_CAPACITY")) * 100
TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType'
Thanks! Works lot better, both for local_example and glass_server. SimConnect seems to be very fiddly from what I see from many 3rd party addons sites.
I will let you know about any strange behaviour I encouter.
Very nice package, the glass cockpit demo is great, however I cannot get it to work with both the local_exemple.py and glass_server. I am getting a lot of None values returned from aq.get. I am using MSFS 2020 version 1.9.5.0 and SimConnect 0.6.1 DLL (as present in the branch).
Have you experienced any of this?
Or in some local_example.py fiddling.
The text was updated successfully, but these errors were encountered: