Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency syntax error 1, the whole command doesn't work. #232

Open
2 of 9 tasks
jamieveenswijk opened this issue Aug 9, 2021 · 2 comments
Open
2 of 9 tasks

Currency syntax error 1, the whole command doesn't work. #232

jamieveenswijk opened this issue Aug 9, 2021 · 2 comments

Comments

@jamieveenswijk
Copy link

jamieveenswijk commented Aug 9, 2021

Issue Label:

  • Bug
  • New feature
  • Enhancement
  • New component

Description:
When trying to convert currency with the "currency" command, the script gives a (standard_in) 1: syntax error.

If its a bug make sure to include this section.

OS and OS version:

  • Mac
  • Linux 32 Bit
  • Linux 64 Bit
  • Windows 32 Bit
  • Windows 64 Bit

OS Version: Ubuntu 20.04

image

@moneypro
Copy link

moneypro commented Aug 9, 2021

Running on MacOS Big Sur. Got parsing error. Looks like the API return value changed from the source.

hong@C02FN173MD6V server % currency USD EUR 540 (standard_in) 1: parse error (standard_in) 1: parse error (standard_in) 1: parse error | USD to EUR | Rate: | USD: 540 | EUR: hong@C02FN173MD6V server % currency USD CAD 540 (standard_in) 1: parse error (standard_in) 1: parse error (standard_in) 1: parse error | USD to CAD | Rate: | USD: 540 | CAD: hong@C02FN173MD6V server % currency What is the base currency: USD What currency to exchange to: CAD What is the amount being exchanged: 100 (standard_in) 1: parse error (standard_in) 1: parse error (standard_in) 1: parse error | USD to CAD | Rate: | USD: 100 | CAD:

@jazz-it
Copy link

jazz-it commented Nov 13, 2021

You need to pull the following change in order to make it work: 9f92e2e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants