aoout / obsidian-epub-importer

Import EPUB files as Markdown.
MIT License
124 stars 2 forks source link

创建文件夹失败 #54

Closed MiSanl closed 6 months ago

MiSanl commented 6 months ago

%%please test the bug in a black vault first. 我要导入书籍总是报下面的错 %%if there is something on console, please upload the screenshot.

app.js:1 Uncaught (in promise) Error: File name cannot contain any of the following characters: * " \ / < > : | ?
    at Lb (app.js:1:726521)
    at t.checkPath (app.js:1:733744)
    at t.<anonymous> (app.js:1:736407)
    at app.js:1:237056
    at Object.next (app.js:1:237161)
    at app.js:1:236077
    at new Promise (<anonymous>)
    at v (app.js:1:235822)
    at t.createFolder (app.js:1:736295)
    at Xi.importEpub (plugin:epub-importer:26:855)
app.js:1 Uncaught (in promise) Error: File name cannot contain any of the following characters: * " \ / < > : | ?
    at Lb (app.js:1:726521)
    at t.checkPath (app.js:1:733744)
    at t.<anonymous> (app.js:1:736407)
    at app.js:1:237056
    at Object.next (app.js:1:237161)
    at app.js:1:236077
    at new Promise (<anonymous>)
    at v (app.js:1:235822)
    at t.createFolder (app.js:1:736295)
    at Xi.importEpub (plugin:epub-importer:26:855)

更新:已经解决了,是因为设置了保存路径的原因。。。。。我以为要设成路径,所以创建失败了