omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
720 stars 39 forks source link

Error: File name cannot contain any of the following characters: \ / : #207

Closed oscaromsn closed 2 months ago

oscaromsn commented 3 months ago

Hey there!

I'm facing the error "Failed to fetch articles". At the console, shows the error "File name cannot contain any of the following characters: \ /". Looking at the line indicated on the right side, it points to the "await this.app.vault.createFolder(folderName);".

I had setup the folder structure "sources/Omnivore/{{{author}}}" and taking a look at my newsletters, actually there's an sender which name uses "/".

Is there any workaround such rename the sender within Omnivore or maybe setup an replacement for those letters when importing? I don't want to simply delete this sender.

Thank you all — this plugin help me a lot! :)

lestertay commented 3 months ago

Hey, I encountered the same issue as you. I believe #211 will be able to fix this!

oscaromsn commented 3 months ago

nice - many thanks! :D