View Issue Details

IDProjectCategoryView StatusLast Update
0006512TalerMerchant frontends (Python3)public2021-08-24 16:23
ReporterTorsten Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.8Fixed in Version0.8 
Summary0006512: Process should exit instead of continuing to run after "Missing required option 'CURRENCY' in section 'TALER'" & no stack trace
DescriptionThe title explains it all

Output:
Traceback (most recent call last):
  File "./talermerchantdemos/blog/__init__.py", line 1, in <module>
    from talermerchantdemos.blog.blog import app
  File "./talermerchantdemos/blog/blog.py", line 41, in <module>
    CURRENCY = TC["taler"]["currency"].value_string(required=True)
  File "/home/tstudios/.local/lib/python3.6/site-packages/taler/util/talerconfig.py", line 167, in value_string
    % (self.option.upper(), self.section.upper()))
taler.util.talerconfig.ConfigurationError: Missing required option 'CURRENCY' in section 'TALER'
TagsNo tags attached.

Activities

Christian Grothoff

2020-08-23 12:16

manager   ~0016710

Fixed in a1f8eb2..fd74c41

Issue History

Date Modified Username Field Change
2020-08-22 23:20 Torsten Grothoff New Issue
2020-08-22 23:25 Christian Grothoff Product Version => git (master)
2020-08-22 23:25 Christian Grothoff Target Version => 0.8
2020-08-23 12:16 Christian Grothoff Assigned To => Christian Grothoff
2020-08-23 12:16 Christian Grothoff Status new => resolved
2020-08-23 12:16 Christian Grothoff Resolution open => fixed
2020-08-23 12:16 Christian Grothoff Fixed in Version => 0.8
2020-08-23 12:16 Christian Grothoff Note Added: 0016710
2021-08-24 16:23 Christian Grothoff Status resolved => closed