-
Notifications
You must be signed in to change notification settings - Fork 1
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
Crash on first run #1
Comments
Hey, thanks for bringing this to my attention! What is the output of |
44893,44445,40799 I had to install lsof for this to work. After that, I get the prompt to enter the token.
|
Ah thanks I'm going to add the lsof as a required install step. Could you show me your .env file (REDACT THE ACTUAL TOKEN) |
Ohh I finally got a token from Anytype (I don't think I got it the first time). I thought the token was the vault key. Now when I'm prompted to select a type I don't know what I'm expected to input, the number? the name? or the full string number + name? |
I got it to work! Thanks for making this. If I have more spaces, I get a type for each space, I see this:
I have to guess to which space does every number correspond. |
Ah you're right, you are supposed to input the corresponding number, I will add that. And for the space selection it currently only supports one space but I will add support for multiple spaces in the future :) |
Could you use something like https://www.npmjs.com/package/@inquirer/prompts to prompt the user for the default type? The user selects the type from the list instead of having to type it. It also avoid the "... 118 more items" problem. |
yup I'm definitely gonna do that |
I followed the instructions in the README:
I'm on void linux.
The text was updated successfully, but these errors were encountered: