-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Bug: Unable to add the fixer API key #652
Comments
I have the same error
|
network error, change to other network it's work success |
Hi. It seems that something on your network is preventing you from reaching api.apilayer.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i try to add the fixer API key and press save, i get the following error. "SyntaxError: Unexpected token '<', "
"... is not valid JSON"
Checking at the browser console under network and select 'fixer_api_key.php' i get the following details:
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for data.fixer.io failed: Try again in /var/www/html/endpoints/currency/fixer_api_key.php on line 25
Warning: file_get_contents(http://data.fixer.io/api/latest?access_key={value}): Failed to open stream: php_network_getaddresses: getaddrinfo for data.fixer.io failed: Try again in /var/www/html/endpoints/currency/fixer_api_key.php on line 25
Warning: Trying to access array offset on value of type null in /var/www/html/endpoints/currency/fixer_api_key.php on line 29
{"success":false,"message":"Ung\u00fcltiger API Key."}
But if i test my API key with postman, it is valid and i get the response.
My Wallos instance is running on a container with the latest version v2.39.1
The text was updated successfully, but these errors were encountered: