Jump to content

jstncwlcx

Member
  • Posts

    26
  • Joined

  • Last visited

  • Days Won

    1

jstncwlcx last won the day on June 15 2023

jstncwlcx had the most liked content!

Recent Profile Visitors

350 profile views

jstncwlcx's Achievements

Member

Member (4/5)

3

Reputation

  1. 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.
  2. I'm still not able to get it working. It is probably user error on my end. But here is what I get... The Then when I try to enter the .s command in Alfred I get this: Then, then I enter 'get-of-db' into Alfred, and hit enter, I just get a big Pop-up that says:]
  3. That fixed it! I really appreciate your time and help!
  4. Thanks for the reply. Like I said, I don't know much about terminal or code, so this is above my head. I really only know how to copy and paste stuff. I copied and pasted the lines you quoted into terminal, and literally nothing happened. If you feel like it, can you walk me through what it is I am supposed to do with those lines you posted? I don't expect you to teach me, so please don't think I'm expecting anything. I just thought I'd ask in case it was simple and easy to explain.
  5. @Stephen_CThanks for the response. The error in that post, and the error I'm getting are different. So I don't think that helps me? I wouldn't know how to insert that code anyway/
  6. Hi There, When I use the nc command to create a new note, it works, but I also get this popup every time. Does anyone know how to fix this? I'm using Alfred 5.0.6 on 13.1 Ventura. I'm using version 3.5.2 of the workflow. I appreciate any and all help.
  7. @rhydThanks so much for the response! Will keep my eyes open on this space.
  8. @rhydI just posted about using the python version of the workflow, but I was in the wrong place, and found the node one. Now I admit, I don't know much about terminal, so perhaps this is over my head, and I don't expect you to teach me, but I thought I'd ask in case there was an easy fix. I followed all of the directions to install and test node here: https://treehouse.github.io/installation-guides/mac/node-mac.html According to the steps provided it was successful. When I then went to use the npm install --global alfred-search-omnifocus command, I get these errors: (**** = me and my system's name) Am I missing something? Is there anything to fix? I appreciate your time and consideration. npm@8.15.0 /usr/local/lib/node_modules/npm **** ~ % npm <command> --key=value zsh: no such file or directory: command **** ~ % npm install --global alfred-search-omnifocus npm WARN deprecated xmldom@0.1.31: Deprecated due to CVE-2021-21366 resolved in 0.5.0 npm ERR! code 1 npm ERR! path /opt/homebrew/Cellar/node/19.4.0_1/lib/node_modules/alfred-search-omnifocus/node_modules/better-sqlite3 npm ERR! command failed npm ERR! command sh /var/folders/sc/26yzps7x15dfdg5n56n8kq2r0000gn/T/install-d0aa4b18.sh npm ERR! > better-sqlite3@7.6.2 build-release npm ERR! > node-gyp rebuild --release npm ERR! npm ERR! TOUCH ba23eeee118cd63e16015df367567cb043fed872.intermediate npm ERR! ACTION deps_sqlite3_gyp_locate_sqlite3_target_copy_builtin_sqlite3 ba23eeee118cd63e16015df367567cb043fed872.intermediate npm ERR! TOUCH Release/obj.target/deps/locate_sqlite3.stamp npm ERR! CC(target) Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o npm ERR! LIBTOOL-STATIC Release/sqlite3.a npm ERR! CXX(target) Release/obj.target/better_sqlite3/src/better_sqlite3.o npm ERR! rm ba23eeee118cd63e16015df367567cb043fed872.intermediate npm ERR! prebuild-install warn install No prebuilt binaries found (target=19.4.0 runtime=node arch=arm64 libc= platform=darwin) npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@9.3.0 npm ERR! gyp info using node@19.4.0 | darwin | arm64 npm ERR! gyp info find Python using Python version 3.10.9 found at "/opt/homebrew/opt/python@3.10/bin/python3.10" npm ERR! gyp info spawn /opt/homebrew/opt/python@3.10/bin/python3.10 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/opt/homebrew/Cellar/node/19.4.0_1/lib/node_modules/alfred-search-omnifocus/node_modules/better-sqlite3/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args ‘/Users/****/Library/Caches/node-gyp/19.4.0/include/node/common.gypi’, npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args ‘-Dnode_root_dir=/Users/****/Library/Caches/node-gyp/19.4.0’, npm ERR! gyp info spawn args '-Dnode_gyp_dir=/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/Users/****/Library/Caches/node-gyp/19.4.0/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/opt/homebrew/Cellar/node/19.4.0_1/lib/node_modules/alfred-search-omnifocus/node_modules/better-sqlite3', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! gyp info spawn make npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] npm ERR! In file included from ../src/better_sqlite3.cpp:4: npm ERR! In file included from ./src/better_sqlite3.lzz:11: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/node.h:73: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8.h:24: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-array-buffer.h:12: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-local-handle.h:12: npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:477:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! SHARED_EXTERNAL_POINTER_TAGS(CHECK_SHARED_EXTERNAL_POINTER_TAGS) npm ERR! ^ npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:477:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:477:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:477:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:477:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! PER_ISOLATE_EXTERNAL_POINTER_TAGS(CHECK_NON_SHARED_EXTERNAL_POINTER_TAGS) npm ERR! ^ npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:478:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:659:61: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! static_assert(kJSObjectType + 1 == kFirstJSApiObjectType); npm ERR! ^ npm ERR! , "" npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:660:55: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! static_assert(kJSObjectType < kLastJSApiObjectType); npm ERR! ^ npm ERR! , "" npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-internal.h:661:63: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions] npm ERR! static_assert(kFirstJSApiObjectType < kLastJSApiObjectType); npm ERR! ^ npm ERR! , "" npm ERR! In file included from ../src/better_sqlite3.cpp:4: npm ERR! In file included from ./src/better_sqlite3.lzz:11: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/node.h:73: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8.h:24: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-array-buffer.h:13: npm ERR! In file included from /Users/j****/Library/Caches/node-gyp/19.4.0/include/node/v8-object.h:9: npm ERR! /Users/****Library/Caches/node-gyp/19.4.0/include/node/v8-maybe.h:106:45: error: no template named 'is_lvalue_reference_v' in namespace 'std'; did you mean 'is_lvalue_reference'? npm ERR! template <class U, std::enable_if_t<!std::is_lvalue_reference_v<U>>*> npm ERR! ~~~~~^~~~~~~~~~~~~~~~~~~~~ npm ERR! is_lvalue_reference npm ERR! /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:910:29: note: 'is_lvalue_reference' declared here npm ERR! struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : _BoolConstant<__is_lvalue_reference(_Tp)> { }; npm ERR! ^ npm ERR! In file included from ../src/better_sqlite3.cpp:4: npm ERR! In file included from ./src/better_sqlite3.lzz:11: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/node.h:73: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8.h:24: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-array-buffer.h:13: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-object.h:9: npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-maybe.h:106:69: error: expected '(' for function-style cast or type construction npm ERR! template <class U, std::enable_if_t<!std::is_lvalue_reference_v<U>>*> npm ERR! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-maybe.h:123:43: error: no template named 'is_lvalue_reference_v' in namespace 'std'; did you mean 'is_lvalue_reference'? npm ERR! template <class T, std::enable_if_t<!std::is_lvalue_reference_v<T>>* = nullptr> npm ERR! ~~~~~^~~~~~~~~~~~~~~~~~~~~ npm ERR! is_lvalue_reference npm ERR! /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:910:29: note: 'is_lvalue_reference' declared here npm ERR! struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : _BoolConstant<__is_lvalue_reference(_Tp)> { }; npm ERR! ^ npm ERR! In file included from ../src/better_sqlite3.cpp:4: npm ERR! In file included from ./src/better_sqlite3.lzz:11: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/node.h:73: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8.h:24: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-array-buffer.h:13: npm ERR! In file included from /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-object.h:9: npm ERR! /Users/****/Library/Caches/node-gyp/19.4.0/include/node/v8-maybe.h:123:67: error: expected '(' for function-style cast or type construction npm ERR! template <class T, std::enable_if_t<!std::is_lvalue_reference_v<T>>* = nullptr> npm ERR! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ npm ERR! ./src/util/macros.lzz:157:21: error: no member named 'AccessorSignature' in namespace 'v8' npm ERR! v8::AccessorSignature::New(isolate, recv) npm ERR! ~~~~^ npm ERR! ./src/objects/database.lzz:180:21: warning: variable 'status' set but not used [-Wunused-but-set-variable] npm ERR! int status = sqlite3_db_config(db_handle, SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION, 1, NULL); npm ERR! ^ npm ERR! ./src/util/binder.lzz:37:51: error: no member named 'CreationContext' in 'v8::Object' npm ERR! v8::Local<v8::Context> ctx = obj->CreationContext(); npm ERR! ~~~~~^ npm ERR! 21 warnings and 6 errors generated. npm ERR! make: *** [Release/obj.target/better_sqlite3/src/better_sqlite3.o] Error 1 npm ERR! gyp ERR! build error npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2 npm ERR! gyp ERR! stack at ChildProcess.onExit (/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:203:23) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12) npm ERR! gyp ERR! System Darwin 22.2.0 npm ERR! gyp ERR! command "/opt/homebrew/Cellar/node/19.4.0_1/bin/node" "/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--release" npm ERR! gyp ERR! cwd /opt/homebrew/Cellar/node/19.4.0_1/lib/node_modules/alfred-search-omnifocus/node_modules/better-sqlite3 npm ERR! gyp ERR! node -v v19.4.0 npm ERR! gyp ERR! node-gyp -v v9.3.0 npm ERR! gyp ERR! not ok npm ERR! A complete log of this run can be found in: npm ERR! /Users/****/.npm/_logs/2023-01-16T15_02_37_959Z-debug-0.log ****@**** ~ %
  9. I figured it out! Now my second question, is there a way to force it to include subtitles? I've used the Downie app before, and that always asks about subtitles.
  10. Hi Vitor, It is saying ffmpeg isn't installed. And now terminal is saying: zsh: command not found: brew I am doing something wrong, but like I said, I don't know my way around this stuff, so I don't expect anyone to help me fix it. Thanks though! [13:58:35.746] Logging Started... [13:58:56.832] Download Media[Script Filter] Queuing argument '' [13:58:57.343] Download Media[Script Filter] Script with argv '' finished [13:58:57.345] Download Media[Script Filter] {"items":[{"subtitle":"Add to WatchList (⌥): false 𐄁 Full Playlist (⌘): false","valid":true,"variables":{"media_type":"video","add_to_watchlist":false,"full_playlist":false},"mods":{"cmd":{"subtitle":"Add to WatchList (⌥): false 𐄁 Full Playlist (⌘): true","variables":{"media_type":"video","Add_to_watchlist":false,"full_playlist":true}},"alt":{"subtitle":"Add to WatchList (⌥): true 𐄁 Full Playlist (⌘): false","variables":{"media_type":"video","add_to_watchlist":true,"full_playlist":false}},"cmd+alt":{"subtitle":"Add to WatchList (⌥): true 𐄁 Full Playlist (⌘): true","variables":{"media_type":"video","add_to_watchlist":true,"full_playlist":true}}},"uid":"Download video tab","title":"(82) Nick Cave & The Bad Seeds - Jubilee Street - Live in Copenhagen - YouTube","arg":"https://www.youtube.com/watch?v=kf_zVzvYWuw"}]} [13:58:58.524] Download Media[Script Filter] Processing complete [13:58:58.535] Download Media[Script Filter] Passing output 'https://www.youtube.com/watch?v=kf_zVzvYWuw' to Run Script [13:59:22.937] Download Media[Script Filter] Queuing argument '' [13:59:23.105] Download Media[Script Filter] Script with argv '' finished [13:59:23.108] Download Media[Script Filter] {"rerun":1,"items":[{"uid":"downmedia progress","title":"19.9% of 114.22MiB at 1.11MiB/s ETA 01:22","subtitle":"Nick Cave & The Bad Seeds - Jubilee Street - Live in Copenhagen.f137.mp4","valid":false,"mods":{"cmd":{"subtitle":"Restart download at bottom of queue","valid":true,"variables":{"after_kill":"restart"}},"ctrl":{"arg":"abort","subtitle":"Abort download","valid":true,"variables":{"after_kill":"nothing"}}}}]} [13:59:24.110] Download Media[Script Filter] Queuing argument '' [13:59:24.286] Download Media[Script Filter] Script with argv '' finished [13:59:24.292] Download Media[Script Filter] {"rerun":1,"items":[{"uid":"downmedia progress","title":"21.9% of 114.22MiB at 1.41MiB/s ETA 01:03","subtitle":"Nick Cave & The Bad Seeds - Jubilee Street - Live in Copenhagen.f137.mp4","valid":false,"mods":{"cmd":{"subtitle":"Restart download at bottom of queue","valid":true,"variables":{"after_kill":"restart"}},"ctrl":{"arg":"abort","subtitle":"Abort download","valid":true,"variables":{"after_kill":"nothing"}}}}]} [14:00:11.645] Download Media[Script Filter] Queuing argument '' [14:00:11.793] Download Media[Script Filter] Script with argv '' finished [14:00:11.799] Download Media[Script Filter] {"rerun":1,"items":[{"uid":"downmedia progress","title":"95.4% of 114.22MiB at 744.79KiB/s ETA 00:07","subtitle":"Nick Cave & The Bad Seeds - Jubilee Street - Live in Copenhagen.f137.mp4","valid":false,"mods":{"cmd":{"subtitle":"Restart download at bottom of queue","valid":true,"variables":{"after_kill":"restart"}},"ctrl":{"arg":"abort","subtitle":"Abort download","valid":true,"variables":{"after_kill":"nothing"}}}}]} [14:00:12.798] Download Media[Script Filter] Queuing argument '' [14:00:12.983] Download Media[Script Filter] Script with argv '' finished [14:00:12.990] Download Media[Script Filter] {"rerun":1,"items":[{"uid":"downmedia progress","title":"100% of 114.22MiB in 01:05 at 1.73MiB/s","subtitle":"Nick Cave & The Bad Seeds - Jubilee Street - Live in Copenhagen.f137.mp4","valid":false,"mods":{"cmd":{"subtitle":"Restart download at bottom of queue","valid":true,"variables":{"after_kill":"restart"}},"ctrl":{"arg":"abort","subtitle":"Abort download","valid":true,"variables":{"after_kill":"nothing"}}}}]} [14:00:17.328] STDERR: Download Media[Run Script] WARNING: You have requested merging of multiple formats but ffmpeg is not installed. The formats won't be merged xattr: No such file: /Users/Justin*****/Downloads/Nick Cave & The Bad Seeds - Jubilee Street - Live in Copenhagen.mp4
  11. Hi There, I just downloaded this workflow from the new Alfred Gallery. I don't have much experience with the command line, but I think I installed home-brew,ffpmeg, and yt-dl stuff correctly. From YouTube tab in Safari, I invoke the dv command, and it starts downloading, but when it is done the video and audio are separate files. The video is silent, and the audio has no image. What am I doing wrong? Any help is appreciated!
  12. I'm hoping someone who knows what they're doing will dip back into this thread.... I asked this question on reddit, and someone came up with this workflow. Since I don't really know what I'm doing, I'm afraid to run it without asking someone more knowledgable than myself. Does this workflow look safe to run?
  13. Wow. This is a lot. Thanks for the info! I'm stumbling through it now.
×
×
  • Create New...