Giter VIP home page Giter VIP logo

coinc's Introduction

👨🏻‍💻 Hello There, I'm Tomy Hsieh 👋🏻

Tomy's GitHub stats Tomy's GitHub streak stats Tomy's LeetCode stats Tomy's LeetCode stats Tomy's GitHub stats

  • 🏛 Master's of Software Engineering at Carnegie Mellon University, Class of 2024
  • 💼 Seeking opportunity for 🇺🇸 US 2025 Full Time SWE, connect with me on LinkedIn
  • 💪🏻 Long-time contributors to Open-source communities
  • 🫶🏻 Love finely-crafted software & products
  • 🔭 Currently working on...
    • Writing posts on my blog
  • ❓ Why follow me on GitHub?
    • Cause I star many interesting projects and compile them into awesome lists
    • Check them out in my Star tab
  • 👋🏻 Feel free to reach out to me with the badges above

coinc's People

Contributors

jerryzj avatar kimklai avatar tomy0000000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

coinc's Issues

Error "Error in workflow 'Coinc'"

Coinc workflow is showing error, attached a screenshot. Reinstalled the workflow, getting the same error.

macOS Ventura 13.5.2
Alfred 5.1.2

Screenshot 2023-09-20 at 20 24 23

Show amounts for base currency to favorited currencies.

Is there a way to show the conversion from x units of your base currency to all the currencies you have added as favorites. It seems the reverse is the default.

So if I specify cur 200 and my base currency is USD I want to see how much is 200 USD in all my other currencies.

Always show `Manual Upgrade is required`

Hi, thank you for your great plugin.

I had install python3, but I still can't use Coinc.

image

image

I try to reinstall the Coinc, but not work.

This is log

[10:44:06.489] Coinc[[Keyword](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.0A639DFD-F2BC-4854-A164-3E42C641DD28%3E807303B2-2DB0-4993-9AEB-C7C33B4F9F7C)] Processing complete
[10:44:06.491] Coinc[[Keyword](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.0A639DFD-F2BC-4854-A164-3E42C641DD28%3E807303B2-2DB0-4993-9AEB-C7C33B4F9F7C)] Passing output '' to [Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.0A639DFD-F2BC-4854-A164-3E42C641DD28%3E744D6D8C-2F3F-4634-86E7-7DB0393AA9E8)
[10:44:06.506] Coinc[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.0A639DFD-F2BC-4854-A164-3E42C641DD28%3E744D6D8C-2F3F-4634-86E7-7DB0393AA9E8)] Queuing argument '(null)'
[10:44:06.578] Coinc[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.0A639DFD-F2BC-4854-A164-3E42C641DD28%3E744D6D8C-2F3F-4634-86E7-7DB0393AA9E8)] Script with argv '(null)' finished
[10:44:06.581] Coinc[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.0A639DFD-F2BC-4854-A164-3E42C641DD28%3E744D6D8C-2F3F-4634-86E7-7DB0393AA9E8)] {
  "items": [
    {
      "title": "Manual Upgrade is required",
      "subtitle": "Hit enter to open migration Guide on GitHub",
      "valid": true,
      "arg": "open,https://github.com/tomy0000000/Coinc/wiki/V2-Migration-Guide",
      "icon": {
        "path": "hints/info.png"
      }
    }
  ]
}

[Errno 66] Directory not empty

Debug Log

16:36:57 workflow.py:2061 DEBUG    ---------- Coinc (1.3.0) ----------
16:36:57 workflow.py:1468 DEBUG    reading settings from /Users/stevenjlho/Library/Application Support/Alfred/Workflow Data/tech.tomy.coinc/settings.json
16:36:57 workflow.py:2338 INFO     checking for update ...
16:36:57 background.py:222 INFO     [__workflow_update_check] job already running
16:36:57 workflow.py:2080 ERROR    [Errno 66] Directory not empty
Traceback (most recent call last):
  File "/Users/stevenjlho/Library/Mobile Documents/com~apple~CloudDocs/Backup/Alfred.alfredpreferences/workflows/user.workflow.7F48A356-AF39-4C50-A081-580CA53B13CB/workflow/workflow.py", line 2073, in run
    func(self)
  File "main.py", line 12, in main
    if coinc.utils.manual_update_patch(workflow):
  File "/Users/stevenjlho/Library/Mobile Documents/com~apple~CloudDocs/Backup/Alfred.alfredpreferences/workflows/user.workflow.7F48A356-AF39-4C50-A081-580CA53B13CB/coinc/utils.py", line 62, in manual_update_patch
    os.rename(old_path, new_path)
OSError: [Errno 66] Directory not empty
16:36:57 workflow.py:2082 INFO     for assistance, see: https://git.io/JfjXg
16:36:57 workflow.py:2103 DEBUG    ---------- finished in 0.024s ----------
[16:36:57.296] Coinc[Script Filter] {
  "items": [
    {
      "valid": false,
      "subtitle": "[Errno 66] Directory not empty",
      "icon": {
        "path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns"
      },
      "title": "Error in workflow 'Coinc'"
    }
  ]
}

Not work after upgrade to macOS 12.3 beta

In debug mode, after input "cur" in alfred, the error is as below:

[23:58:55.694] Coinc[Script Filter] Queuing argument '(null)'
[23:58:55.783] Coinc[Script Filter] Script with argv '(null)' finished
[23:58:55.786] ERROR: Coinc[Script Filter] Code 127: /Users/kamus/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/DF280CF6-E1C2-4C73-9803-EB25E1430C46: line 1: python: command not found
[23:59:06.519] Coinc[Script Filter] Queuing argument '(null)'
[23:59:06.597] Coinc[Script Filter] Script with argv '(null)' finished
[23:59:06.600] ERROR: Coinc[Script Filter] Code 127: /Users/kamus/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/1562FAF5-DAD3-4257-B26D-22FC57F9A506: line 1: python: command not found

Maybe the reason is Apple removes Python 2.7 in macOS 12.3 beta, but I did ln -s python3 python, still can't let Coinc works.

❯ which python
/usr/local/bin/python
❯ ll /usr/local/bin/python
lrwxr-xr-x  1 root  wheel  25 Feb  7 22:19 /usr/local/bin/python -> /opt/homebrew/bin/python3
❯ python --version
Python 3.9.9

Change base currency

Hi,

I love your workflow! I was wondering, am I able to change the base currency (USD) to something different? Was not able to find that option.

ETH not working @1.3.1

How to reproduce

  1. type command "cur eth"
  2. voila

Debug message

[19:03:51.754] STDERR: Coinc[Script Filter] .
19:03:51 workflow.py:2061 DEBUG ---------- Coinc (1.3.1) ----------
19:03:51 workflow.py:1468 DEBUG reading settings from /Users/kimk/Library/Application Support/Alfred/Workflow Data/tech.tomy.coinc/settings.json
19:03:51 workflow.py:2343 DEBUG update check not due
.
19:03:51 workflow.py:2061 DEBUG ---------- Coinc (1.3.1) ----------
19:03:51 workflow.py:2343 DEBUG update check not due
19:03:51 query.py:124 INFO Run Pattern 2
19:03:51 init.py:67 INFO Python: KeyError
19:03:51 init.py:68 INFO 'ETH'
19:03:51 workflow.py:2254 DEBUG set last run version: 1.3.1
19:03:51 workflow.py:2103 DEBUG ---------- finished in 0.004s ----------
19:03:51 workflow.py:2254 DEBUG set last run version: 1.3.1
19:03:51 workflow.py:2103 DEBUG ---------- finished in 0.026s ----------
[19:03:51.759] Coinc[Script Filter] {
"items": [
{
"mods": {
"alt": {
"valid": true,
"subtitle": "Copy '$60958.0831411' to clipboard",
"icon": {
"path": "flags/ETH.png"
},
"arg": "$60958.0831411"
}
},
"subtitle": "Copy '60958.0831411' to clipboard",
"title": "1 ETH = 60958.0831411 TWD",
"text": {
"copy": "60958.0831411"
},
"valid": true,
"arg": "60958.0831411",
"icon": {
"path": "flags/ETH.png"
}
},
{
"valid": false,
"subtitle": "ETH",
"icon": {
"path": "hints/cancel.png"
},
"title": "Python Error: KeyError"
}
]
}

New bug?: a yellow "update" floating as the first line

Hello again, I'm a long time user of your workflow. Since you change the name, I re-install this workflow and reset the ID and config. I figure out a "bug" but am not sure whether it's a problem in the new code or in my local setting.

There is a yellow "update" floating as the first line when typing number w/o any suffix.

image

Thousands separator

Could you add please thousands separator for all currency. Ex: 500,678.90

Error in workflow 'Coinc'

Hello, I have just installed Coinc 1.3.0 and have followed the set up instructions, including configuring the App_ID and fallback search but am getting an error message. I'm on Big Sur 11.0.1 - is Coinc compatible?

Cheers,
Justin

