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: API GET & POST : threads/{thread_id}/messages does not work #1409

Closed
louis-jan opened this issue Jan 6, 2024 · 1 comment · Fixed by #1410
Closed

bug: API GET & POST : threads/{thread_id}/messages does not work #1409

louis-jan opened this issue Jan 6, 2024 · 1 comment · Fixed by #1410
Assignees
Labels
type: bug Something isn't working

Comments

@louis-jan
Copy link
Contributor

louis-jan commented Jan 6, 2024

Describe the bug
https://discord.com/channels/1107178041848909847/1192290527538851950/1193006192541306951

I have this error:
{"message":"Route POST:/v1/threads/jan_1704504633/messages not found","error":"Not Found","statusCode":404}
The API server is ON,and Ibeleive the url is correct, any idea?

Responses

{
  "message": "Route GET:/v1/threads/jan_1704445870/messages not found",
  "error": "Not Found",
  "statusCode": 404
}

{
  "message": "Route POST:/v1/threads/jan_1704445870/messages not found",
  "error": "Not Found",
  "statusCode": 404
}

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Screenshot 2024-01-06 at 18 10 18

Environment details

  • Operating System: [Specify your OS. e.g., MacOS Sonoma 14.2.1, Windows 11, Ubuntu 22, etc]
  • Jan Version: [e.g., 0.1.3]
  • Processor: [e.g., Apple M1, Intel Core i7, AMD Ryzen 5, etc]
  • RAM: [e.g., 8GB, 16GB]
  • Any additional relevant hardware specifics: [e.g., Graphics card, SSD/HDD]

Additional context
Add any other context or information that could be helpful in diagnosing the problem.

@louis-jan louis-jan added the type: bug Something isn't working label Jan 6, 2024
namchuai pushed a commit that referenced this issue Jan 6, 2024
Signed-off-by: James <james@jan.ai>
@louis-jan
Copy link
Contributor Author

typo in api routes:
/thread

namchuai added a commit that referenced this issue Jan 6, 2024
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants