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

Request to this.path failed with status code 403 #733

Open
2 of 5 tasks
narayan-khanna opened this issue May 2, 2024 · 0 comments
Open
2 of 5 tasks

Request to this.path failed with status code 403 #733

narayan-khanna opened this issue May 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@narayan-khanna
Copy link

narayan-khanna commented May 2, 2024

System Info

throw new Error("Request to " + this.path + " failed with status code " +
^

Error: Request to https://tfhub.dev/tensorflow/tfjs-model/universal-sentence-encoder-lite/1/default/1/model.json?tfjs-format=file failed with status code 403. Please verify this URL points to the model JSON of the model to load.

Environment/Platform

  • Website/web-app
  • Browser extension
  • Server-side (e.g., Node.js, Deno, Bun)
  • Desktop app (e.g., Electron)
  • Other (e.g., VSCode extension)

Description

throw new Error("Request to " + this.path + " failed with status code " +
^

Error: Request to https://tfhub.dev/tensorflow/tfjs-model/universal-sentence-encoder-lite/1/default/1/model.json?tfjs-format=file failed with status code 403. Please verify this URL points to the model JSON of the model to load.

Reproduction

@tensorflow-models/universal-sentence-encoder": "^1.3.3",

import * as sentenceEncoder from "@tensorflow-models/universal-sentence-encoder";

const modelPromise = sentenceEncoder.load()

@narayan-khanna narayan-khanna added the bug Something isn't working label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant