View Issue Details

IDProjectCategoryView StatusLast Update
0010072Talerrobocoppublic2025-06-05 12:18
ReporterChristian Grothoff Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version1.0 stretch goals 
Summary0010072: some inputs fail to yield score, depending on sanction list and input
DescriptionWhen 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.
TagsNo tags attached.

Relationships

child of 0009053 assignedChristian Grothoff add support for automated sanction list processing [2d] / 8.6.25 

Activities

Christian Grothoff

2025-06-05 12:05

manager   ~0025145

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.

Issue History

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