View Issue Details

IDProjectCategoryView StatusLast Update
0006683Talerauditorpublic2021-09-02 18:14
Reporterttn Assigned ToChristian Grothoff  
PriorityhighSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinuxOSDevuanOS VersionChimaera/Ceres
Product Versiongit (master) 
Target Version0.8Fixed in Version0.8 
Summary0006683: taler-auditor --help and --version failures
DescriptionInvoking either "taler-auditor --help" or "taler-auditor --version" should display the
respective info and exit successfully (exit value 0). Instead, these result in errors.
TagsNo tags attached.
Attached Files
taler-auditor.hv.log (1,583 bytes)   
-*- mode: compilation; default-directory: "~/build/GNU/T/docs/manpages/" -*-
Compilation started at Thu Jan  7 21:32:16

taler-auditor --help ; echo $? ; taler-auditor --version ; echo $?
Traceback (most recent call last):
  File "/usr/local/bin/taler-helper-auditor-render.py", line 34, in <module>
    jsonData1 = json.load(jsonFile1)
  File "/usr/lib/python3.9/json/__init__.py", line 293, in load
    return loads(fp.read(),
  File "/usr/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
1
Traceback (most recent call last):
  File "/usr/local/bin/taler-helper-auditor-render.py", line 34, in <module>
    jsonData1 = json.load(jsonFile1)
  File "/usr/lib/python3.9/json/__init__.py", line 293, in load
    return loads(fp.read(),
  File "/usr/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
1

Compilation finished at Thu Jan  7 21:32:16
taler-auditor.hv.log (1,583 bytes)   

Activities

Christian Grothoff

2021-01-10 13:16

manager   ~0017331

Fixed in 5e80154f..0e16fb81

Christian Grothoff

2021-09-02 18:14

manager   ~0018238

Fix committed to master branch.

Related Changesets

exchange: master 0e16fb81

2021-01-10 14:15

Christian Grothoff


Details Diff
fix 0006683 Affected Issues
0006683
mod - src/auditor/taler-auditor.in Diff File

Issue History

Date Modified Username Field Change
2021-01-08 03:41 ttn New Issue
2021-01-08 03:41 ttn Status new => assigned
2021-01-08 03:41 ttn Assigned To => Christian Grothoff
2021-01-08 03:41 ttn File Added: taler-auditor.hv.log
2021-01-10 13:16 Christian Grothoff Status assigned => resolved
2021-01-10 13:16 Christian Grothoff Resolution open => fixed
2021-01-10 13:16 Christian Grothoff Fixed in Version => 0.9
2021-01-10 13:16 Christian Grothoff Note Added: 0017331
2021-01-10 13:16 Christian Grothoff Target Version git (master) => 0.9
2021-07-30 13:57 Christian Grothoff Fixed in Version 0.9 => 0.8.1
2021-07-30 13:59 Christian Grothoff Target Version 0.9 => 0.8.1
2021-07-30 14:02 Christian Grothoff Fixed in Version 0.8.1 => 0.8
2021-07-30 14:02 Christian Grothoff Target Version 0.8.1 => 0.8
2021-08-24 16:23 Christian Grothoff Status resolved => closed
2021-09-02 18:13 Christian Grothoff Changeset attached => Taler-exchange master 0e16fb81
2021-09-02 18:14 Christian Grothoff Note Added: 0018238