michalmytych / moneypenny

Full-stack web application for personal budget management.
MIT License
2 stars 0 forks source link

Without Exchange Rates API credentials provided TransactionsTableSeeder is failing #48

Open michalmytych opened 9 months ago

michalmytych commented 9 months ago
 GuzzleHttp\Exception\RequestException 

  cURL error 3:  (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for /exchangerates_data/2023-09-01?base=ZMW&symbols=PLN

  at vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:211
    207▕
    208▕         // Create a connection exception if it was a specific error code.
    209▕         $error = isset($connectionErrors[$easy->errno])
    210▕             ? new ConnectException($message, $easy->request, null, $ctx)
  ➜ 211▕             : new RequestException($message, $easy->request, $easy->response, null, $ctx);
    212▕
    213▕         return P\Create::rejectionFor($error);
    214▕     }
    215▕

  1   vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:158
      GuzzleHttp\Handler\CurlFactory::createRejection()

  2   vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:110
      GuzzleHttp\Handler\CurlFactory::finishError()