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
Hi,
Headphones is not starting on my computer, I'm unclear when this began as I've been away for some time.
I'm running Python 3.12.4. and the latest version of Headphones.
Any help you can offer is greatly appreciated. Output from CMD in Windows 10 below:
c:\Headphones>py c:\Headphones\Headphones.py -d
Traceback (most recent call last):
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\zoneinfo_common.py", line 12, in load_tzdata
return resources.files(package_name).joinpath(resource_name).open("rb")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\importlib\resources_common.py", line 46, in wrapper
return func(anchor)
^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\importlib\resources_common.py", line 56, in files
return from_package(resolve(anchor))
^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\functools.py", line 909, in wrapper
return dispatch(args[0].class)(*args, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\importlib\resources_common.py", line 82, in _
return importlib.import_module(cand)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\importlib_init_.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1310, in _find_and_load_unlocked
File "", line 488, in _call_with_frames_removed
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1310, in _find_and_load_unlocked
File "", line 488, in _call_with_frames_removed
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'tzdata'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\Headphones\Headphones.py", line 27, in
from headphones import webstart, logger
File "c:\Headphones\headphones_init_.py", line 68, in
SCHED = BackgroundScheduler()
^^^^^^^^^^^^^^^^^^^^^
File "c:\Headphones\lib\apscheduler\schedulers\base.py", line 87, in init
self.configure(gconfig, **options)
File "c:\Headphones\lib\apscheduler\schedulers\base.py", line 131, in configure
self._configure(config)
File "c:\Headphones\lib\apscheduler\schedulers\background.py", line 29, in _configure
super(BackgroundScheduler, self)._configure(config)
File "c:\Headphones\lib\apscheduler\schedulers\base.py", line 701, in _configure
self.timezone = astimezone(config.pop('timezone', None)) or get_localzone()
^^^^^^^^^^^^^^^
File "c:\Headphones\lib\tzlocal\win32.py", line 129, in get_localzone
_cache_tz = zoneinfo.ZoneInfo(get_localzone_name())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\zoneinfo_common.py", line 24, in load_tzdata
raise ZoneInfoNotFoundError(f"No time zone found with key {key}")
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Australia/Sydney'
The text was updated successfully, but these errors were encountered:
Hi,
Headphones is not starting on my computer, I'm unclear when this began as I've been away for some time.
I'm running Python 3.12.4. and the latest version of Headphones.
Any help you can offer is greatly appreciated. Output from CMD in Windows 10 below:
c:\Headphones>py c:\Headphones\Headphones.py -d
Traceback (most recent call last):
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\zoneinfo_common.py", line 12, in load_tzdata
return resources.files(package_name).joinpath(resource_name).open("rb")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\importlib\resources_common.py", line 46, in wrapper
return func(anchor)
^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\importlib\resources_common.py", line 56, in files
return from_package(resolve(anchor))
^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\functools.py", line 909, in wrapper
return dispatch(args[0].class)(*args, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\importlib\resources_common.py", line 82, in _
return importlib.import_module(cand)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\importlib_init_.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1310, in _find_and_load_unlocked
File "", line 488, in _call_with_frames_removed
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1310, in _find_and_load_unlocked
File "", line 488, in _call_with_frames_removed
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'tzdata'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\Headphones\Headphones.py", line 27, in
from headphones import webstart, logger
File "c:\Headphones\headphones_init_.py", line 68, in
SCHED = BackgroundScheduler()
^^^^^^^^^^^^^^^^^^^^^
File "c:\Headphones\lib\apscheduler\schedulers\base.py", line 87, in init
self.configure(gconfig, **options)
File "c:\Headphones\lib\apscheduler\schedulers\base.py", line 131, in configure
self._configure(config)
File "c:\Headphones\lib\apscheduler\schedulers\background.py", line 29, in _configure
super(BackgroundScheduler, self)._configure(config)
File "c:\Headphones\lib\apscheduler\schedulers\base.py", line 701, in _configure
self.timezone = astimezone(config.pop('timezone', None)) or get_localzone()
^^^^^^^^^^^^^^^
File "c:\Headphones\lib\tzlocal\win32.py", line 129, in get_localzone
_cache_tz = zoneinfo.ZoneInfo(get_localzone_name())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\zoneinfo_common.py", line 24, in load_tzdata
raise ZoneInfoNotFoundError(f"No time zone found with key {key}")
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Australia/Sydney'
The text was updated successfully, but these errors were encountered: