Open Amparose opened 2 years ago
@Amparose It does sound like you are doing it right, but when I try the same in Alfred 5.0.1 it works like expected.
Could you open the Alfred settings, go to Workflows and the Raindrop workflow, and click the debugging mode icon in the top right corner and check what it says in the prompt that displays in the bottom of the window when you try the same thing in the workflow? This will hopefully give more information about what is causing the issue.
Thanks for quick response @westerlind as I am super keen to get this working. It happens on both M1 and Intel machines.
In the debug, after displaying the search filter object it shows this when I press enter on a collection called "_dashboard":
[11:23:55.062] Search Raindrop.io[Script Filter] Processing complete
[11:23:55.062] Search Raindrop.io[Script Filter] Passing output '_dashboard ' to Conditional
[11:23:55.063] Search Raindrop.io[Conditional] Processing complete
[11:23:55.063] Search Raindrop.io[Conditional] Passing output '_dashboard ' to Arg and Vars
[11:23:55.064] Search Raindrop.io[Arg and Vars] Processing complete
[11:23:55.064] Search Raindrop.io[Arg and Vars] Passing output '' to Script Filter
@Amparose Does the debugging log end with that, or is there something more after that? That is strange in that case, because it looks like there is not really an error, and that it correctly starts the process of listing content of the collection, but that it just stops right before doing a search for bookmarks in this collection for no apparent reason.
Did it work in Alfred 5.0?
I have tried to reproduce this in different ways, but have not been able to make the same thing happen.
What I have found, though, is that if a collection is empty and does not have any bookmarks in it, there will be an error in the debug log and nothing will display at all in Alfred, but in that case something will still happen and you end up with no results in the list at all. There should still be an option to go back when a collection is empty, which I will fix, but this does not seem to be the issue you are having as far as I can tell?
There is nothing after that last line. Very strange that you can't reproduce; I have this happening on two machines, although they are set up similarly (one on Big Sur and the other is Monterey). I have only tried it in Alfred 5.0.1. The collection is definitely not empty. I have tried other folders and tags and get the same although a tag doesn't even seem to pass the name (this was "macOS"):
[19:29:37.245] Search Raindrop.io[Script Filter] Processing complete
[19:29:37.246] Search Raindrop.io[Script Filter] Passing output '' to Conditional
[19:29:37.246] Search Raindrop.io[Conditional] Processing complete
[19:29:37.246] Search Raindrop.io[Conditional] Passing output '' to Script Filter
Anything else I can try to get more info?
@Amparose Is this problem still occurring in the latest release now?
In Alfred 5.0.1 if I press enter with a collection or tag selected nothing happens. From your instructions, I assume this is a bug (unless I am doing something incorrectly)?