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

[FIX] Files/folders not uploading from Desktop app #839

Open
3 of 14 tasks
samteezy opened this issue Jul 6, 2024 · 1 comment
Open
3 of 14 tasks

[FIX] Files/folders not uploading from Desktop app #839

samteezy opened this issue Jul 6, 2024 · 1 comment
Labels
fix Fix something that isn't working as expected

Comments

@samteezy
Copy link

samteezy commented Jul 6, 2024

Describe the bug

Files and folders don't seem to be uploading from the desktop app.

To Reproduce

  1. Self-host Khoj
  2. Self-host llama 3 on different machine
  3. Download and run appimage desktop app
  4. Confirm can connect to server and process chats. Attempt to upload files. Click save.
  5. Wait a while?
  6. Querying for said data doesn't appear to retrieve anything, nothing shows in Files on the web server, and nothing shows in "Entrys" in the admin.

Screenshots

Platform

  • Server:
    • Cloud-Hosted (https://app.khoj.dev)
    • Self-Hosted Docker
    • Self-Hosted Python package
    • Self-Hosted source code
  • Client:
    • Obsidian
    • Emacs
    • Desktop app
    • Web browser
    • WhatsApp
  • OS:
    • Windows
    • macOS
    • Linux
    • Android
    • iOS

If self-hosted

Server and desktop are running both 1.15 versions

Additional context

Not really sure what to look for in the server logs or if I can get any sort of debug log from the appimage.

@samteezy samteezy added the fix Fix something that isn't working as expected label Jul 6, 2024
@sabaimran
Copy link
Member

hey @samteezy. What are you seeing in the backend when you click save on the desktop application? You should typically see some log lines indicating that a new indexing job is started.

Potentially there may be a rate limit being applied to your uploads. You can check the developer console on your desktop application to see what the network response is to the content indexing API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix something that isn't working as expected
Projects
None yet
Development

No branches or pull requests

2 participants