We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Label:
Description: When trying to convert currency with the "currency" command, the script gives a (standard_in) 1: syntax error.
OS and OS version:
OS Version: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
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:
Sorry, something went wrong.
You need to pull the following change in order to make it work: 9f92e2e
No branches or pull requests
Issue Label:
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:
OS Version: Ubuntu 20.04
The text was updated successfully, but these errors were encountered: