10 Replies
Full log:
https://pastebin.com/raw/pH3Ht89w
hmm
What is your docker-compose file look like?
Compose
https://pastebin.com/iL6ePTPw
Pastebin
version: "3.9"# swarm deployment extensionx-deploy-swarm: &deploy_s...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Are there any server logs? It almost looks like the image path passed to the ML container was empty
I see a lot of this message from microservices:
That'll correspond to the other error you posted.
You don't see any errors related to thumbnail generation?
Might be worth updating to 1.50. I know in that version we print out the asset id for failures which you can use to find the path and make sure it exists.
Not seeing anything thumbnail related. I'll give 1.50 a go.
It looks like the stack trace, from what I can tell, it is unable to open the provided input file. So either it is null or otherwise invalid, or it refers to an file that doesn't exist on disk
I've only seen that locally when I have deleted files directly from disk
And of course v1.50.1 appears to just be working without issue.
Lol
I know in 1.50 the is a check for an thumbnail path. Not sure if the previous version had that or not