View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010072 | Taler | robocop | public | 2025-06-05 12:03 | 2025-06-05 12:18 |
Reporter | Christian Grothoff | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 1.0 stretch goals | ||||
Summary | 0010072: some inputs fail to yield score, depending on sanction list and input | ||||
Description | When I run bin/robocop --config robocop.example.conf and then give it the input ```{"full_name" : "Maria Consuela", "last_name" : "", "address" : { "country" : "GT", "street_name" : "Unknown", "street_number" : "", "zipcode" : "" }, "birthdate" : "1953-06-23", "nationality" : "GT", "national_id" : "" }``` from the README I get *no output*. If I run against the standard robocop.conf, it works nicely. Very strange. The main difference seems to be the sanctions list (the example one is smaller and loads faster), but that doesn't explain the failure to generate a score. Note: if there is no match in the shorter list, I'd still expect a (low or even zero) score. | ||||
Tags | No tags attached. | ||||
child of | 0009053 | assigned | Christian Grothoff | add support for automated sanction list processing [2d] / 8.6.25 |
|
Possibly the same issue in a different incarnation: when I give the ```{"company_name" : "Eindhoven University of Technology", "id" : "abcdef", "address" : { "country" : "NL", "street_name" : "Groene Loper", "street_number" : "3", "zipcode" : "5612 AE", "town_location" : "Eindhoven" } }``` input, I get no output in with either configuration. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-06-05 12:03 | Christian Grothoff | New Issue | |
2025-06-05 12:03 | Christian Grothoff | Status | new => confirmed |
2025-06-05 12:03 | Christian Grothoff | Relationship added | child of 0009053 |
2025-06-05 12:05 | Christian Grothoff | Note Added: 0025145 | |
2025-06-05 12:18 | Christian Grothoff | Summary | robocop.conf works, but robotop.example.conf does not => some inputs fail to yield score, depending on sanction list and input |