Vero Posted July 14, 2022 Posted July 14, 2022 @toxman Can you check that you're on the latest version (Alfred 5.0 build 2057)?
vitor Posted July 14, 2022 Posted July 14, 2022 Welcome @toxman, I’ve opened a pull request to fix this. At the bottom of the post there’s a link to the fixed Workflow. andreas.w 1
andreas.w Posted July 14, 2022 Author Posted July 14, 2022 (edited) The issues with opening links in Alfred 5 is now fixed in version 2.0.7, which you can get here. This version also adds support for the browsers Arc and Sidekick, and fixes some encoding issues when saving bookmarks. Thanks @vitor for the help with fixing the Alfred 5 issue! Edited July 14, 2022 by andreas.w vitor 1
dyab Posted October 22, 2022 Posted October 22, 2022 (edited) Hey there, Recently, when i remembered that i have this amazing Raindrop Alfred workflow on my computer, i wanted to have a new try with it, but i experienced some errors in the trials. Below is what comes from the Alfred Workflow debugging console when i try to search with the term "design" as an example : would you guys have any clues on what is (not) going on please ? Have a good one, D. PS: Config wise, in am under Mac OS 10.15.7 with Alfred 5 and the 2.0.7 version of the workflow [14:06:57.630] Search Raindrop.io[Script Filter] Queuing argument '(null)' [14:06:58.760] Search Raindrop.io[Script Filter] Script with argv '(null)' finished [14:06:58.763] STDERR: Search Raindrop.io[Script Filter] 🍺 14:06:57 workflow.go:328: ----- Search Raindrop.io/2.0.7 (AwGo/0.27.1) ----- 14:06:58 feedback.go:509: Sent 2 result(s) to Alfred 14:06:58 workflow.go:405: ------------------ 772.29906ms ------------------- [14:06:58.764] Search Raindrop.io[Script Filter] { "variables": { "AW_SESSION_ID": "N5A3RSYU0AT4REF85O0SAC46" }, "items": [ { "title": "Search your Raindrop.io bookmarks", "subtitle": "Or press enter to open Raindrop.io", "arg": "https://app.raindrop.io/", "valid": true, "variables": { "goto": "open" }, "mods": { "alt": { "arg": "https://app.raindrop.io/", "subtitle": "Or press enter to open Raindrop.io", "variables": { "goto": "open" } } } }, { "title": "Browse your Raindrop.io collections", "subtitle": "", "valid": true, "icon": { "path": "folder.png" }, "variables": { "goto": "browse" }, "mods": { "alt": { "subtitle": "", "variables": { "goto": "browse" } } } } ] } [14:07:08.769] Search Raindrop.io[Script Filter] Queuing argument 'design' [14:07:10.150] Search Raindrop.io[Script Filter] Script with argv '(null)' finished [14:07:10.155] STDERR: Search Raindrop.io[Script Filter] 🍺 14:07:09 workflow.go:328: ----- Search Raindrop.io/2.0.7 (AwGo/0.27.1) ----- 14:07:10 feedback.go:509: Sent 0 result(s) to Alfred 14:07:10 workflow.go:405: ------------------ 1.031134258s ------------------ [14:07:10.156] Search Raindrop.io[Script Filter] /**** Unexpected response from server **** Bad Request ***********************************/ /**** Unexpected response from server **** Bad Request ***********************************/ { "variables": { "AW_SESSION_ID": "N5A3RSYU0AT4REF85O0SAC46" }, "items": null } [14:07:10.157] ERROR: Search Raindrop.io[Script Filter] JSON error: JSON text did not start with array or object and option to allow fragments not set. in JSON: /**** Unexpected response from server **** Bad Request ***********************************/ /**** Unexpected response from server **** Bad Request ***********************************/ { "variables": { "AW_SESSION_ID": "N5A3RSYU0AT4REF85O0SAC46" }, "items": null } Edited October 22, 2022 by dyab
andreas.w Posted October 22, 2022 Author Posted October 22, 2022 (edited) Hi @dyab I answered this on GitHub here: https://github.com/westerlind/alfred-raindrop-search/issues/19 The quick summery is that I think it is possible that it might be possible to solve this issue by forcing a log out and then log in to Raindrop again the next time you use the workflow, which you can do by removing the raindrop-search object from Keychain Access. Edited October 22, 2022 by andreas.w dyab 1
kibbles Posted March 15, 2023 Posted March 15, 2023 (edited) Hi there! I love this workflow but I was wondering if there's a way to make it faster like caching it so the results will return quicker? Thanks! Edited March 15, 2023 by kibbles
jstncwlcx Posted May 16, 2023 Posted May 16, 2023 This workflow has been working for me for a very long time, but it suddenly stopped working correctly this morning. I had to reauthenticate, which seemed to work fine. If I do the ra command, it will still allow me to add new bookmarks. However, when I type r, to search for a bookmark, it no longer allows a search, it just says 'Search Your Raindrop.io bookmarks', and gives me an option to open the app page in my web browser. Is anyone else experiencing this? I'm using Alfred 5 with a Powerpack. I'm using 2.0.7, which is listed as the most up to date version of the workflow. Any help is greatly appreciated. kibbles 1
kibbles Posted June 16, 2023 Posted June 16, 2023 On 5/17/2023 at 2:54 AM, jstncwlcx said: This workflow has been working for me for a very long time, but it suddenly stopped working correctly this morning. I had to reauthenticate, which seemed to work fine. If I do the ra command, it will still allow me to add new bookmarks. However, when I type r, to search for a bookmark, it no longer allows a search, it just says 'Search Your Raindrop.io bookmarks', and gives me an option to open the app page in my web browser. Is anyone else experiencing this? I'm using Alfred 5 with a Powerpack. I'm using 2.0.7, which is listed as the most up to date version of the workflow. Any help is greatly appreciated. having the same exact issue T_T
heyJoeCampbell Posted August 15, 2023 Posted August 15, 2023 I am unable to get the workflow to connect to my Raindrop.io account. Any suggestions?
andreas.w Posted August 22, 2023 Author Posted August 22, 2023 Hi @heyJoeCampbell, @kibbles and @jstncwlcx I think that the workflow should have your issues fixed in the latest version, so check if it works better if you upgrade. https://github.com/westerlind/alfred-raindrop-search/releases
heyJoeCampbell Posted August 22, 2023 Posted August 22, 2023 I installed v2.0.9, but that did not seem to help. There's still no connection to my actual account.
andreas.w Posted August 22, 2023 Author Posted August 22, 2023 @heyJoeCampbell Are you getting any error message, or some other hint of what might be going on?
heyJoeCampbell Posted August 22, 2023 Posted August 22, 2023 No error message. Blank when I try to search for a bookmark. When I add a bookmark it does not give the option to select a collection (likely do to it not properly connecting to Raindrop.io). I receive a notification as it would with a successful addition, but when I search on the Raindrop.io website, the bookmark is not available.
andreas.w Posted August 22, 2023 Author Posted August 22, 2023 Try to open Keychain Access and search for raindrop there, and remove the item that matches this workflow, and then open the workflow again and try to search or add a bookmark. If you do that, you should get to re-authenticate, and hopefully thay will fix the problem.
hoffjero Posted August 22, 2023 Posted August 22, 2023 (edited) Hi @andreas.w It will probably become really tiresome but I seem to be having the same problem. I have read through all the messages here, but I keep getting stuck. I uninstalled the workflow I deleted the keychain item (without using the search field, otherwise it does not delete the item)** I reinstalled the workflow (2.0.9) I authenticated the workflow typed "r ch" and instantly receive the error "interface conversion: interface {} is nil, not float64" Hope you can help me out! ** as per advice on https://discussions.apple.com/thread/253223496 Edited August 22, 2023 by hoffjero typo
etaming Posted September 8, 2023 Posted September 8, 2023 Is there anyway to configure this so that any search inquiry will also search inside of raindrop? I find it harder to switch away from my chrome bookmarks because it's a little difficult to remember the "ra" key to enter
andreas.w Posted September 9, 2023 Author Posted September 9, 2023 On 9/8/2023 at 4:11 PM, etaming said: Is there anyway to configure this so that any search inquiry will also search inside of raindrop? I find it harder to switch away from my chrome bookmarks because it's a little difficult to remember the "ra" key to enter No, there isn't (at least not that I'm aware of). What is possible though, and how I have been using this workflow myself, is to bind it to any keyboard shortcut you want, so that you get directly to the Raindrop searching (or adding a bookmark) without having to go through standard Alfred first. I have for example been using it like this: Trigger Alfred: cmd+space Trigger Alfred Raindrop Search: option+space Trigger Alfred Raindrop Add Bookmark: cmd+option+space But you can of course configure it to what you prefer. If you go to this workflow in the Alfred settings, the object that you will need to double click to set the shortcuts are the two green ones with a white field in them, up in the top left corner. (There is a description of this below these objects too). You can also change the "r" and "ra" keywords to anything you like (so that you can use something that you remember more easily) at about the same place in the configuration (you will see the green objects with "r" and "ra" as titles.
etaming Posted September 27, 2023 Posted September 27, 2023 Hey @andreas.w, Loving the Raindrop.io extension for Alfred, but I've got a question about making it even more seamless. Is there a way to configure it so that I don't have to use a specific shortcut to search my Raindrop bookmarks? I'm the type who tends to just start typing what I'm looking for in Alfred, forgetting to use any designated shortcuts. It'd be a game-changer if Alfred could automatically query my Raindrop.io bookmarks without needing to use a specific function or keyword. Would really appreciate some insights. Cheers!
zumine Posted December 16, 2023 Posted December 16, 2023 As of today, the extensions is no longer working for me. It states that I'm not authenticated and when I click on "agree" on the permission page it loads a blank page with the word "Forbidden". I've tried to reinstall the extension, to log out of raindrop and I even tried to remove the password from the keychain. Please advise!
mrwynn Posted March 25, 2024 Posted March 25, 2024 Sweet workflow! I'm runnign into a weird quirk when I try to add a bookmark. When I type in "ra" followed by a space Alfred searchs my contacts for "ra". Any idea how to handle this? Appreciated!
andreas.w Posted March 26, 2024 Author Posted March 26, 2024 On 3/25/2024 at 8:39 PM, mrwynn said: I'm runnign into a weird quirk when I try to add a bookmark. When I type in "ra" followed by a space Alfred searchs my contacts for "ra". Any idea how to handle this? Appreciated! It's hard to tell what might be the reason for this without more context, but you could go to the the Raindrop workflow and check if it says "ra" where I marked that with red in the screenshow below. That is where the code word that by default is set to "ra" is configured, and you could change it to anything by double clicking that box and change the setting for it there. One thing you could do, and which is what I do myself, is to set up keyboard shortcuts for searching a bookmark or adding a bookmark, which you can also see in the screenshow below on the left side. Double click those boxes to set your own shortcuts if that seems like a good solution for you.
mrwynn Posted March 26, 2024 Posted March 26, 2024 2 hours ago, andreas.w said: It's hard to tell what might be the reason for this without more context, but you could go to the the Raindrop workflow and check if it says "ra" where I marked that with red in the screenshow below. That is where the code word that by default is set to "ra" is configured, and you could change it to anything by double clicking that box and change the setting for it there. One thing you could do, and which is what I do myself, is to set up keyboard shortcuts for searching a bookmark or adding a bookmark, which you can also see in the screenshow below on the left side. Double click those boxes to set your own shortcuts if that seems like a good solution for you.
mrwynn Posted March 26, 2024 Posted March 26, 2024 Thanks for the speedy reply! I set a shortcut and it will now invoke the workflow and say it's saving the new bookmark but no new bookmark shows up. I will have to do some more digging...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now