mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-25 04:54:07 +01:00
* Update ServerConfig.kt * Update ConversionUtil.kt * Update Page.kt * Update ServerConfig.kt fixed deletions caused by ide * Update ServerConfig.kt * Update ServerConfig.kt * Cleanup * Post-processing terminology * More comments * Lint * Add known image mimes * Fix weird mime set/get * Implement different downloadConversions and serveConversions * Lint * Improve Post-Processing massivly * Fix thumbnail build * Use Array for headers * Actually fix headers * Actually fix headers 2 * Manually parse DownloadConversion * Cleanup parse * Fix write * Update TypeName * Optimize imports * Remove header type * Fix build --------- Co-authored-by: Syer10 <syer10@users.noreply.github.com>
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
## General Troubleshooting
|
|
This guide will try to fix Suwayomi by reseting it to a clean installation state.
|
|
|
|
- Make sure you have a recent backup of your library or create one in the app (if possible) because we **are going to wipe all Suwayomi data**.
|
|
- Make sure Suwayomi is not running (right click on tray icon and quit or kill it through the way your Operating System provides)
|
|
- Clear all browsing data on your browser if you use Suwayomi from a browser.
|
|
- Delete the Suwayomi data directory located below and re-run the app.
|
|
|
|
Note: Replace `<Account>` with the currently logged in account/username on your pc.
|
|
|
|
On Mac OS X : `/Users/<Account>/Library/Application Support/Tachidesk`
|
|
|
|
On Windows XP : `C:\Documents and Settings\<Account>\Application Data\Local Settings\Tachidesk`
|
|
|
|
On Windows 7 and later : `C:\Users\<Account>\AppData\Local\Tachidesk`
|
|
|
|
On Unix/Linux : `/home/<account>/.local/share/Tachidesk`
|
|
|
|
- In the case that you have to periodically perform this fix or the problem persists or the method failed to fix it, open an issue or Join the [Suwayomi discord server](https://discord.gg/DDZdqZWaHA) to hang out with the community and to receive support and help.
|