BraintreeError: Cannot contact the gateway at this time
See original GitHub issueGeneral information
- SDK version: 3.2.0
- Environment: Sandbox/test environment
- Browser and OS: Poltergeist running phantomjs
Issue description
We get this error running our specs under Poltergeist and Phantom JS. We are using Phantom JS 2.1.1
I have attempted setting --ssl-protocol=tlsv1.2
to our Phantom JS config but this does not fix the error.
Issue Analytics
- State:
- Created 6 years ago
- Comments:40 (10 by maintainers)
Top Results From Across the Web
BraintreeError: Cannot contact the gateway at this time (during ...
BraintreeError : Cannot contact the gateway at this time. The symptom does not appear for our Production app, only for the test run ......
Read more >BraintreeError: Cannot contact the gateway at this time (during ...
Coding example for the question BraintreeError: Cannot contact the gateway at this time (during system/integration specs only)-phantom.js.
Read more >client/errors.js - Documentation
CLIENT_GATEWAY_NETWORK: { type: BraintreeError.types.NETWORK, code: 'CLIENT_GATEWAY_NETWORK', message: 'Cannot contact the gateway at this time.
Read more >Transactions | Declines - Braintree Support Articles
Code Text Type
2000 Do Not Honor Soft
2001 Insufficient Funds Soft
2002 Limit Exceeded Soft
Read more >Braintree: Error during transaction - Jotform
In the braintree integration under additional gateway settings, ... While we can't provide an ETA at the moment, rest assured that we'll do ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also have this problem: JS SDK Environment: sandbox Browser: Chrome Version 79.0.3945.130 (Official Build) (64-bit) Error function: Braintree.client.create() Error Output: { name: “BraintreeError” code: “CLIENT_GATEWAY_NETWORK” message: “Cannot contact the gateway at this time.” type: “NETWORK” }
Looks like it’s working again