numixproject / numix-core

Builder for App Icon Themes
GNU General Public License v3.0
765 stars 146 forks source link

fix data.json #5850

Closed Stunkymonkey closed 6 months ago

Stunkymonkey commented 6 months ago

currently results on arch-linux in:

  ==> Starting prepare()...
   Traceback (most recent call last):
   File "/home/somerandomnoobontheInternet/.cache/paru/clone/numix-icon-theme-  pack/src/numix-core/./gen.py", line 35, in <module>
     icons = load(data)
             ^^^^^^^^^^
   File "/usr/lib/python3.11/json/__init__.py", line 293, in load
return loads(fp.read(),
            ^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
     return _default_decoder.decode(s)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
 json.decoder.JSONDecodeError: Expecting value: line 928 column 13 (char 24984)
 ==> ERROR: A failure occurred in prepare().
     Aborting...
 error: failed to build 'numix-icon-theme-pack-r6086-1 (numix-icon-theme-pack-git)':
 error: packages failed to build: numix-icon-theme-pack-r6086-1 (numix-icon-theme-pack-git)
Stunkymonkey commented 6 months ago

ping @palob . the current master is not building.

Stunkymonkey commented 6 months ago

on arch-linux the aur-package builds always from master. that's why i noticed.