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

Abstract API integration seems to be broken #92

Open
juliangums opened this issue Jun 11, 2024 · 1 comment
Open

Abstract API integration seems to be broken #92

juliangums opened this issue Jun 11, 2024 · 1 comment

Comments

@juliangums
Copy link

Trying to get the EUR/USD rate from yesterday. Newly created account, everything on newest version.


   Exchanger\Exception\ChainException 

  The chain resulted in 1 exception(s):
RuntimeException: Unable to parse JSON data: JSON_ERROR_SYNTAX - Syntax error, malformed JSON

  at vendor/florianv/exchanger/src/Service/Chain.php:69
     65▕                 $exceptions[] = $e;
     66▕             }
     67▕         }
     68▕ 
  ➜  69▕         throw new ChainException($exceptions);
     70▕     }
     71▕ 
     72▕     /**
     73▕      * {@inheritdoc}

      +4 vendor frames 

  5   app/Console/Commands/GetExchangeRatesCommand.php:51
      Illuminate\Support\Facades\Facade::__callStatic("historical")
      +12 vendor frames 

  18  artisan:35
      Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))


@chadanuk
Copy link

chadanuk commented Sep 2, 2024

We're also experiencing this

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

2 participants