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 installed silorider from github rather than pypy (so I realize I'm playing with fire.) When trying to populate the local database either entries from my site I'm getting this error on the console/terminal. I believe this is related to the mf2py parser and possibly changes they made and a later commit that removed the option completely.
Traceback from verbose mode:
Traceback (most recent call last):
File "/Users/smedero/.pyenv/versions/3.12.6/bin/silorider", line 8, in <module>
sys.exit(main())
^^^^^^
File "/Users/smedero/.pyenv/versions/3.12.6/lib/python3.12/site-packages/silorider/main.py", line 236, in main
res = _unsafe_main()
^^^^^^^^^^^^^^
File "/Users/smedero/.pyenv/versions/3.12.6/lib/python3.12/site-packages/silorider/main.py", line 224, in _unsafe_main
res = args.func(ctx)
^^^^^^^^^^^^^^
File "/Users/smedero/.pyenv/versions/3.12.6/lib/python3.12/site-packages/silorider/main.py", line 76, in _run
populate_cache(ctx)
File "/Users/smedero/.pyenv/versions/3.12.6/lib/python3.12/site-packages/silorider/commands/utils.py", line 47, in populate_cache
_populate_cache_for_url(name, url, ctx, until_dt=until_dt)
File "/Users/smedero/.pyenv/versions/3.12.6/lib/python3.12/site-packages/silorider/commands/utils.py", line 53, in _populate_cache_for_url
feed = parse_url(url, name, ctx.config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/smedero/.pyenv/versions/3.12.6/lib/python3.12/site-packages/silorider/parse.py", line 25, in parse_url
mf_obj = parse_mf2(url_or_path, name, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/smedero/.pyenv/versions/3.12.6/lib/python3.12/site-packages/silorider/parse.py", line 69, in parse_mf2
return mf2py.Parser(
^^^^^^^^^^^^^
TypeError: Parser.__init__() got an unexpected keyword argument 'img_with_alt'
The text was updated successfully, but these errors were encountered:
I installed
silorider
from github rather than pypy (so I realize I'm playing with fire.) When trying to populate the local database either entries from my site I'm getting this error on the console/terminal. I believe this is related to themf2py
parser and possibly changes they made and a later commit that removed the option completely.Traceback from verbose mode:
The text was updated successfully, but these errors were encountered: