Jump to content

romebot

Member
  • Posts

    20
  • Joined

  • Last visited

Everything posted by romebot

  1. Hello, this seemed to be working before, but now, when I find a movie and hit enter on the rotten tomatoes icon to open a browser window and search in rottentomatoes.com, I always get "no results found" and then I have to manually type in the movie again in the search bar. What I found was that in the url, the workflow adds a "+" between words, whereas in a regular site search, there are spaces. How can I fix this? Thx!
  2. @vitor you were right that he would answer over there.. that said, still not working for me, but I'm sure he'll help me solve. it. cheers.
  3. thanks @vitor you are right on all counts. I just didn't know how to post there, or if I should. I posted there now. https://github.com/AlexanderWillner/deepl-alfred-workflow2/issues/8
  4. thanks vitor, but i did consult vero before I posted. I was told that because this workflow didn't yet have a forum page, that it was ok to start a new thread (if it had one of course I would have posted there). So in what cases can one start a new thread? Are you saying that if there's no forum page, the go toGithub? or just in this particular case?
  5. Hello, I've not been able to get this to work. First I get two of the same options and sometimes two of the same answer, but in any case, the result is always the same language, but w/o spaces. I've played w/ the target and initial languages (assuming I'm doing it right, there are two places to set these per the instructions), but the result is always in English. I want to convert English to German. I'm using this workflow: http://www.packal.org/workflow/deepl-translate https://github.com/AlexanderWillner/deepl-alfred-workflow2 Here's the debug info: [13:26:44.539] Deepl-Translate[Script Filter] Queuing argument 'this is a test.' [13:26:44.556] Deepl-Translate[Script Filter] Queuing argument 'this is a test.' [13:26:46.694] Deepl-Translate[Script Filter] Script with argv '(null)' finished [13:26:46.698] ERROR: Deepl-Translate[Script Filter] Code 4: parse error: Invalid numeric literal at line 2, column 0 [13:26:46.699] Deepl-Translate[Script Filter] Script with argv '(null)' finished [13:26:46.700] Deepl-Translate[Script Filter] { "items": [ { "uid": null, "arg": "thisisatest", "valid": "yes", "autocomplete": "autocomplete", "title": "thisisatest" } ] }
  6. Hi and thanks! so I did what you said, and it started loading something. and then the terminal says this: Last login: Wed Jan 22 10:01:19 on ttys000 fox@Foxs-MacBook-Pro ~ % $ npm install --global alfred-polyglot zsh: command not found: $ fox@Foxs-MacBook-Pro ~ % npm install --global alfred-polyglot npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! code EACCES npm ERR! syscall access npm ERR! path /usr/local/lib/node_modules npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules' npm ERR! [Error: EACCES: permission denied, access '/usr/local/lib/node_modules'] { npm ERR! stack: "Error: EACCES: permission denied, access '/usr/local/lib/node_modules'", npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'access', npm ERR! path: '/usr/local/lib/node_modules' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator. npm ERR! A complete log of this run can be found in: npm ERR! /Users/fox/.npm/_logs/2020-01-22T11_54_44_700Z-debug.log fox@Foxs-MacBook-Pro ~ %
  7. Hello. Been having trouble w/ this one. I downloaded Node.js and ran "$ npm install --global alfred-polyglot" in Terminal. It seemed like it was doing something and then got the errors below. I'm not sure if I was supposed to, but based on the resulting text below, I then ran: `chsh -s /bin/zsh` If I try to run "$ npm install --global alfred-polyglot" again I get: zsh: command not found: $. As this workflow doesn't show up in Alfred, I don't' know how to debug it. Assuming this doesn't work for me, how do I undo whatever I did in Terminal as well as uninstall Node.js (can I install it in any case or do I need it on my system after the install)? Thanks! Last login: Mon Jan 20 21:16:45 on console The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. Foxs-MacBook-Pro:~ fox$ npm I alfred-polyglot > alfred-polyglot@1.4.0 postinstall /Users/fox/node_modules/alfred-polyglot > alfy-init npm WARN saveError ENOENT: no such file or directory, open ‘/Users/fox/package.json’ npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN enoent ENOENT: no such file or directory, open ‘/Users/fox/package.json’ npm WARN fox No description npm WARN fox No repository field. npm WARN fox No README data npm WARN fox No license field. + alfred-polyglot@1.4.0 added 238 packages from 86 contributors and audited 462 packages in 25.518s 3 packages are looking for funding run `npm fund` for details found 0 vulnerabilities Foxs-MacBook-Pro:~ fox$ trans !set default-language (language) -bash: !set: event not found Foxs-MacBook-Pro:~ fox$ trans !set default-language (en) -bash: !set: event not found Foxs-MacBook-Pro:~ fox$ trans !set default-language (English) -bash: !set: event not found Foxs-MacBook-Pro:~ fox$ trans !set default-language (en) -bash: !set: event not found Foxs-MacBook-Pro:~ fox$
  8. thanks @vitor, but I deleted my question because I saw that it doesn't work in firefox. thanks again.
  9. thanks, I'm a bit new to this, but I clicked the debug icon and did the step that I'm stuck on: "Last but not least run the parseDictsData.py script. To do this type dictcc wf:executeParsing into Alfred. A new Terminal window opens and the necessary operations are performed." This is what gets returned (no terminal pops up): "[16:37:47.680] Logging Started... [16:37:50.915] Dict.cc[Script Filter] Queuing argument ' wf:executeParsing'" I'm not 100% sure I'm using the debugger utility right, but I inserted the debugger before every object and nothing happened below. then I tried to type in dictcc again in alfred and got a message I need to update, so I did. and then I typed in dictcc again. there was a message I needed to configure, which popped up the text file (however, it had the info from yesterday even though I deleted the workflow and started from scratch today). I corrected the text file name and saved. then I tried again to type:dictcc wf:executeParsing and the same thing happens as above w/ my screenshot. (I still never got the terminal window to come up again since my last time) I'm very confused. Here's the info from the debugger : [16:49:29.530] Dict.cc[Script Filter] Queuing argument '' [16:49:29.840] Dict.cc[Script Filter] Script with argv '(null)' finished [16:49:29.843] STDERR: Dict.cc[Script Filter] 16:49:29 workflow.py:2247 DEBUG ---------- Dict.cc (1.3.0) ---------- 16:49:29 workflow.py:1657 DEBUG reading settings from /Users/fox/Library/Application Support/Alfred/Workflow Data/de.nieting.DictCC/settings.json 16:49:29 workflow.py:2531 DEBUG update check not due 16:49:29 workflow.py:1884 DEBUG loading cached data: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/__workflow_update_status.cpickle 16:49:29 workflow.py:2461 DEBUG update_data: {u'available': True, u'version': u'v1.3.1', u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3.1/Dictcc.alfredworkflow'} 16:49:29 workflow.py:2411 DEBUG last run version: 1.3.0 16:49:29 workflow.py:2411 DEBUG last run version: 1.3.0 16:49:29 parseDictsData.py:52 DEBUG connectToDatabase: 0.00764417648315 16:49:29 workflow.py:2440 DEBUG set last run version: 1.3.0 16:49:29 workflow.py:2289 DEBUG ---------- finished in 0.028s ---------- [16:49:29.844] Dict.cc[Script Filter] <?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:update" valid="no"><title>New version available</title><subtitle>Action this item to install the update</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item></items> [16:49:35.241] Dict.cc[Script Filter] Queuing argument ' wf:update' [16:49:36.158] Dict.cc[Script Filter] Script with argv '(null)' finished [16:49:36.165] STDERR: Dict.cc[Script Filter] 16:49:35 workflow.py:2247 DEBUG ---------- Dict.cc (1.3.0) ---------- 16:49:35 workflow.py:1657 DEBUG reading settings from /Users/fox/Library/Application Support/Alfred/Workflow Data/de.nieting.DictCC/settings.json 16:49:35 workflow.py:2531 DEBUG update check not due 16:49:35 workflow.py:1884 DEBUG loading cached data: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/__workflow_update_status.cpickle 16:49:35 workflow.py:2461 DEBUG update_data: {u'available': True, u'version': u'v1.3.1', u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3.1/Dictcc.alfredworkflow'} 16:49:35 workflow.py:2411 DEBUG last run version: 1.3.0 16:49:35 workflow.py:2411 DEBUG last run version: 1.3.0 16:49:35 parseDictsData.py:52 DEBUG connectToDatabase: 0.00489091873169 16:49:35 update.py:308 DEBUG retrieving releases list: https://api.github.com/repos/Kavakuo/Dict.cc-Alfred-Workflow/releases 16:49:35 update.py:312 INFO retrieving releases: Kavakuo/Dict.cc-Alfred-Workflow 16:49:35 workflow.py:1919 DEBUG cached data: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/gh-releases-Kavakuo-Dict.cc-Alfred-Workflow.cpickle 16:49:35 update.py:280 DEBUG release v1.3.1: https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3.1/Dictcc.alfredworkflow 16:49:35 update.py:327 DEBUG release: {u'version': u'v1.3.1', u'prerelease': False, u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3.1/Dictcc.alfredworkflow'} 16:49:35 update.py:280 DEBUG release v1.3: https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3/Dictcc.alfredworkflow 16:49:35 update.py:327 DEBUG release: {u'version': u'v1.3', u'prerelease': False, u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3/Dictcc.alfredworkflow'} 16:49:35 update.py:263 WARNING invalid release (no workflow file): v1.2 16:49:35 update.py:320 DEBUG invalid release: None 16:49:35 update.py:280 DEBUG release v1.1: https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.1/Dict.cc.alfredworkflow 16:49:35 update.py:327 DEBUG release: {u'version': u'v1.1', u'prerelease': False, u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.1/Dict.cc.alfredworkflow'} 16:49:35 update.py:280 DEBUG release v1.0: https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.0/Dictcc.alfredworkflow 16:49:35 update.py:327 DEBUG release: {u'version': u'v1.0', u'prerelease': False, u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.0/Dictcc.alfredworkflow'} 16:49:35 update.py:353 INFO 4 releases for Kavakuo/Dict.cc-Alfred-Workflow 16:49:35 update.py:361 DEBUG latest=Version('1.3.1'), installed=Version('1.3.0') 16:49:35 workflow.py:1919 DEBUG cached data: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/__workflow_update_status.cpickle 16:49:35 workflow.py:2566 DEBUG downloading update ... 16:49:35 background.py:188 DEBUG [__workflow_update_install] command cached: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/__workflow_update_install.argcache 16:49:35 background.py:192 DEBUG [__workflow_update_install] passing job to background runner: [u'/usr/bin/python', '/Users/fox/Library/Mobile Documents/com~apple~CloudDocs/Alfred.alfredpreferences/workflows/user.workflow.82405BDD-AE7F-4FD5-A8FF-F4D3227C9F90/workflow/background.pyc', u'__workflow_update_install'] 16:49:36 workflow.py:2247 DEBUG ---------- Dict.cc (1.3.0) ---------- 16:49:36 background.py:197 DEBUG [__workflow_update_install] background job started 16:49:36 workflow.py:1414 DEBUG Downloading and installing update ... 16:49:36 workflow.py:2289 DEBUG ---------- finished in 0.685s ---------- [16:49:36.170] Dict.cc[Script Filter] <?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:update" valid="no"><title>New version available</title><subtitle>Action this item to install the update</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item></items><?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:update" valid="no"><title>New version available</title><subtitle>Action this item to install the update</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item><item valid="no"><title>Downloading and installing update ...</title><subtitle /><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item></items> [16:49:36.172] WARNING: Dict.cc[Script Filter] XML Parse Error 'The operation couldn’t be completed. (NSXMLParserErrorDomain error 64.)'. Row 2, Col 531: 'XML declaration allowed only at the start of the document' in XML: <?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:update" valid="no"><title>New version available</title><subtitle>Action this item to install the update</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item></items><?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:update" valid="no"><title>New version available</title><subtitle>Action this item to install the update</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item><item valid="no"><title>Downloading and installing update ...</title><subtitle /><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item></items> [16:51:05.560] Dict.cc[Script Filter] Queuing argument '' [16:51:06.791] Dict.cc[Script Filter] Script with argv '(null)' finished [16:51:06.798] STDERR: Dict.cc[Script Filter] 16:51:06 workflow.py:2247 DEBUG ---------- Dict.cc (1.3.1) ---------- 16:51:06 workflow.py:1657 DEBUG reading settings from /Users/fox/Library/Application Support/Alfred/Workflow Data/de.nieting.DictCC/settings.json 16:51:06 workflow.py:2531 DEBUG update check not due 16:51:06 workflow.py:1884 DEBUG loading cached data: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/__workflow_update_status.cpickle 16:51:06 workflow.py:2461 DEBUG update_data: {u'available': False, u'version': u'v1.3.1', u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3.1/Dictcc.alfredworkflow'} 16:51:06 workflow.py:2411 DEBUG last run version: 1.3.0 16:51:06 workflow.py:2411 DEBUG last run version: 1.3.0 16:51:06 parseDictsData.py:52 DEBUG connectToDatabase: 0.00526595115662 16:51:06 workflow.py:2440 DEBUG set last run version: 1.3.1 16:51:06 workflow.py:2289 DEBUG ---------- finished in 0.024s ---------- [16:51:06.799] Dict.cc[Script Filter] <?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item></items> [16:51:11.741] Dict.cc[Script Filter] Queuing argument ' wf:openSettings' [16:51:48.500] Dict.cc[Script Filter] Queuing argument '' [16:51:48.767] Dict.cc[Script Filter] Script with argv '(null)' finished [16:51:48.778] STDERR: Dict.cc[Script Filter] 16:51:48 workflow.py:2247 DEBUG ---------- Dict.cc (1.3.1) ---------- 16:51:48 workflow.py:1657 DEBUG reading settings from /Users/fox/Library/Application Support/Alfred/Workflow Data/de.nieting.DictCC/settings.json 16:51:48 workflow.py:2531 DEBUG update check not due 16:51:48 workflow.py:1884 DEBUG loading cached data: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/__workflow_update_status.cpickle 16:51:48 workflow.py:2461 DEBUG update_data: {u'available': False, u'version': u'v1.3.1', u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3.1/Dictcc.alfredworkflow'} 16:51:48 workflow.py:2411 DEBUG last run version: 1.3.1 16:51:48 workflow.py:2411 DEBUG last run version: 1.3.1 16:51:48 parseDictsData.py:52 DEBUG connectToDatabase: 0.00530600547791 16:51:48 workflow.py:2440 DEBUG set last run version: 1.3.1 16:51:48 workflow.py:2289 DEBUG ---------- finished in 0.016s ---------- [16:51:48.779] Dict.cc[Script Filter] <?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item></items> [16:51:49.148] Dict.cc[Script Filter] Queuing argument ' ' [16:51:49.391] Dict.cc[Script Filter] Script with argv '(null)' finished [16:51:49.405] STDERR: Dict.cc[Script Filter] 16:51:49 workflow.py:2247 DEBUG ---------- Dict.cc (1.3.1) ---------- 16:51:49 workflow.py:1657 DEBUG reading settings from /Users/fox/Library/Application Support/Alfred/Workflow Data/de.nieting.DictCC/settings.json 16:51:49 workflow.py:2531 DEBUG update check not due 16:51:49 workflow.py:1884 DEBUG loading cached data: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/__workflow_update_status.cpickle 16:51:49 workflow.py:2461 DEBUG update_data: {u'available': False, u'version': u'v1.3.1', u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3.1/Dictcc.alfredworkflow'} 16:51:49 workflow.py:2411 DEBUG last run version: 1.3.1 16:51:49 workflow.py:2411 DEBUG last run version: 1.3.1 16:51:49 parseDictsData.py:52 DEBUG connectToDatabase: 0.00472187995911 16:51:49 workflow.py:2440 DEBUG set last run version: 1.3.1 16:51:49 workflow.py:2289 DEBUG ---------- finished in 0.015s ---------- [16:51:49.406] Dict.cc[Script Filter] <?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item></items> [16:51:52.023] Dict.cc[Script Filter] Queuing argument ' wf:openSettings' [16:51:52.333] Dict.cc[Script Filter] Script with argv '(null)' finished [16:51:52.351] STDERR: Dict.cc[Script Filter] 16:51:52 workflow.py:2247 DEBUG ---------- Dict.cc (1.3.1) ---------- 16:51:52 workflow.py:1657 DEBUG reading settings from /Users/fox/Library/Application Support/Alfred/Workflow Data/de.nieting.DictCC/settings.json 16:51:52 workflow.py:2531 DEBUG update check not due 16:51:52 workflow.py:1884 DEBUG loading cached data: /Users/fox/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/de.nieting.DictCC/__workflow_update_status.cpickle 16:51:52 workflow.py:2461 DEBUG update_data: {u'available': False, u'version': u'v1.3.1', u'download_url': u'https://github.com/Kavakuo/Dict.cc-Alfred-Workflow/releases/download/v1.3.1/Dictcc.alfredworkflow'} 16:51:52 workflow.py:2411 DEBUG last run version: 1.3.1 16:51:52 workflow.py:2411 DEBUG last run version: 1.3.1 16:51:52 parseDictsData.py:52 DEBUG connectToDatabase: 0.00494694709778 16:51:52 workflow.py:1414 DEBUG Opening workflow settings... 16:51:52 workflow.py:2289 DEBUG ---------- finished in 0.076s ---------- [16:51:52.352] Dict.cc[Script Filter] <?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item></items><?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item><item valid="no"><title>Opening workflow settings...</title><subtitle /><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item></items> [16:51:52.354] WARNING: Dict.cc[Script Filter] XML Parse Error 'The operation couldn’t be completed. (NSXMLParserErrorDomain error 64.)'. Row 2, Col 292: 'XML declaration allowed only at the start of the document' in XML: <?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item></items><?xml version="1.0" encoding="utf-8"?> <items><item autocomplete=" wf:openSettings" valid="no"><title>You need to configure this workflow.</title><subtitle>Action this item to start the configuration.</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertCautionIcon.icns</icon></item><item valid="no"><title>Opening workflow settings...</title><subtitle /><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item></items> [16:52:37.845] Dict.cc[Script Filter] Queuing argument ' wf:executeParsing'
  10. Having trouble with this workflow. I'm on a mac, catalina, using Alfred 4. I used the en-de tab-delimited file and I tried to enter the name of the file both with and w/o the brackets in the original code. (see my code below) The first time I did this yesterday, terminal did open and I got a similar error as WalterBeiter above. But now when I do it, I just get "translate..." forever, like in the screenshot below. I also looked for a parseDictsData.py file on my computer and dont have it, so I'm not sure what's happening. thanks for the help. [{ "downloadedDictionaryFile": "cmnsmfsndf-1962405712-759768.txt", "languageOrderInDictionaryFile": [{ "identifier":"de", "completeName":"German", "icon":"icons/icon.png" },{ "identifier":"en", "completeName":"English", "icon":"icons/icon.png" }], "supportedDirection":"both" },{ ** second translation configuration goes here (same keys as before) ** }]
  11. great. hope so. thanks for the info. even as a novice/newbie, I never realized how i lived w/o this app.
  12. will do. thanks. so for the mail app, is it something that might be fixed/workaround in the future, or are mail integrations simply not possible anymore? Best, R
  13. oops, my mistake, I'm in catalina (brain freeze :)). I am using the apple mail app only... so what does this mean? will this workflow be updated to be usable again in the future, or is this (and maybe a number of other workflows) now rendered forever unusable? (could this be why my success rate has been so low w/ so many workflows?). It's a bit frustrating as I was very excited to use this one and the german dictcc german dictionary as well as deepl and others. Is there a way to know which workflows wont work before going to the trouble of installing/troubleshooting? R
  14. Hello Vero, I had done that already as I was reading all the past posts about it. Alfred has been authorized for full access and files/folders. could whatever the reason be for this, the same reason other workflows dont work for me? Best, R
  15. I've tried everything that was listing on this and another post, but I can't get it to work on Mojave and apple mail. soon as I type anything beyond emfrom, it goes right to a web search. Ive added: Adding ~/Library/Mail/ to your search scope Unchecking "Emails" from the "Don't Show" list in Features > File Search I checked that my mail folder is in that library. what could be going wrong?
×
×
  • Create New...