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

[Bug] Error response from Ably #5

Open
2 tasks done
axelferdinand opened this issue Apr 28, 2023 · 1 comment
Open
2 tasks done

[Bug] Error response from Ably #5

axelferdinand opened this issue Apr 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@axelferdinand
Copy link

Is this a new bug?

  • I believe this is a new bug
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

When running the app, Pinecone runs first (and works) but then this error appears in terminal:

06:53:33.619 Ably: Auth.requestToken(): token request signing call returned error; err = [ErrorInfo: Error response received from server: 404 body was: <Buffer 3c 21 44 4f 43 54 59 50 45 20 68 74 6d 6c 3e 3c 68 74 6d 6c 20 6c 61 6e 67 3d 22 65 6e 22 3e 3c 68 65 61 64 3e 3c 73 74 79 6c 65 20 64 61 74 61 2d 6e ... 2520 more bytes>] {
  code: NaN,
  statusCode: 404,
  cause: undefined
}

Expected Behavior

Connect to Ably, I guess?

Steps To Reproduce

  1. Create .env file and fill in all missing keys
  2. Launch the application with npm run dev

Relevant log output

No response

Environment

- MacOS
- Python 3.11.1

Additional Context

No response

@axelferdinand axelferdinand added the bug Something isn't working label Apr 28, 2023
@luqiang4xenera
Copy link

You can first confirm whether the application above ably has been created correctly, and the apikey has been obtained correctly, and then confirm whether the .env (note, not .env.sample) file in your project has correctly set the apikey.
A small tip: You can confirm whether the project created by ably is working normally by following the url
https://ably.com/accounts/37542/apps/59958/getting_started

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

2 participants