derekhe / msfs2020-google-map

Replace MSFS2020's bing map to google map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors during start

hoplaHL opened this issue · comments

Hi,

i got this error when starting the program as admin ...

Traceback (most recent call last):
File "C:\Users\xxx\Downloads\msfs2020-google-map-2021-11-18_Iwuxg\src\app.py", line 252, in run
output = self.config_dns(output)
File "C:\Users\xxx\Downloads\msfs2020-google-map-2021-11-18_Iwuxg\src\app.py", line 225, in config_dns
for k, v in get_hosts_origin_ips().items():
File "C:\Users\xxx\Downloads\msfs2020-google-map-2021-11-18_Iwuxg\src\runner.py", line 28, in get_hosts_origin_ips
dns_resolver = dns.resolver.Resolver()
File "C:\Users\xxx\Downloads\msfs2020-google-map-2021-11-18_Iwuxg\Python39\lib\site-packages\dns\resolver.py", line 732, in init
self.read_registry()
File "C:\Users\xxxx\Downloads\msfs2020-google-map-2021-11-18_Iwuxg\Python39\lib\site-packages\dns\resolver.py", line 928, in read_registry
self._config_win32_fromkey(key, False)
File "C:\Users\xxxx\Downloads\msfs2020-google-map-2021-11-18_Iwuxg\Python39\lib\site-packages\dns\resolver.py", line 891, in _config_win32_fromkey
self._config_win32_domain(dom)
File "C:\Users\xxxx\Downloads\msfs2020-google-map-2021-11-18_Iwuxg\Python39\lib\site-packages\dns\resolver.py", line 854, in _config_win32_domain
self.domain = dns.name.from_text(str(domain))
File "C:\Users\xxxx\Downloads\msfs2020-google-map-2021-11-18_Iwuxg\Python39\lib\site-packages\dns\name.py", line 942, in from_text
raise EmptyLabel
dns.name.EmptyLabel: A DNS label is empty.

What's the problem??

I will try to fix it.

Perfect job! ... it works! Thanks for this quick response!!

Good, I will close this.