Screen Shot 2020-11-20 at 8 32 05 AM
Screen Shot 2020-11-20 at 8 36 30 AM

Improve alias experience

In cur-alias, it’s not immediately obvious that you’re supposed to type aliascurrency. The preview of currencies is quite good, but by that point one had to have already figured out the syntax. A simple subtitle would be enough to clarify.

Alfred Forum

workflow.py:2080 ERROR 'favorites'

I tried the workflow and couldn't make it work. I couldn't say whether it is because of a bug of because I missed a configuration step.

I imported the workflow added the APP_ID variable before running the workflow, didn't add any currency to the favorites list as I couldn't. I didn't work.

Apparently there is a problem with the favorites as I got this error.

[23:58:14.285] Productivity Coon[Script Filter] Queuing argument '(null)'
[23:58:18.468] Productivity Coon[Script Filter] Script with argv '(null)' finished
[23:58:18.474] STDERR: Productivity Coon[Script Filter] .
23:58:17 workflow.py:2061 DEBUG    ---------- Productivity Coon (1.0.0) ----------
23:58:17 workflow.py:1468 DEBUG    reading settings from /Users/Username/Library/Application Support/Alfred/Workflow Data/tech.tomy.coon/settings.json
23:58:17 workflow.py:2338 INFO     checking for update ...
23:58:17 background.py:233 DEBUG    [__workflow_update_check] command cached: /Users/Username/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/tech.tomy.coon/__workflow_update_check.argcache
23:58:17 background.py:237 DEBUG    [__workflow_update_check] passing job to background runner: [u'/usr/bin/python', '/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/workflow/background.pyc', u'__workflow_update_check']
.
23:58:17 workflow.py:2061 DEBUG    ---------- Productivity Coon (1.0.0) ----------
23:58:17 background.py:243 DEBUG    [__workflow_update_check] background job started
.
23:58:17 workflow.py:2061 DEBUG    ---------- Productivity Coon (1.0.0) ----------
23:58:17 workflow.py:2338 INFO     checking for update ...
23:58:17 background.py:225 INFO     [__workflow_update_check] job already running
23:58:18 query.py:72 INFO     Run Pattern 0
23:58:18 workflow.py:2080 ERROR    'favorites'
Traceback (most recent call last):
  File "/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/workflow/workflow.py", line 2073, in run
    func(self)
  File "/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/__init__.py", line 66, in convert
    query.run_pattern(workflow, rates)
  File "/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/query.py", line 74, in run_pattern
    func(workflow, rates)
  File "/Users/```
[23:58:14.285] Productivity Coon[Script Filter] Queuing argument '(null)'
[23:58:18.468] Productivity Coon[Script Filter] Script with argv '(null)' finished
[23:58:18.474] STDERR: Productivity Coon[Script Filter] .
23:58:17 workflow.py:2061 DEBUG    ---------- Productivity Coon (1.0.0) ----------
23:58:17 workflow.py:1468 DEBUG    reading settings from /Users/Username/Library/Application Support/Alfred/Workflow Data/tech.tomy.coon/settings.json
23:58:17 workflow.py:2338 INFO     checking for update ...
23:58:17 background.py:233 DEBUG    [__workflow_update_check] command cached: /Users/Username/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/tech.tomy.coon/__workflow_update_check.argcache
23:58:17 background.py:237 DEBUG    [__workflow_update_check] passing job to background runner: [u'/usr/bin/python', '/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/workflow/background.pyc', u'__workflow_update_check']
.
23:58:17 workflow.py:2061 DEBUG    ---------- Productivity Coon (1.0.0) ----------
23:58:17 background.py:243 DEBUG    [__workflow_update_check] background job started
.
23:58:17 workflow.py:2061 DEBUG    ---------- Productivity Coon (1.0.0) ----------
23:58:17 workflow.py:2338 INFO     checking for update ...
23:58:17 background.py:225 INFO     [__workflow_update_check] job already running
23:58:18 query.py:72 INFO     Run Pattern 0
23:58:18 workflow.py:2080 ERROR    'favorites'
Traceback (most recent call last):
  File "/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/workflow/workflow.py", line 2073, in run
    func(self)
  File "/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/__init__.py", line 66, in convert
    query.run_pattern(workflow, rates)
  File "/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/query.py", line 74, in run_pattern
    func(workflow, rates)
  File "/Users/Username/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/query.py", line 82, in pattern_0
    for currency in settings["favorites"]:
KeyError: 'favorites'
23:58:18 workflow.py:2082 INFO     for assistance, see: https://git.io/fjD6M
23:58:18 workflow.py:2103 DEBUG    ---------- finished in 0.840s ----------
23:58:18 workflow.py:2254 DEBUG    set last run version: 1.0.0
23:58:18 workflow.py:2103 DEBUG    ---------- finished in 1.464s ----------
[23:58:18.495] Productivity Coon[Script Filter] {"items": [{"valid": false, "subtitle": "'favorites'", "icon": {"path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns"}, "title": "Error in workflow 'Productivity Coon'"}]}

```/Dropbox/Applications_Backups/Alfred_Backups/Backup_Alfred/Alfred.alfredpreferences/workflows/user.workflow.08009832-5D2F-4E5A-BE10-9B257CBB7595/currency/query.py", line 82, in pattern_0
    for currency in settings["favorites"]:
KeyError: 'favorites'
23:58:18 workflow.py:2082 INFO     for assistance, see: https://git.io/fjD6M
23:58:18 workflow.py:2103 DEBUG    ---------- finished in 0.840s ----------
23:58:18 workflow.py:2254 DEBUG    set last run version: 1.0.0
23:58:18 workflow.py:2103 DEBUG    ---------- finished in 1.464s ----------
[23:58:18.495] Productivity Coon[Script Filter] {"items": [{"valid": false, "subtitle": "'favorites'", "icon": {"path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns"}, "title": "Error in workflow 'Productivity Coon'"}]}

Error on all operation - " KeyError: 'favorites' "

Debug Logs -

[15:46:04.778] Coon[Script Filter] Queuing argument 'USD'
[15:46:05.050] Coon[Script Filter] Script with argv 'USD' finished
[15:46:05.054] STDERR: Coon[Script Filter] .
15:46:04 workflow.py:2061 DEBUG ---------- Coon (1.0.0) ----------
15:46:04 workflow.py:1468 DEBUG reading settings from /Users/username/Library/Application Support/Alfred/Workflow Data/tech.tomy.coon/settings.json
15:46:04 workflow.py:2343 DEBUG update check not due
.
15:46:04 workflow.py:2061 DEBUG ---------- Coon (1.0.0) ----------
15:46:04 workflow.py:2343 DEBUG update check not due
15:46:04 init.py:35 INFO all
15:46:04 workflow.py:2080 ERROR 'favorites'
Traceback (most recent call last):
File "/Users/username/GoogleDrive/alfred_prefs/Alfred.alfredpreferences/workflows/user.workflow.2E339F7D-6924-432A-BE53-A13E6B27ACFD/currency/workflow/workflow.py", line 2073, in run
func(self)
File "/Users/username/GoogleDrive/alfred_prefs/Alfred.alfredpreferences/workflows/user.workflow.2E339F7D-6924-432A-BE53-A13E6B27ACFD/currency/init.py", line 39, in load
items = generate_items(query, currencies.keys(), workflow.settings["favorites"], True)
KeyError: 'favorites'
15:46:04 workflow.py:2082 INFO for assistance, see: https://git.io/fjD6M
15:46:04 workflow.py:2103 DEBUG ---------- finished in 0.005s ----------
15:46:04 workflow.py:2254 DEBUG set last run version: 1.0.0
15:46:04 workflow.py:2103 DEBUG ---------- finished in 0.042s ----------
[15:46:05.065] Coon[Script Filter] {"items": [{"valid": false, "subtitle": "'favorites'", "icon": {"path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns"}, "title": "Error in workflow 'Coon'"}]}

cur-add show Error in workflow

image

[15:27:03.812] Coon[Script Filter] Queuing argument '(null)'
[15:27:04.057] Coon[Script Filter] Script with argv '(null)' finished
[15:27:04.060] STDERR: Coon[Script Filter] .
15:27:03 workflow.py:2061 DEBUG ---------- Coon (1.0.1) ----------
15:27:03 workflow.py:1468 DEBUG reading settings from /Users/touchmii/Library/Application Support/Alfred/Workflow Data/tech.tomy.coon/settings.json
15:27:03 workflow.py:2343 DEBUG update check not due
.
15:27:03 workflow.py:2061 DEBUG ---------- Coon (1.0.1) ----------
15:27:03 workflow.py:2343 DEBUG update check not due
15:27:03 query.py:72 INFO Run Pattern 0
15:27:03 workflow.py:2080 ERROR 'favorites'
Traceback (most recent call last):
File "/Users/touchmii/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.68471F7D-0269-4F81-9ACA-2336C025FF43/currency/workflow/workflow.py", line 2073, in run
func(self)
File "/Users/touchmii/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.68471F7D-0269-4F81-9ACA-2336C025FF43/currency/init.py", line 66, in convert
query.run_pattern(workflow, rates)
File "/Users/touchmii/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.68471F7D-0269-4F81-9ACA-2336C025FF43/currency/query.py", line 74, in run_pattern
func(workflow, rates)
File "/Users/touchmii/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.68471F7D-0269-4F81-9ACA-2336C025FF43/currency/query.py", line 82, in pattern_0
for currency in settings["favorites"]:
KeyError: 'favorites'
15:27:03 workflow.py:2082 INFO for assistance, see: https://git.io/fjD6M
15:27:03 workflow.py:2103 DEBUG ---------- finished in 0.004s ----------
15:27:03 workflow.py:2254 DEBUG set last run version: 1.0.1
15:27:03 workflow.py:2103 DEBUG ---------- finished in 0.038s ----------
[15:27:04.064] Coon[Script Filter] {"items": [{"valid": false, "subtitle": "'favorites'", "icon": {"path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns"}, "title": "Error in workflow 'Coon'"}]}

Error

Hello there,

Please tell me why this error happens. I've set up app id successfully.

Image Copied on 2019-12-26 at 17 08 32 PM

Support for Number Input with Comma

Since we always input the numbers with comma(s) from bank transactions, financial sheets, or technical reports. It would be better to support the input with comma(s).

It works well w/o comma(s):

Image Copied on 2020-02-18 at 21 19 48 PM

It fails w/ comma(s):

Image Copied on 2020-02-18 at 21 19 48 PM

Not compatible with new M1 silicon macOS?

Laptop: Macbook Pro with M1 silicon
Alfred: 4.2.1 Universal version
The very first time launch after installation looks good, from the second launch, always got error as below.
image

Here is the logs after turning on debug mode.

[02:39:15.696] Logging Started...
[02:39:30.994] Coinc[Script Filter] Queuing argument '(null)'
[02:39:31.367] Coinc[Script Filter] Script with argv '(null)' finished
[02:39:31.368] ERROR: Coinc[Script Filter] Code 1: .
02:39:31 workflow.py:2061 DEBUG    ---------- Coinc (1.3.0) ----------
02:39:31 workflow.py:1468 DEBUG    reading settings from /Users/kamus/Library/Application Support/Alfred/Workflow Data/tech.tomy.coinc/settings.json
02:39:31 workflow.py:2338 INFO     checking for update ...
02:39:31 background.py:230 DEBUG    [__workflow_update_check] command cached: /Users/kamus/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/tech.tomy.coinc/__workflow_update_check.argcache
02:39:31 background.py:234 DEBUG    [__workflow_update_check] passing job to background runner: [u'/usr/bin/python', '/Users/kamus/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.81C8A43D-39ED-49C5-B6DE-956EBCFBAE0C/workflow/background.pyc', u'__workflow_update_check']
.
02:39:31 workflow.py:2061 DEBUG    ---------- Coinc (1.3.0) ----------
02:39:31 background.py:240 DEBUG    [__workflow_update_check] background job started
02:39:31 workflow.py:2080 ERROR    [Errno 66] Directory not empty
Traceback (most recent call last):
  File "/Users/kamus/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.81C8A43D-39ED-49C5-B6DE-956EBCFBAE0C/workflow/workflow.py", line 2073, in run
    func(self)
  File "main.py", line 12, in main
    if coinc.utils.manual_update_patch(workflow):
  File "/Users/kamus/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.81C8A43D-39ED-49C5-B6DE-956EBCFBAE0C/coinc/utils.py", line 62, in manual_update_patch
    os.rename(old_path, new_path)
OSError: [Errno 66] Directory not empty
02:39:31 workflow.py:2082 INFO     for assistance, see: https://git.io/JfjXg
02:39:31 workflow.py:2103 DEBUG    ---------- finished in 0.166s ----------
[02:39:31.377] Coinc[Script Filter] {
  "items": [
    {
      "valid": false,
      "subtitle": "[Errno 66] Directory not empty",
      "icon": {
        "path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns"
      },
      "title": "Error in workflow 'Coinc'"
    }
  ]
}

Not getting exchange value

For some reason I am not getting the value of USD for NGN. Exchange value for other currencies work as expected. Also, I read in another Issue that commas were added, but they don't seem to be appearing here.

Screen Shot 2020-11-21 at 11 33 14 AM

Consider Name Change

In case you weren't aware, Coon is a culturally inappropriate term in the US.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.