Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 2.62 KB

troubleshooting.md

File metadata and controls

27 lines (20 loc) · 2.62 KB

English 简体中文

English

Unable to Import Books

  • Ensure the book format is supported. Please check the supported formats in the README.
  • Ensure the book file is not corrupted. You can try using other readers to confirm if the file is normal.
  • Ensure the file path does not contain special characters (such as spaces, “/”, etc.).
  • Check the device's webview version. If importing books fails, click the bottom right corner of the interface -> Settings -> More Settings -> Advanced -> Logs, scroll down, and in the last few entries, you can see something like INFO^*^ 2024-08-09 17:51:22.573971^*^ [Webview: Mozilla/5.0 (Linux; Android 13; *** Build/TKQ1.220829.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.25 Mobile Safari/537.36]:null, where Chrome/128.0.6613.25 is the webview version. If the version number is relatively low, it may cause import failures. You can try upgrading the webview version.

How to Obtain Log Files

After reproducing the issue, click on the bottom right corner of the interface: Settings -> More Settings -> Advanced -> Logs. Click the button in the top right corner to export the log file. Send the log file to the developers to help them better assist you in resolving the issue.

For some issues, you may need to first disable the "Clear logs on startup" option in the "Advanced" interface to export the log file after reproducing the issue.

简体中文

无法导入书籍

  • 确保书籍格式支持,请从README中查看支持的格式。
  • 确保书籍文件没有损坏,可以尝试使用其他阅读器确认文件是否正常。
  • 确保文件路径没有特殊字符(如空格、”/“ 等)。
  • 检查设备 webview 版本,导入书籍失败后,点击界面右下角设置 -> 更多设置 -> 高级 -> 日志,向下滑动,在最后几条中可以看到类似INFO^*^ 2024-08-09 17:51:22.573971^*^ [Webview: Mozilla/5.0 (Linux; Android 13; *** Build/TKQ1.220829.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.25 Mobile Safari/537.36]:null ,其中Chrome/128.0.6613.25 为 webview 版本,如果版本号较低,可能会导致导入失败,可以尝试升级到最新 webview 版本。

如何得到日志文件

重现问题后,点击界面右下角设置 -> 更多设置 -> 高级 -> 日志,点击右上角按钮即可导出日志文件,将日志文件发送给开发者,以便更好地帮助您解决问题。

部分问题可能需要先关闭“高级”界面的“启动时清空日志”选项,以便在重现问题后导出日志文件。