kometenstaub / linked-data-vocabularies

Add linked data to the YAML of your Obsidian notes.
MIT License
86 stars 2 forks source link

Problem with generating Linked Data vocabularies #16

Closed ghost closed 2 years ago

ghost commented 2 years ago

I have installed both the Linked Data Vocabularies and the Linked Data Helper. I cannot get the Linked Data helper to generate the necessary data for Linked Data vocabularies from the extracted zip file lcsh.both.ndjson

The plugin accepts anything I put on the “linked data helper settings”. Then, when I press start conversion, it gives a message saying that it will take a while and then nothing happens. My folder for the three JSON files to be generated is default, and the directory exists. I have tried different location for the extracted zip file lcsh.both.ndjson but same result. There is no error message. Just nothing happens, other than the message saying that it will take a while.

Environment Operating system: Windows 11 Obsidian version: V0.12.19 (up to date)

kometenstaub commented 2 years ago

Are there any errors in the console after you start the conversion? (Ctrl + Shift + i opens the console)

The only thing I can think of right now is that the absolute path to the file is not correct. (It fails silently, it only shows the error in the console, there's no visible notice at the moment.)

If there are no errors, how long did you wait? On my machine it takes around 30 seconds, if it's a laptop it might take more time.

ghost commented 2 years ago

Thank you, there was something wrong with the path. I did no know about the console 😊

Best regards, Inge

From: kometenstaub @.> Sent: 19 December 2021 12:33 To: kometenstaub/obsidian-linked-data-vocabularies @.> Cc: Inge Wertwijn @.>; Author @.> Subject: Re: [kometenstaub/obsidian-linked-data-vocabularies] Problem with generating Linked Data vocabularies (Issue #16)

Are there any errors in the console after you start the conversion? (Ctrl + Shift + i opens the console)

The only thing I can imagine is that the absolute path to the file is not correct. (It fails silently, it only shows the error in the console, there's no visible notice at the moment.)

If there are no errors, how long did you wait? On my machine it takes around 30 seconds, if it's a laptop it might take more time.

— Reply to this email directly, view it on GitHub <https://github.com/kometenstaub/obsidian-linked-data-vocabularies/issues/16

issuecomment-997376163> , or unsubscribe

https://github.com/notifications/unsubscribe-auth/ACUMR3LKYSJJ3CVRNTH3ZBLUR W7G3ANCNFSM5KLXLVDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&m t=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=u tm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . You are receiving this because you authored the thread. https://github.com/notifications/beacon/ACUMR3MXSATPGYPLNYO4GN3URW7G3A5CNFS M5KLXLVD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHNZMBIY .gif Message ID: @. om @. ithub.com> >

kometenstaub commented 2 years ago

It's good to hear that that was the issue.

I've implemented better error handling now. If the path isn't correct, it will show a notice starting from v0.1.2 for the Helper plugin.