Skip to content

Commit

Permalink
[doc] Large upload troubleshooting (ente-io#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr authored Aug 20, 2024
2 parents 38662f6 + 00eb440 commit fe82faf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ export const sidebar = [
text: "Missing thumbnails",
link: "/photos/troubleshooting/thumbnails",
},
{
text: "Large uploads",
link: "/photos/troubleshooting/large-uploads",
},
{
text: "Network drives",
link: "/photos/troubleshooting/nas",
Expand Down
28 changes: 28 additions & 0 deletions docs/docs/photos/troubleshooting/large-uploads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Large uploads
description: Ente Photos and large (multi TB) uploads
---

# Large uploads

Some customers have reported an issue where their desktop app seems to get stuck
when they are trying to do the initial upload of multi-TB libraries.

A telltale sign of this is that app would seem to freeze during the upload, and
then restart again from the same state. If you were to look in the logs, you
would notice messages around the "renderer process crashing".

When this happens, you'll notice in the logs that it crashes when trying to
upload some specific large video, or a set of specific large videos.

As a workaround, you can **put these videos in a separate folder, complete the
rest of your upload, and then later upload this folder**.

Another alternative is to drag and drop the folder you are trying to upload into
the app instead of adding a folder watch or uploading a zip. This works better
because during a drag and drop, the app has direct access to the files via
browser APIs instead of going via the file system.

Note that the app will detect and skip over already uploaded items into an
album, so dragging and dropping the same folder again to upload to the same
album is fine.

0 comments on commit fe82faf

Please sign in to comment.