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 cant go past this error when running the script.
Traceback (most recent call last):
File "C:\Users\mario\Desktop\Nouveau dossier\MSFS2020-cockpit-companion-master\MSFS2020-cockpit-companion-master\glass_server.py", line 14, in
aq = AircraftRequests(sm, _time=10)
File "C:\Users\mario\AppData\Local\Programs\Python\Python39\lib\site-packages\SimConnect\RequestList.py", line 214, in init
self.list.append(self.EnvironmentData)
AttributeError: 'AircraftRequests' object has no attribute 'EnvironmentData'
What do I miss?
Thanks for the help
The text was updated successfully, but these errors were encountered:
I had a similar issue with the exact same error message. For me the fix has been to install SimConnect version 0.4.24 rather than the latest version of 0.4.25
I cant go past this error when running the script.
Traceback (most recent call last):
File "C:\Users\mario\Desktop\Nouveau dossier\MSFS2020-cockpit-companion-master\MSFS2020-cockpit-companion-master\glass_server.py", line 14, in
aq = AircraftRequests(sm, _time=10)
File "C:\Users\mario\AppData\Local\Programs\Python\Python39\lib\site-packages\SimConnect\RequestList.py", line 214, in init
self.list.append(self.EnvironmentData)
AttributeError: 'AircraftRequests' object has no attribute 'EnvironmentData'
What do I miss?
Thanks for the help
The text was updated successfully, but these errors were encountered: