I am grabbing matches for quite a few series (~3000) and have noticed that occasionally the returned result on a volume search has issues with some of the attributes showing up as a VolumeResult object instead of a string. I'm not sure if this is enough info, but the last line of output from my script is the error I'm getting.
There was an error processing Volume search for Doctor Who Magazine (1979):
sequence item 0: expected str instance, VolumeResult found
The only attributes I'm using from the VolumeResult are name, startyear, publisher.name, id, issue_count.
I'm not sure if this is a bug or a user error, but I can't see what I'm missing that would make 1 out of every 50-100 series searches return this.
I am grabbing matches for quite a few series (~3000) and have noticed that occasionally the returned result on a volume search has issues with some of the attributes showing up as a VolumeResult object instead of a string. I'm not sure if this is enough info, but the last line of output from my script is the error I'm getting.
The only attributes I'm using from the VolumeResult are name, startyear, publisher.name, id, issue_count.
I'm not sure if this is a bug or a user error, but I can't see what I'm missing that would make 1 out of every 50-100 series searches return this.