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

It just stopped working after update #210

Open
3 of 7 tasks
polyinnovator opened this issue Jan 3, 2025 · 5 comments
Open
3 of 7 tasks

It just stopped working after update #210

polyinnovator opened this issue Jan 3, 2025 · 5 comments
Labels
insufficient info Not enough information provided type: bug Something isn't working

Comments

@polyinnovator
Copy link

Please check that this issue hasn't been reported before.

  • I searched previous Bug Reports didn't find any similar reports.

Expected Behavior

I made my hotkey nice and simple so that it wouldn't compete with any other function, so I know its not that.

It doesn't even pull up a notification whether or not something failed. I've done it through the command as well, just in case the hotkey is being weird.

Current behaviour

The command to save on the clipboard isn't working at all. No matter the content type.

Steps to reproduce

I can't tell you how to reproduce it, but I did reinstall the plugin completely just in case. And it is still not working.

Which Operating Systems are you using?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Obsidian Version

1.7.7

Plugin Version

0.10.1

Checks

  • I have tried it with all other plugins disabled and the error still occurs

Possible solution

No response

@polyinnovator polyinnovator added the type: bug Something isn't working label Jan 3, 2025
@adamluckdev
Copy link
Collaborator

Press CTRL + Shift + I to open the inspect sidebar and check console output if there is any error or warning messages.

@adamluckdev adamluckdev added the insufficient info Not enough information provided label Jan 4, 2025
@polyinnovator
Copy link
Author

polyinnovator commented Jan 4, 2025 via email

@polyinnovator
Copy link
Author

Finally an error came up
image

5app.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase')
at eval (plugin:awesome-reader:47377:26)
at t.tryTrigger (app.js:1:723006)
at t.trigger (app.js:1:722939)
at t.trigger (app.js:1:2189762)
at t.openFileContextMenu (app.js:1:2571454)
at HTMLDivElement.s (enhance.js:1:10774)
app.js:1 Error: Destination file already exists!
at e. (app.js:1:536185)
at app.js:1:237228
at Object.next (app.js:1:237333)
at a (app.js:1:236051)
(anonymous) @ app.js:1
2index.html:1 Uncaught illegal access
6app.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase')
at eval (plugin:awesome-reader:47377:26)
at t.tryTrigger (app.js:1:723006)
at t.trigger (app.js:1:722939)
at t.trigger (app.js:1:2189762)
at t.openFileContextMenu (app.js:1:2571454)
at HTMLDivElement.s (enhance.js:1:10774)

@adamluckdev
Copy link
Collaborator

According to console output, error is caused by awesome-reader plugin, not by ReadItLater.

@polyinnovator
Copy link
Author

Yeah I see that now, I think I just saw "read" and I thought it was this. Like I said before there are no errors for readitlater, and I even turned off reader plugin and tested it again.

So I really don't know what readitlater just suddenly stopped working. Its as if the action isn't even being initiated because if it was then it would case an error.

I will say in that error log there are two thins that state its reader plugin, but in between there are two erros that have a different app.js file name, which leads me to think maybe that one is readitlater

app.js:1 Error: Destination file already exists!
at e. (app.js:1:536185)
at app.js:1:237228
at Object.next (app.js:1:237333)
at a (app.js:1:236051)
(anonymous) @ app.js:1
2index.html:1 Uncaught illegal access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
insufficient info Not enough information provided type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants