Tags source migration for <=3.1.2 ddbbs #724
-
Contact DetailsNo response What happened?After the update, when I load a previously created database, I get this notification and the database doesn't load Here is the db file What platform were you using?Desktop Version of the plugin3.1.3 Relevant log outputplugin:dataview:19999 Uncaught (in promise) Error: Failed to parse query in 'pagePaths': Error:
-- PARSING FAILED --------------------------------------------------
> 1 | lesson
| ^
Expected one of the following:
'!', '(', '-', 'csv(', 'outgoing(', file link, string, tag ('#hello/stuff')
at DataviewApi.pagePaths (plugin:dataview:19999:19)
at DataviewApi.pages (plugin:dataview:20021:21)
at eval (plugin:dbfolder:1:338848)
at Generator.next (<anonymous>)
at eval (plugin:dbfolder:1:938)
at new Promise (<anonymous>)
at a (plugin:dbfolder:1:697)
at Jm (plugin:dbfolder:1:338753)
at eval (plugin:dbfolder:1:338472)
at Generator.next (<anonymous>) Are you using the latest version of the plugin in your Obsidian vault?
Are you check if there is a similar issue?
|
Beta Was this translation helpful? Give feedback.
Answered by
RafaelGB
Jan 3, 2023
Replies: 1 comment
-
Hello @imeed166 , Modify source_form_result: lesson per source_form_result: "#lesson" Since the multiTag feature this source could be corrupted for old ddbbs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
imed-ghomari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @imeed166 ,
Check your
source_form_result
config inside the md file.Modify source_form_result: lesson per source_form_result: "#lesson"
Since the multiTag feature this source could be corrupted for old ddbbs