Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
I try to launch gnome-feeds but gnome-feeds does'nt start.
* What exactly did you do (or not do) that was effective (or
ineffective)?
Then i try to launch gnome-feeds wirh cli on Terminal, but it also does'nt launch.
* What was the outcome of this action?
gfeeds
Traceback (most recent call last):
File "/usr/bin/gfeeds", line 75, in <module>
from gfeeds import __main__
File "/usr/lib/python3/dist-packages/gfeeds/__main__.py", line 9, in <module>
from gfeeds.app_window import GFeedsAppWindow
File "/usr/lib/python3/dist-packages/gfeeds/app_window.py", line 2, in <module>
from gfeeds.main_leaflet import MainLeaflet
File "/usr/lib/python3/dist-packages/gfeeds/main_leaflet.py", line 11, in <module>
from gfeeds.webview import GFeedsWebView
File "/usr/lib/python3/dist-packages/gfeeds/webview.py", line 4, in <module>
from gfeeds.util.build_reader_html import build_reader_html
File "/usr/lib/python3/dist-packages/gfeeds/util/build_reader_html.py", line 13, in <module>
from gfeeds.util.reader_mode_style import get_css
File "/usr/lib/python3/dist-packages/gfeeds/util/reader_mode_style.py", line 5, in <module>
confman = ConfManager()
File "/usr/lib/python3/dist-packages/gfeeds/util/singleton.py", line 6, in __call__
cls.instance = super(Singleton, cls).__call__(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gfeeds/confManager.py", line 99, in __init__
self.article_thumb_cache = json.loads(fd.read())
~~~~~~~~~~^^^^^^^^^^^
File "/usr/lib/python3.13/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/usr/lib/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/json/decoder.py", line 363, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
* What outcome did you expect instead? I was expecting gnome-feeds launch.
*** End of the template - remove these template lines ***