We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
6001 means that the thumb was already received and is the 23rd (next number) thumb from the list.
6001
createParser should handle this correctly. Can you provide a reproduce case?
createParser
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: