-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error: You don't have an Authors database. Exiting. #38
Comments
(EDIT: hit enter too soon) Update: The First, I see an error that both the field "Title" doesn't exist and `paperpile-notion articles:sync references.bib -c .config/paperpile-notion/config.js`
After changing Title field of `Articles` from `Name` to `Title`, the database starts filling and I see only the error `Authors is expected to be relation`
But the I stopped that process with Ctrl-C to try
And then I try to clean the
|
Hello, Install Yarn
Use
|
Hello,
Hope you are doing well! I am having trouble getting the
databases
configuration right, and I'm not sure what I'm doing wrong.Any
paperpile-notion
command causes the error,You don't have an Authors database
:Here is my config:
Here is the Authors database in Notion:
![image](https://user-images.githubusercontent.com/806256/196249758-b71d35ae-88d1-40e2-bfca-0cf6446c3154.png)And here is the Articles database in Notion:
![image](https://user-images.githubusercontent.com/806256/196249869-c49759f5-d095-465b-809a-d9a7de36decb.png)Both have the Paperpile jmuchovej/paperpile-notion connection/integration:
![image](https://user-images.githubusercontent.com/806256/196250376-dfb81c0e-aa15-4259-af71-df6719cb04fb.png)Looking at
setupDBs
here:paperpile-notion/src/config.ts
Line 122 in b7338b6
What I see is that some assumptions are made about the "Authors" and "Articles" databases. For example, it seems that
name
is the primary key for Authors, while mine uses title caseName
. Changing toname
in the Authors database creates the same error. I'm not able to understand what is invalid about my Authors database.Is there a way to run only the config script to understand how the tool is interpreting the configuration, and validating it? And/or could you provide empty Notion templates of example
Authors
andArticles
databases to get started?Thank you!
Warmest,
Olga
EDIT: even if I make the databases publicly viewable, the same "You don't have an Authors database" error occurs
The text was updated successfully, but these errors were encountered: