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
Hello,
I encounter an error when calling the "createTransaction" method.
Fatal error: Uncaught Exception: Arweave API - Unexpected response (0)
My code is strictly identical to the example.
Is the node IP address provided in this example still valid? Is there a list of node addresses?
The text was updated successfully, but these errors were encountered:
You most likely run into a cURL error.
Try to use
$arweave = new \Arweave\SDK\Arweave('https', 'arweave.net', 443);
Sorry, something went wrong.
No branches or pull requests
Hello,
I encounter an error when calling the "createTransaction" method.
Fatal error: Uncaught Exception: Arweave API - Unexpected response (0)
My code is strictly identical to the example.
Is the node IP address provided in this example still valid? Is there a list of node addresses?
The text was updated successfully, but these errors were encountered: