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

0.2.15 stopped working? #149

Closed
psidnell opened this issue Apr 26, 2021 · 10 comments
Closed

0.2.15 stopped working? #149

psidnell opened this issue Apr 26, 2021 · 10 comments

Comments

@psidnell
Copy link

@psidnell psidnell commented Apr 26, 2021

On linux and iOS (the devices I have) 0.2.15 seems to have stopped working. I shows as installed but it no longer appears in the Plugin Settings.

On desktop I'm currently using 0.11.13.

Sorry - I'm quite new to obsidian - I don't know if there's a log file somewhere...

I saw no errors during upgrade.

@psidnell psidnell changed the title 0.2.15 0.2.15 stopped working? Apr 26, 2021
@psidnell
Copy link
Author

@psidnell psidnell commented Apr 26, 2021

I've manually installed 0.2.14 (just overwritten the 3 files) and that's working.

@arnonel
Copy link

@arnonel arnonel commented Apr 26, 2021

Same for me. 0.2.15 has stopped working.

@TeresaM12
Copy link

@TeresaM12 TeresaM12 commented Apr 26, 2021

0.2.15 not working with MacOs

@benhughes
Copy link

@benhughes benhughes commented Apr 26, 2021

Am experiencing issues.

Error message here:
Screenshot 2021-04-26 at 10 51 01

Seems to be happen at this line:

Screenshot 2021-04-26 at 10 51 15
where this.loadData() is returning null.

Issue is stopping the options panel from being shown
Screenshot 2021-04-26 at 10 54 50

@benhughes
Copy link

@benhughes benhughes commented Apr 26, 2021

Have been able to solve it on my machine by adding the following check.
Screenshot 2021-04-26 at 10 58 24

@devmbm
Copy link

@devmbm devmbm commented Apr 26, 2021

Thanks for the workaround @benhughes

@steve-bate
Copy link

@steve-bate steve-bate commented Apr 26, 2021

Same issue here on Windows 10. It was a first-time install into a new Obsidian installation if that's relevant.

@chi-wi
Copy link

@chi-wi chi-wi commented Apr 26, 2021

Copy Paste block by @benhughes

if (!rawSettings) {
  rawSettings = DEFAULT_SETTINGS;
}

@chhoumann
Copy link

@chhoumann chhoumann commented Apr 26, 2021

Even 0.2.14 doesn't seem to work for me. 0.2.13 seems to be the last working version.

Even with the rawSettings fix my queries wouldn't show anything. It would be able to find the files, but not parse the properties they contain.

@blacksmithgu
Copy link
Owner

@blacksmithgu blacksmithgu commented Apr 26, 2021

Ah, well, that's annoying. I think it's explicitly broken for people who haven't changed their settings, since that never saves a data.json file which this can read to check for setting migrations...

I am pushing a hotfix and releasing it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
9 participants