What does thumb result=6001 mean ?
fchabouis opened this issue · 1 comments
fchabouis commented
Hello,
When I use the function client.getthumbs(), I see in the response that some thumbs have a result == 6001.
For example I get as a response :
14798610692|0|110x110|data:image/jpeg;base64,/9j/4AAQSkZJRgABA....
14798618754|6001|23
14798758760|0|110x110|data:image/jpeg;base64,/9j/4AAQSkZJ....
For those files, no thumb is provided, but just an integer. Here it is 23.
Can you explain to me what that means ?
I am asking this question because it seems to break the function createParser in thumbs.js
Thanks
elanoism commented
6001
means that the thumb was already received and is the 23rd (next number) thumb from the list.
createParser
should handle this correctly. Can you provide a reproduce case?