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
Can't seem to get beets to do anything after a system restore. Any command leads to the same traceback error. Plugins disabled, reinstalled python, pip, and beets. Not sure what I could be doing wrong here.
╰─➤ ~ beet -vv
user configuration: /Volumes/home/jonny/.config/beets/config.yaml
data directory: /Volumes/home/jonny/.config/beets
plugin paths:
Sending event: pluginload
Traceback (most recent call last):
File "/usr/local/bin/beet", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line 1266, in main
_raw_main(args)
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line 1249, in _raw_main
subcommands, plugins, lib = _setup(options, lib)
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line 1144, in _setup
lib = _open_library(config)
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line 1201, in _open_library
get_path_formats(),
File "/usr/local/lib/python3.8/site-packages/beets/ui/__init__.py", line 619, in get_path_formats
path_formats.append((query, template(view.as_str())))
File "/usr/local/lib/python3.8/site-packages/beets/util/functemplate.py", line 571, in template
return Template(fmt)
File "/usr/local/lib/python3.8/site-packages/beets/util/functemplate.py", line 581, in __init__
self.compiled = self.translate()
File "/usr/local/lib/python3.8/site-packages/beets/util/functemplate.py", line 614, in translate
func = compile_func(
File "/usr/local/lib/python3.8/site-packages/beets/util/functemplate.py", line 155, in compile_func
prog = compile(mod, '<generated>', 'exec')
ValueError: Name node can't be used with 'None' constant
╰─➤ ~
Setup
OS: macOS 10.14.6
Python version: 3.8
beets version: 1.4.9
Turning off plugins made problem go away (yes/no): no
My configuration (output of beet config) is: the same traceback error, but my actual config is:
Can't seem to get beets to do anything after a system restore. Any command leads to the same traceback error. Plugins disabled, reinstalled python, pip, and beets. Not sure what I could be doing wrong here.
Setup
My configuration (output of
beet config
) is: the same traceback error, but my actual config is:Thanks.
The text was updated successfully, but these errors were encountered: