Jump to content

Alfred Workflows suddenly don't seem to be reading inputs


Recommended Posts

Hi there,

 

Have been using Alfred for a few years without problems.  Just noticed today that my workflows that take inputs don't work anymore.  It seems to be waiting for an input even when I give it.  I've attached a screenshot of the example to show it in action.  I've reset the application, reinstalled it, deleted the prefrences, and I'm not sure what else I can do:

 

http://imgur.com/e769ZQd

 

Any ideas?  Thanks!

Link to comment

Hi there,

 

Have been using Alfred for a few years without problems.  Just noticed today that my workflows that take inputs don't work anymore.  It seems to be waiting for an input even when I give it.  I've attached a screenshot of the example to show it in action.  I've reset the application, reinstalled it, deleted the prefrences, and I'm not sure what else I can do:

 

http://imgur.com/e769ZQd

 

Any ideas?  Thanks!

 

 

Hi Tim,

 

This is a workflow, created by an Alfred user and, from the looks of it, the workflow relies on an online source for its conversion rate. 

 

The issue could be:

- The service used for conversion was temporarily down

- Their API service has changed/died and the workflow couldn't connect

- The workflow requires some configuration on your part which hasn't been done

 

I'd suggest first trying to see whether there's a new version of the workflow from that creator, or dropping them a line/posting in the right forum thread to find out if they have an idea why this may not currently work.

 

In the meantime, you can type "100 eur in usd" into Alfred to get it to launch Google (or your own default fallback search) with the conversion rate.

 

Cheers,

Vero

Link to comment

Hey, thanks for the reply -- let me just clarify this is not just that workflow, it's all my workflows that suddenly without warning stopped working.  Here's a picture of luxinate which is deprecated but had worked up until ALL my workflows stopped working.  I'm not even trying to query anything on the internet in the screenshot:

 

http://imgur.com/TOGZkYq

 

Again, I'm not trying out any new workflows, it's ones I've been using for a long time. 

Link to comment

Hey, thanks for the reply -- let me just clarify this is not just that workflow, it's all my workflows that suddenly without warning stopped working.  Here's a picture of luxinate which is deprecated but had worked up until ALL my workflows stopped working.  I'm not even trying to query anything on the internet in the screenshot:

 

http://imgur.com/TOGZkYq

 

Again, I'm not trying out any new workflows, it's ones I've been using for a long time. 

 

 

I believe the top workflow (by deanishe) uses Python, and I will hazard a guess that the latter does as well, so it may be that some required libraries on your Mac are no longer working as expected.

 

Also, it's worth mentioning that the developer of the Luxinate has added a note that the workflow isn't supported any more; This is sometimes because the developer no longer has time to maintain it, or the service it relies on has changed or been removed by the company.

 

http://www.alfredforum.com/topic/3238-luxinate-download-video-and-audio-from-youtube-and-soundcloud/

 

I'll ask deanishe to pop his head and see if he can make any suggestions re: python :)

 

Cheers,

Vero

Link to comment

Luxinate is also a Python workflow.
 
The repeated issue with workflows hanging wasn't a problem with Python or my library, but an Alfred bug that was fixed in the last release of Alfred 2.
 
First thing is to figure out if it's an issue with Python, the system or Alfred. Try some workflows that you know are written in different languages. Mine are all in Python. Vítor's are Ruby.
 
If none work, it's a problem with Alfred (or the system).
 
If it's just Python workflows, let's test one outside Alfred. Open my Convert workflow in Terminal or iTerm and run it from the command line:

/usr/bin/python convert.py "100 eur usd"

If that works, it ain't Python that's broke.

Link to comment

Hey thanks for the reply deanishe,

 

I ran the command after changing to the workflow directory.  Here are the results below:

 

 

Tims-iMac:user.workflow.1069976C-681A-4D9A-8FBE-D4E45ADF4A12 timhsia$ /usr/bin/python convert.py "100 eur usd"

06:55:44 workflow.py:2140 DEBUG    Workflow version : 2.5.0

06:55:44 workflow.py:1543 DEBUG    Reading settings from `/Users/timhsia/Library/Application Support/Alfred 2/Workflow Data/net.deanishe.alfred-convert/settings.json` ...

06:55:44 workflow.py:2396 INFO     Checking for update ...

06:55:44 background.py:188 DEBUG    Command arguments cached to `/Users/timhsia/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/net.deanishe.alfred-convert/__workflow_update_check.argcache`

06:55:44 background.py:192 DEBUG    Calling [u'/usr/bin/python', '/Users/timhsia/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.1069976C-681A-4D9A-8FBE-D4E45ADF4A12/workflow/background.pyc', u'__workflow_update_check'] ...

06:55:44 workflow.py:2140 DEBUG    Workflow version : 2.5.0

06:55:44 workflow.py:2176 DEBUG    Workflow finished in 0.025 seconds.

06:55:44 workflow.py:2176 DEBUG    Workflow finished in 0.025 seconds.

06:55:44 background.py:197 DEBUG    Executing task `__workflow_update_check` in background...

06:55:44 convert.py:183 DEBUG    query : 100 eur usd

06:55:44 workflow.py:1778 DEBUG    Loading cached data from : /Users/timhsia/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/net.deanishe.alfred-convert/__workflow_update_status.cpickle

06:55:44 workflow.py:2349 DEBUG    update_data : {u'available': False}

06:55:44 workflow.py:1778 DEBUG    Loading cached data from : /Users/timhsia/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/net.deanishe.alfred-convert/exchange_rates.cpickle

06:55:44 convert.py:96 DEBUG    Registering currency : u'DZD = eur / 123.998 = dzd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'NAD = eur / 17.3408 = nad'

06:55:44 convert.py:96 DEBUG    Registering currency : u'GHS = eur / 4.3084 = ghs'

06:55:44 convert.py:96 DEBUG    Registering currency : u'EGP = eur / 10.0415 = egp'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BGN = eur / 1.9551 = bgn'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BMD = eur / 1.1309 = bmd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'PAB = eur / 1.1303 = pab'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BOB = eur / 7.7969 = bob'

06:55:44 convert.py:96 DEBUG    Registering currency : u'DKK = eur / 7.4384 = dkk'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BWP = eur / 12.4422 = bwp'

06:55:44 convert.py:96 DEBUG    Registering currency : u'LBP = eur / 1708.5829 = lbp'

06:55:44 convert.py:96 DEBUG    Registering currency : u'TZS = eur / 2475.4431 = tzs'

06:55:44 convert.py:96 DEBUG    Registering currency : u'VND = eur / 25281.8887 = vnd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'AOA = eur / 187.4099 = aoa'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KHR = eur / 4596.6494'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MYR = eur / 4.5611 = myr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KYD = eur / 0.9273'

06:55:44 convert.py:96 DEBUG    Registering currency : u'LYD = eur / 1.5458 = lyd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'UAH = eur / 28.8348 = uah'

06:55:44 convert.py:96 DEBUG    Registering currency : u'JOD = eur / 0.8022 = jod'

06:55:44 convert.py:96 DEBUG    Registering currency : u'AWG = eur / 2.0241 = awg'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SAR = eur / 4.2404 = sar'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BND = eur / 1.5491 = bnd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'HKD = eur / 8.7793 = hkd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CHF = eur / 1.103 = chf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'GIP = eur / 0.7814 = gip'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BYR = eur / 21813.1387 = byr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XPF = eur / 119.3317 = xpf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XPD = eur / 0.0019 = xpd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MRO = eur / 398.6028 = mro'

06:55:44 convert.py:96 DEBUG    Registering currency : u'HRK = eur / 7.4985 = hrk'

06:55:44 convert.py:96 DEBUG    Registering currency : u'DJF = eur / 201.0223 = djf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'THB = eur / 40.0903 = thb'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XAF = eur / 655.9571 = xaf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XAG = eur / 0.0661 = xag'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ETB = eur / 24.4932 = etb'

06:55:44 convert.py:96 DEBUG    Registering currency : u'UYU = eur / 35.4767 = uyu'

06:55:44 convert.py:96 DEBUG    Registering currency : u'NIO = eur / 32.1505 = nio'

06:55:44 convert.py:96 DEBUG    Registering currency : u'LAK = eur / 9165.083 = lak'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SYP = eur / 248.6143 = syp'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MAD = eur / 10.9384 = mad'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MZN = eur / 61.3233 = mzn'

06:55:44 convert.py:96 DEBUG    Registering currency : u'PHP = eur / 52.7694'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ZAR = eur / 17.4205 = zar'

06:55:44 convert.py:96 DEBUG    Registering currency : u'NPR = eur / 120.8011 = npr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ZWL = eur / 364.5197 = zwl'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BTN = eur / 75.5007 = btn'

06:55:44 convert.py:96 DEBUG    Registering currency : u'NGN = eur / 225.1366 = ngn'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CRC = eur / 605.895 = crc'

06:55:44 convert.py:96 DEBUG    Registering currency : u'AED = eur / 4.1534 = aed'

06:55:44 convert.py:96 DEBUG    Registering currency : u'GBP = eur / 0.7875 = gbp'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MWK = eur / 792.4993 = mwk'

06:55:44 convert.py:96 DEBUG    Registering currency : u'LKR = eur / 165.1992 = lkr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'PKR = eur / 118.457 = pkr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'HUF = eur / 315.4763 = huf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'RON = eur / 4.4954 = ron'

06:55:44 convert.py:96 DEBUG    Registering currency : u'LSL = eur / 17.3634 = lsl'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MNT = eur / 2271.7783 = mnt'

06:55:44 convert.py:96 DEBUG    Registering currency : u'AMD = eur / 542.162 = amd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'UGX = eur / 3758.5044 = ugx'

06:55:44 convert.py:96 DEBUG    Registering currency : u'QAR = eur / 4.1161 = qar'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XDR = eur / 0.8025 = xdr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'JMD = eur / 139.0378 = jmd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'TTD = eur / 7.5284 = ttd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SHP = eur / 0.7934 = shp'

06:55:44 convert.py:96 DEBUG    Registering currency : u'AFN = eur / 77.5616 = afn'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MMK = eur / 1316.99 = mmk'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KPW = eur / 1017.7202 = kpw'

06:55:44 convert.py:96 DEBUG    Registering currency : u'TRY = eur / 3.3583 = try'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BDT = eur / 88.8981 = bdt'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CVE = eur / 109.3762 = cve'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CNY = eur / 7.3871 = cny'

06:55:44 convert.py:96 DEBUG    Registering currency : u'HTG = eur / 70.5926 = htg'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XOF = eur / 655.9571 = xof'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MGA = eur / 3567.6265 = mga'

06:55:44 convert.py:96 DEBUG    Registering currency : u'YER = eur / 282.5304 = yer'

06:55:44 convert.py:96 DEBUG    Registering currency : u'LRD = eur / 95.7448 = lrd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XCD = eur / 3.0532 = xcd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'NOK = eur / 9.2719 = nok'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MXV = eur / 3.7207 = mxv'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MOP = eur / 9.0428 = mop'

06:55:44 convert.py:96 DEBUG    Registering currency : u'INR = eur / 75.7489 = inr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MXN = eur / 20.5468 = mxn'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CZK = eur / 27.0216 = czk'

06:55:44 convert.py:96 DEBUG    Registering currency : u'TJS = eur / 8.8985 = tjs'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BTC = eur / 0.0025 = btc'

06:55:44 convert.py:96 DEBUG    Registering currency : u'PYG = eur / 6389.0215 = pyg'

06:55:44 convert.py:96 DEBUG    Registering currency : u'COP = eur / 3383.3538 = cop'

06:55:44 convert.py:96 DEBUG    Registering currency : u'TMT = eur / 3.9578 = tmt'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MUR = eur / 39.7247 = mur'

06:55:44 convert.py:96 DEBUG    Registering currency : u'IDR = eur / 15079.2188 = idr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'HNL = eur / 25.4373 = hnl'

06:55:44 convert.py:96 DEBUG    Registering currency : u'FJD = eur / 2.3867 = fjd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ISK = eur / 139.8008 = isk'

06:55:44 convert.py:96 DEBUG    Registering currency : u'PEN = eur / 3.7719 = pen'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BZD = eur / 2.2559 = bzd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ILS = eur / 4.2814 = ils'

06:55:44 convert.py:96 DEBUG    Registering currency : u'DOP = eur / 51.8415 = dop'

06:55:44 convert.py:96 DEBUG    Registering currency : u'TWD = eur / 36.8884 = twd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MDL = eur / 22.2112 = mdl'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XPT = eur / 0.0011 = xpt'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BSD = eur / 1.1303 = bsd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SEK = eur / 9.3253 = sek'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MVR = eur / 17.3804 = mvr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'AUD = eur / 1.5558 = aud'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SRD = eur / 7.0472 = srd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CUP = eur / 1.1308'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CLF = eur / 0.0278 = clf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BBD = eur / 2.2616 = bbd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KMF = eur / 492.2938 = kmf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KRW = eur / 1330.7201 = krw'

06:55:44 convert.py:96 DEBUG    Registering currency : u'GMD = eur / 48.4606 = gmd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'VEF = eur / 11.2515 = vef'

06:55:44 convert.py:96 DEBUG    Registering currency : u'GTQ = eur / 8.6198 = gtq'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ANG = eur / 2.0241 = ang'

06:55:44 convert.py:96 DEBUG    Registering currency : u'GEL = eur / 2.4878 = gel'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CLP = eur / 779.9637 = clp'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ZMW = eur / 11.2923 = zmw'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ALL = eur / 138.3812 = all'

06:55:44 convert.py:96 DEBUG    Registering currency : u'RWF = eur / 843.5723 = rwf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KZT = eur / 371.9828 = kzt'

06:55:44 convert.py:96 DEBUG    Registering currency : u'RUB = eur / 73.739 = rub'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CDF = eur / 1044.8622 = cdf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'OMR = eur / 0.4353 = omr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BRL = eur / 3.9944 = brl'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SBD = eur / 8.8196 = sbd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'PLN = eur / 4.4105 = pln'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KES = eur / 113.8736 = kes'

06:55:44 convert.py:96 DEBUG    Registering currency : u'MKD = eur / 61.5716 = mkd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'AZN = eur / 1.705 = azn'

06:55:44 convert.py:96 DEBUG    Registering currency : u'TOP = eur / 2.5052 = top'

06:55:44 convert.py:96 DEBUG    Registering currency : u'VUV = eur / 125.118 = vuv'

06:55:44 convert.py:96 DEBUG    Registering currency : u'GNF = eur / 8302.8711 = gnf'

06:55:44 convert.py:96 DEBUG    Registering currency : u'WST = eur / 2.913 = wst'

06:55:44 convert.py:96 DEBUG    Registering currency : u'IQD = eur / 1251.9143 = iqd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ERN = eur / 18.2963 = ern'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BAM = eur / 1.9558 = bam'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SCR = eur / 15.055 = scr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'CAD = eur / 1.4631 = cad'

06:55:44 convert.py:96 DEBUG    Registering currency : u'GYD = eur / 233.6815 = gyd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KWD = eur / 0.3409 = kwd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BIF = eur / 1765.4099 = bif'

06:55:44 convert.py:96 DEBUG    Registering currency : u'PGK = eur / 3.5636 = pgk'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SOS = eur / 675.4339 = sos'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SGD = eur / 1.5515 = sgd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'UZS = eur / 3289.7798 = uzs'

