runbox7 icon indicating copy to clipboard operation
runbox7 copied to clipboard

#Index: Failed to load index files on initial index synchronization

Open gtandersen opened this issue 2 years ago • 4 comments

Describe the bug Sometimes the index file(s) download fails with this type of error: Failed to load https://runbox.com/mail/download_xapian_index?fileno=3. A ServiceWorker intercepted the request and encountered an unexpected error.

Object { headers: {?}, status: 200, statusText: "OK", url: "https://runbox.com/mail/download_xapian_index?fileno=3", ok: false, name: "HttpErrorResponse", message: "Http failure during parsing for https://runbox.com/mail/download_xapian_index?fileno=3", error: abort }

The error is not consistent for the same account without reindexing, so it appears to be a problem with the transfer and not the files themselves.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://runbox.com/app
  2. Click "Synchronize index"
  3. Observe above error

Expected behavior The index files should download without any error.

Desktop (please complete the following information):

  • OS: macOS
  • Browser: Firefox 96.0.3

gtandersen avatar Feb 09 '22 17:02 gtandersen

Not seen this issue recently.

gtandersen avatar Oct 26 '22 12:10 gtandersen

This is occurring again in Firefox on macOS with this error:

Http failure response for https://runbox.com/mail/download_xapian_index?fileno=4: 0 Unknown Error

The download succeeded after multiple attempts.

gtandersen avatar Nov 05 '22 20:11 gtandersen

This could be alleviated if the index download would automatically resume when it fails.

gtandersen avatar May 04 '23 09:05 gtandersen

See also #1046.

gtandersen avatar May 04 '23 09:05 gtandersen