Troubleshooting
White screen or plain-text error
Section titled “White screen or plain-text error”If you encounter an error while the Memos page is loading, or if it remains blank, press F5 or right-click the window and select ‘Reload’.
This is caused by a stale WebView cache and also affects Memos’ Docker instances. It’s more likely to happen right after an update.
Updates
Section titled “Updates”Updater errors
Section titled “Updater errors”The easiest way to solve update issues is to download the latest release from the releases page and install it over your current version.
If the auto-updater isn’t working for your setup and the notifications are annoying, you can delay checks or disable the updater entirely in Configuration (see memospot.updater).
Memos server update issues
Section titled “Memos server update issues”If the updater fails to replace memos:
- Terminate
memosandmemospotprocesses:Terminal window [System.Diagnostics.Process]::GetProcesses() | Where-Object {$_.ProcessName -in "memospot", "memos"} | Stop-Process -Force -ErrorAction SilentlyContinueTerminal window killall memospot memos - Retry the update.
Linux-specific
Section titled “Linux-specific”For general Linux troubleshooting, run the app in the terminal to see any error messages:
memospotWhite screen or hanging on loading
Section titled “White screen or hanging on loading”If you encounter this issue, it may be due to a problem with hardware acceleration in your GPU driver. This is a common issue with Linux virtual machines.
Run the app with the WebView acceleration disabled (software rendering):
WEBKIT_DISABLE_COMPOSITING_MODE=1 memospotSluggish scrolling or typing with NVIDIA GPUs
Section titled “Sluggish scrolling or typing with NVIDIA GPUs”Run the app with explicit synchronization disabled:
__NV_DISABLE_EXPLICIT_SYNC=1 memospotEGL display-related errors
Section titled “EGL display-related errors”Run the app forcing the X11 backend:
GDK_BACKEND=x11 memospotOther graphical issues
Section titled “Other graphical issues”Run the app disabling the DMABuf renderer:
WEBKIT_DISABLE_DMABUF_RENDERER=1 memospotGLIBC errors
Section titled “GLIBC errors”You’ll have to upgrade your distribution.