Jump to content

SteveM

Member
  • Posts

    5
  • Joined

  • Last visited

SteveM's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Hi @andreas.w Bingo! After trying a few variations of the workflow a Raindrop authorization prompt asked me to give permission to Raindrop Alfred Search again. Now it's working! Thanks for all the help. 🙏
  2. Hi @andreas.w Getting closer! Typing "r" and space is working now. But fails when first search argument is entered. In this case I entered an "a". Here is the log... [12:50:03.642] Search Raindrop.io[Script Filter] Queuing argument '(null)' [12:50:04.885] Search Raindrop.io[Script Filter] Queuing argument 'a' [12:50:05.300] Search Raindrop.io[Script Filter] Script with argv '(null)' finished [12:50:05.303] ERROR: Search Raindrop.io[Script Filter] Code 1: 🍺 12:50:04 workflow.go:328: ----- Search Raindrop.io/2.0.6 (AwGo/0.27.1) ----- 12:50:05 workflow.go:343: ------------------ FATAL ERROR ------------------- 12:50:05 workflow.go:344: interface conversion: interface {} is nil, not []interface {} : goroutine 1 [running]: runtime/debug.Stack() /opt/homebrew/Cellar/go/1.17/libexec/src/runtime/debug/stack.go:24 +0x65 github.com/deanishe/awgo.(*Workflow).Run.func2() /Users/andreas/go/pkg/mod/github.com/deanishe/awgo@v0.29.0/workflow.go:344 +0xd9 panic({0x12beb20, 0xc000323aa0}) /opt/homebrew/Cellar/go/1.17/libexec/src/runtime/panic.go:1038 +0x215 main.search_request({0x7ff7bfeff849, 0x1}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0xc00001e1c8, 0x13}, ...}, ...) /Users/andreas/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1B8F238D-BB91-410E-8CE1-61AD0823A468/raindrop_common.go:138 +0x5c7 main.search({0x130a83b, 0x130727c}, {0x7ff7bfeff849, 0x1}, {0x0, 0x1d}, {0x0, 0x13d4945}, 0x46, 0x1) /Users/andreas/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1B8F238D-BB91-410E-8CE1-61AD0823A468/raindrop_search.go:91 +0xc5a main.run() /Users/andreas/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1B8F238D-BB91-410E-8CE1-61AD0823A468/raindrop_main.go:52 +0x765 github.com/deanishe/awgo.(*Workflow).Run(0xc0001166c0, 0x1327280) /Users/andreas/go/pkg/mod/github.com/deanishe/awgo@v0.29.0/workflow.go:358 +0x303 main.main() /Users/andreas/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1B8F238D-BB91-410E-8CE1-61AD0823A468/raindrop_main.go:86 +0x1da 12:50:05 workflow.go:345: ---------------- END STACK TRACE ----------------- 12:50:05 feedback.go:509: Sent 1 result(s) to Alfred 12:50:05 workflow.go:376: [ERROR] interface conversion: interface {} is nil, not []interface {} 12:50:05 workflow.go:402: ------------------ 396.147198ms ------------------ [12:50:05.306] Search Raindrop.io[Script Filter] { "variables": { "AW_SESSION_ID": "BBYCPB0TYZTJSRMCE1YBY0HE" }, "items": [ { "title": "interface conversion: interface {} is nil, not []interface {}", "valid": false, "icon": { "path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns" } } ] }
  3. Hi @andreas.w Wow, thanks for working on this so quickly! Unfortunately, I'm still getting the same error in v2.0.5. Looks like the log is basically the same.
  4. Hi @andreas.w Hoping you can help me. I've installed the current workflow and get the following error when I type "r" in Alfred: [09:18:09.037] Search Raindrop.io[Script Filter] Queuing argument '(null)' [09:18:09.995] Search Raindrop.io[Script Filter] Script with argv '(null)' finished [09:18:09.997] ERROR: Search Raindrop.io[Script Filter] Code 1: 🍺 09:18:09 workflow.go:328: ----- Search Raindrop.io/2.0.4 (AwGo/0.27.1) ----- 09:18:09 workflow.go:343: ------------------ FATAL ERROR ------------------- 09:18:09 workflow.go:344: interface conversion: interface {} is nil, not []interface {} : goroutine 1 [running]: runtime/debug.Stack() /opt/homebrew/Cellar/go/1.17/libexec/src/runtime/debug/stack.go:24 +0x65 github.com/deanishe/awgo.(*Workflow).Run.func2() /Users/andreas/go/pkg/mod/github.com/deanishe/awgo@v0.29.0/workflow.go:344 +0xd9 panic({0x12bea60, 0xc000199320}) /opt/homebrew/Cellar/go/1.17/libexec/src/runtime/panic.go:1038 +0x215 main.get_collections({{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0xc0000de108, 0x13}, 0x0, 0x0, ...}, ...) /Users/andreas/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1B8F238D-BB91-410E-8CE1-61AD0823A468/raindrop_common.go:283 +0x74a main.search({0x130a77b, 0x13071bc}, {0x7ff7bfeff88b, 0x0}, {0x0, 0x1d}, {0x0, 0x13d4885}, 0x46, 0x1) /Users/andreas/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1B8F238D-BB91-410E-8CE1-61AD0823A468/raindrop_search.go:149 +0xf06 main.run() /Users/andreas/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1B8F238D-BB91-410E-8CE1-61AD0823A468/raindrop_main.go:52 +0x765 github.com/deanishe/awgo.(*Workflow).Run(0xc0000d66c0, 0x13271c0) /Users/andreas/go/pkg/mod/github.com/deanishe/awgo@v0.29.0/workflow.go:358 +0x303 main.main() /Users/andreas/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1B8F238D-BB91-410E-8CE1-61AD0823A468/raindrop_main.go:86 +0x1da 09:18:09 workflow.go:345: ---------------- END STACK TRACE ----------------- 09:18:09 feedback.go:509: Sent 1 result(s) to Alfred 09:18:09 workflow.go:376: [ERROR] interface conversion: interface {} is nil, not []interface {} 09:18:09 workflow.go:402: ------------------ 915.216434ms ------------------ [09:18:10.000] Search Raindrop.io[Script Filter] { "variables": { "AW_SESSION_ID": "4WXZB40GJ1KXQQ86IA8H1EXG" }, "items": [ { "title": "interface conversion: interface {} is nil, not []interface {}", "valid": false, "icon": { "path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns" } } ] }
×
×
  • Create New...