Readfile from github #3711
ksinghajit
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using document loader "github" to connect to my private repository for which I have already provided a valid token, I tested the token using curl command its working fine but on flowise I am getting error on console that says
Error: Unable to fetch repository files: 401 {"message":"Bad credentials","documentation_url":"https://docs.github.com/rest","status":"401"}
at buildFlow (/Users/AjKumar/wdts/Flowise/Flowise/packages/server/dist/utils/index.js:499:19)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async upsertVector (/Users/AjKumar/wdts/Flowise/Flowise/packages/server/dist/utils/upsertVector.js:169:32)
at async Object.upsertVectorMiddleware (/Users/AjKumar/wdts/Flowise/Flowise/packages/server/dist/services/vectors/index.js:9:16)
at async createInternalUpsert (/Users/AjKumar/wdts/Flowise/Flowise/packages/server/dist/controllers/vectors/index.js:28:29)
Beta Was this translation helpful? Give feedback.
All reactions