Bugzilla – Bug 5845
Bad return value from CLI query
Last modified: 2007-10-18 18:26:08 UTC
(ref. support ticket # 071011-004152 ) ---Customer reports a bug in the CLI interface: "I have 122 artists in my library a CLI request that looks like: 'artists 122 10 ?' returns: 'artists 122 10 %3F count%3A122 id%3A20 artist%3AA.F.I.' The artist AFI is the first (0 index) artist in the library. The above request having an initial starting value greater than the highest index in the artist section of the library should return no entries. 'artists 122 10 %3F count%3A122' " ---He posted to forums and got this reply: "I can confirm this is a bug. I can replicate this on 7.0x so I guess it must be in 6.x as well. It's a very minor one because whatever system is sending this query is a bit stupid, since it could save itself from sending any command where index >= count. If it must send it for some reason, then its results could be ignored when receiving the command. ... Fred"
Customer also reported this as bug 5838 *** This bug has been marked as a duplicate of 5838 ***