06:55:44 convert.py:96 DEBUG    Registering currency : u'STD = eur / 24411.1445 = std'

06:55:44 convert.py:96 DEBUG    Registering currency : u'IRR = eur / 34323.1719 = irr'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SVC = eur / 9.8901 = svc'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SLL = eur / 4466.6699 = sll'

06:55:44 convert.py:96 DEBUG    Registering currency : u'TND = eur / 2.3215 = tnd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'NZD = eur / 1.6708 = nzd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'FKP = eur / 0.7461 = fkp'

06:55:44 convert.py:96 DEBUG    Registering currency : u'USD = eur / 1.1308 = usd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'KGS = eur / 77.3342 = kgs'

06:55:44 convert.py:96 DEBUG    Registering currency : u'ARS = eur / 16.0075 = ars'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SZL = eur / 17.3578 = szl'

06:55:44 convert.py:96 DEBUG    Registering currency : u'RSD = eur / 122.7144 = rsd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'BHD = eur / 0.4264 = bhd'

06:55:44 convert.py:96 DEBUG    Registering currency : u'JPY = eur / 122.8501 = jpy'

06:55:44 convert.py:96 DEBUG    Registering currency : u'SDG = eur / 6.8969 = sdg'

06:55:44 convert.py:96 DEBUG    Registering currency : u'XAU = eur / 0.0009 = xau'

06:55:44 background.py:188 DEBUG    Command arguments cached to `/Users/timhsia/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/net.deanishe.alfred-convert/update.argcache`

06:55:44 background.py:192 DEBUG    Calling [u'/usr/bin/python', '/Users/timhsia/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.1069976C-681A-4D9A-8FBE-D4E45ADF4A12/workflow/background.pyc', u'update'] ...

06:55:44 workflow.py:2140 DEBUG    Workflow version : 2.5.0

06:55:44 workflow.py:2176 DEBUG    Workflow finished in 0.026 seconds.

06:55:44 workflow.py:2176 DEBUG    Workflow finished in 0.027 seconds.

06:55:44 background.py:197 DEBUG    Executing task `update` in background...

06:55:44 convert.py:126 DEBUG    quantity : 100.0 tail :  eur usd

06:55:44 convert.py:140 DEBUG    atoms : [u'eur', u'usd']  i : 0  q1 :   q2 : eur usd

06:55:44 convert.py:140 DEBUG    atoms : [u'eur', u'usd']  i : 1  q1 : eur  q2 : usd

06:55:44 convert.py:148 DEBUG    From unit : eur

06:55:44 convert.py:154 DEBUG    from 'EUR' to 'USD'

06:55:44 convert.py:163 DEBUG    113.080000 USD

<?xml version="1.0" encoding="utf-8"?>

<items><item valid="no"><title>Updating exchange rates…</title><subtitle /><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns</icon></item><item valid="yes"><title>113.08 USD</title><subtitle /><arg>113.08 USD</arg><icon>icon.png</icon><text type="largetype">113.08 USD</text><text type="copy">113.08 USD</text></item></items>06:55:44 convert.py:255 DEBUG    finished

06:55:44 workflow.py:2331 DEBUG    Set last run version : 2.5.0

06:55:44 workflow.py:2176 DEBUG    Workflow finished in 0.346 seconds.

 

So it looks like it works, which may seem to confirm my earlier suspicion that this was an issue with Alfred instead of the workflows?  I'd been using luxinate, convert, and a bunch of other ones for years and for all of them to suddenly stop working because of a bug inherent in there sounds less likely than something happening with Alfred.  The basic Alfred commands still works though.

Link to comment
It's likely an issue with Alfred, then (seeing as the workflow and Python are working). Especially if you're having problems with workflows written in different languages.
 

 

When you try to run a workflow, and nothing happens, could you check in Activity Monitor? Select menu View > All Processes, Hierarchically and see if Alfred 2/3 has any Python/Ruby child processes.
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...