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
The plugin reports an error running with pybabel 2.14.0 or newer:
extracting messages from project\assets\main\locale\localizables-extracted.py (encoding="utf-8")
extracting messages from project\assets\main\locale\localizables-scancodes.py (encoding="utf-8")
extracting messages from project\src\main\career\CareerMap.tscn (encoding="utf-8")
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\aaron\AppData\Local\Programs\Python\Python312\Scripts\pybabel.exe\__main__.py", line 7, in <module>
File "C:\Users\aaron\AppData\Local\Programs\Python\Python312\Lib\site-packages\babel\messages\frontend.py", line 979, in main
return CommandLineInterface().run(sys.argv)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\aaron\AppData\Local\Programs\Python\Python312\Lib\site-packages\babel\messages\frontend.py", line 905, in run
return cmdinst.run()
^^^^^^^^^^^^^
File "C:\Users\aaron\AppData\Local\Programs\Python\Python312\Lib\site-packages\babel\messages\frontend.py", line 516, in run
for filename, lineno, message, comments, context in extracted:
File "C:\Users\aaron\AppData\Local\Programs\Python\Python312\Lib\site-packages\babel\messages\extract.py", line 215, in extract_from_dir
yield from check_and_call_extract_file(
File "C:\Users\aaron\AppData\Local\Programs\Python\Python312\Lib\site-packages\babel\messages\extract.py", line 279, in check_and_call_extract_file
for message_tuple in extract_from_file(
^^^^^^^^^^^^^^^^^^
File "C:\Users\aaron\AppData\Local\Programs\Python\Python312\Lib\site-packages\babel\messages\extract.py", line 321, in extract_from_file
return list(extract(method, fileobj, keywords, comment_tags,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\aaron\AppData\Local\Programs\Python\Python312\Lib\site-packages\babel\messages\extract.py", line 445, in extract
raise ValueError(f"Unknown extraction method {method!r}")
ValueError: Unknown extraction method 'godot_scene'
. done.
. done.
Downgrading to pybabel 2.13.1 fixes the error.
The text was updated successfully, but these errors were encountered:
The plugin reports an error running with pybabel 2.14.0 or newer:
Downgrading to pybabel 2.13.1 fixes the error.
The text was updated successfully, but these errors were encountered: