Skip to content
New issue

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

What does thumb result=6001 mean ? #11

Open
fchabouis opened this issue Sep 23, 2019 · 1 comment
Open

What does thumb result=6001 mean ? #11

fchabouis opened this issue Sep 23, 2019 · 1 comment

Comments

@fchabouis
Copy link

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
Copy link
Collaborator

elanoism commented Dec 9, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants