#6 Spurious error message when requesting for an ACL
Closed: Fixed None Opened 12 years ago by ppisar.

I have no entry for perl-Template-Tiny commit f15, I do request:

{{{
$ ./pkgdb.py --user ppisar request perl-Template-Tiny commit f15
Password:
Error: tuple index out of range
}}}

and got the error message. Fortunately, the client request succeeds on server and I get the ACL in subsequent ACL listing.

It would be good to investigate what's wrong to remove the error message.

This can be connected with another problem: I did {{{./pkgdb.py --user ppisar request perl-Template-Tiny commit all}}} before and I got ''500 Internal server error'' and nothing changed in the database.


Error: tuple index out of range
This is an error in the output. I tried to fix it in https://fedorahosted.org/packagedb-cli/changeset/eea52b48c00a8b9fefc722f45ddfce953eb90092

500 Internal server error
This is normally an error in pkgdb itself but in the present case I think that's because the branch = 'all' wasn't there :-)
Should be fixed in https://fedorahosted.org/packagedb-cli/changeset/65cc8cf632d73a0427fde4ff2a63cf91832e79cc

Login to comment on this ticket.

Metadata