[GH-ISSUE #2761] [BUG]: Error thrown while calling application api #1774

Closed
opened 2026-02-22 18:26:28 -05:00 by yindo · 1 comment
Owner

Originally created by @Vinoth-kumar-Ganesan on GitHub (Dec 3, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2761

How are you running AnythingLLM?

Docker (local)

What happened?

image (13)

I encountered an error when calling the API endpoint: http:///api/ext/github/repo.

My objective is to automate the process of adding multiple repositories using this API. However, the issue arises during the execution, preventing the automation from working as intended.

Could you provide guidance on resolving this issue?

Are there known steps to reproduce?

No response

Originally created by @Vinoth-kumar-Ganesan on GitHub (Dec 3, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2761 ### How are you running AnythingLLM? Docker (local) ### What happened? ![image (13)](https://github.com/user-attachments/assets/db40516d-9b2f-4a63-9f7e-3ef97b58d2c5) I encountered an error when calling the API endpoint: http://<domain>/api/ext/github/repo. My objective is to automate the process of adding multiple repositories using this API. However, the issue arises during the execution, preventing the automation from working as intended. Could you provide guidance on resolving this issue? ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:26:28 -05:00
yindo closed this issue 2026-02-22 18:26:28 -05:00
Author
Owner

@timothycarambat commented on GitHub (Dec 4, 2024):

http:///api/ext/github/repo is obviously not valid, what settings are you putting into the data connector field? Or, what this issue seems like is that you are trying to send a POST request directly to this endpoint without using the UI?

If you are doing the latter that isn't supported but if you capture a request send via the UI you can just edit and replay it with new params each time and it will work ok

@timothycarambat commented on GitHub (Dec 4, 2024): `http:///api/ext/github/repo` is obviously not valid, what settings are you putting into the data connector field? Or, what this issue seems like is that you are trying to send a POST request directly to this endpoint without using the UI? If you are doing the latter that isn't supported _but_ if you capture a request send via the UI you can just edit and replay it with new params each time and it will work ok
yindo changed title from [BUG]: Error thrown while calling application api to [GH-ISSUE #2761] [BUG]: Error thrown while calling application api 2026-06-05 14:42:37 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1774