Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant' open epub file for NeatReader #65

Open
fssdfhsdfsdk opened this issue Jul 24, 2024 · 1 comment
Open

Cant' open epub file for NeatReader #65

fssdfhsdfsdk opened this issue Jul 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@fssdfhsdfsdk
Copy link

Description

Cant' open epbu file for NeatReader, no error report, nothing happened

Extension Version

0.10.0

VS Code Version

Version: 1.83.1 (user setup)
Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc
Date: 2023-10-10T23:48:05.904Z
Electron: 25.8.4
ElectronBuildId: 24154031
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Windows_NT x64 10.0.19043

Extension Settings

    {
      "extensionName": "epub",
      "apps": [
        {
            "title": "Neat", 
            "openCommand": "C:\\Program Files (x86)\\NeatReader\\NeatReader.exe",
            "args": [
              "${file}"
            ]
        }
      ]
    },

Logs, Notifications, Screenshots, Screen Recording etc

...

@fssdfhsdfsdk fssdfhsdfsdk added the bug Something isn't working label Jul 24, 2024
@fssdfhsdfsdk
Copy link
Author

fssdfhsdfsdk commented Jul 24, 2024

I have solved by this config, also need set NeatReader for default for epub:

This is a error config,but can open, why?
side-effect: only can open lang=en path name file, cant open lang=zh path name file.

"[1].apps[0].args[1]" is not allowed to be empty
Your extension configuration format isn't correct!
        {
          "extensionName": "epub",
          // apps can be Object array or just the command you can access from shell
          "apps": [
            {
                "title": "Neat", 
                "openCommand": "C:\\Program Files (x86)\\NeatReader\\NeatReader.exe",
                "args": [
                  "${file}",
                  ""
                ]
            }
          ]
        },

@fssdfhsdfsdk fssdfhsdfsdk changed the title Cant' open epbu file for NeatReader [solved] Cant' open epbu file for NeatReader Jul 24, 2024
@fssdfhsdfsdk fssdfhsdfsdk changed the title [solved] Cant' open epbu file for NeatReader [solved] Cant' open epub file for NeatReader Jul 24, 2024
@fssdfhsdfsdk fssdfhsdfsdk changed the title [solved] Cant' open epub file for NeatReader Cant' open epub file for NeatReader Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant