mrhan1993 / Fooocus-API

FastAPI powered API for Fooocus
GNU General Public License v3.0
558 stars 148 forks source link

Worker error: not enough values to unpack #102

Closed ardha27 closed 8 months ago

ardha27 commented 8 months ago

Worker error: not enough values to unpack (expected 2, got 1) [Task Queue] Finish task with error, seq=1

sorry i duplicate it, because i can't find solution on old issue

mrhan1993 commented 8 months ago

need more info, command line output, your request data and enpoint

konieshadow commented 8 months ago

@ardha27 Could you share your request parameters?

ardha27 commented 8 months ago

I fix it, so it looks like aspect ratio parameter need unique "x" symbol and if i change it, it return error

konieshadow commented 8 months ago

@ardha27 You can use *, x or ×.

ardha27 commented 8 months ago

Thank you

bsormagec commented 8 months ago

I fix it, so it looks like aspect ratio parameter need unique "x" symbol and if i change it, it return error

When I try to use a small x, it crashes. It seems to have a different Unicode.

konieshadow commented 8 months ago

@bsormagec Could you try with latest version?