Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[BUG] 400 Client Error: Bad Request for url: https://s3.us-east-1.amazonaws.com

Open ParseDark opened this issue 2 years ago • 2 comments

Describe the bug I create a huggingface not it's have the network issue.

Error: 400 Client Error: Bad Request for url: https://s3.us-east-1.amazonaws.com/lfs.huggingface.co/repos/36/2c/362cd4772ca1a9fd07d666e19be9b736df444e38495291ed4d6fb4c4d6d7595d/a8fd120b1a0032e70ff3d4b8ab8e46a6d01c2cb08ffe7c007a021c1788928146
    at HfInference.request (/Users/hawei/.local/opt/node-v18.15.0/lib/node_modules/flowise/node_modules/@huggingface/inference/dist/index.js:452:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async HfInference.featureExtraction (/Users/hawei/.local/opt/node-v18.15.0/lib/node_modules/flowise/node_modules/@huggingface/inference/dist/index.js:291:17)
    at async RetryOperation._fn (/Users/hawei/.local/opt/node-v18.15.0/lib/node_modules/flowise/node_modules/p-retry/index.js:50:12) {
  attemptNumber: 7,
  retriesLeft: 0
}

To Reproduce Follow this diagram create a flow. : image

Expected behavior Huggingface node can success running.

Screenshots image image

Setup image

Additional context Add any other context about the problem here.

ParseDark avatar Jun 08 '23 16:06 ParseDark

Also has been create another issue in huggingface/inference: https://github.com/huggingface/huggingface.js/issues/209

ParseDark avatar Jun 08 '23 16:06 ParseDark

when running on huggingface inference api without using flowise, does it work?

HenryHengZJ avatar Jun 09 '23 10:06 HenryHengZJ

Should be fixed now

HenryHengZJ avatar Mar 25 '24 11:03 HenryHengZJ