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

Bug: only the chat command seems to be working #81

Open
taurr opened this issue May 5, 2023 · 2 comments
Open

Bug: only the chat command seems to be working #81

taurr opened this issue May 5, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@taurr
Copy link

taurr commented May 5, 2023

All the commands such as Create new chat from template or Create new chat from highlighted text, only results in an error in the console:

app.js:1 Uncaught (in promise) Error: File name cannot contain any of the following characters: \ / :
    at Be (app.js:1:248617)
    at t.checkPath (app.js:1:964939)
    at t.<anonymous> (app.js:1:966824)
    at app.js:1:235927
    at Object.next (app.js:1:236032)
    at app.js:1:234948
    at new Promise (<anonymous>)
    at v (app.js:1:234693)
    at t.create (app.js:1:966712)
    at ChatTemplates.onChooseSuggestion (plugin:chatgpt-md:1182:39)

Ony, I don't have any special chars in my paths, and / can't really be removed as that is the standard separator :-)

@macdrifter
Copy link

I seem to have the same issue. The plugin throws the same error and will not create new files in any folder I specify in the configuration, including top level folders (i.e. no slashes in path)

@NickLennonLiu
Copy link

NickLennonLiu commented Jul 31, 2023

i think it's the date format you specified in settings that shouldn't include those chars, i was using YYYY-MM-DD-hh:mm, after replacing the : with - it worked again

@DenizOkcu DenizOkcu added bug Something isn't working good first issue Good for newcomers labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants