-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cups + ipptool + duplicate attribute values #5278
Comments
Well, the job history files will always have the duplicate attributes, which is the issue that is being reported by the tool - it has no way to know which value you want reported, and the duplicate attributes are an error at the IPP protocol level. |
Well... I'm not sure I understand what do you mean : only ONE job had a duplicate value. |
We can consider changing the current behavior, but what should what behavior be? If we display a table of values, do we show an error message about the duplicate and then put the first value in the table, or do we display a placeholder "ERROR" string for any duplicates? |
From my sysadmin point of view :
|
Furthermore from what I have seen in debugging, there is a strange behaviour (but maybe I'm wrong) : |
…running in list or CSV mode (Issue #5278)
…running in list or CSV mode (Issue #5278)
Cups version 2.1.3
When requesting completed-jobs with ipptool, I've got an error « duplicate attribute ». Which prevent the tabular output to get printed.
From the xml file I have :
ipp://xxxxx:631/jobs/34335
job-originating-user-name
username
job-originating-user-name
username
I have found that this bug was referenced as #4275 and closed in 2016... but still there.
f.g.
The text was updated successfully, but these errors were encountered: