question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when connecting to the testnet

See original GitHub issue

Hi I’ve written an API to connect with the horizon testnet. When I try to submit a transaction, the following happens: ``` data: { type: ‘https://stellar.org/horizon-errors/not_found’, title: ‘Resource Missing’, status: 404, detail: ‘The resource at the url requested was not found. This usually occurs for one of two reasons: The url requested is not valid, or no data in our database could be found with the parameters provided.’ } } }

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
thegreatansaricommented, Aug 7, 2019

@theclabs turns out your suspicion was right. Everything was operating fine before the testnet reset, after it, I forgot to fund the distributor account which returned this exception every time I utilized it. Thank you so much for the help everyone.

0reactions
theclabscommented, Aug 7, 2019

Maybe can be a asset code problem, can you show us the issuing account public key? The source public key and the receiving keys?

var sourceKey = req.body.source_keys; //owne public key var issuingKeys = StellarSdk.Keypair.fromSecret(req.body.issuing_keys); //distributor private key var receivingKeys = req.body.receiving_keys; //investor public key var l2l = new StellarSdk.Asset(‘L2L’, sourceKey);

Read more comments on GitHub >

github_iconTop Results From Across the Web

can't connect wallet to testnet.... help...error message - Reddit
PulseX Testnet is live. ... can't connect wallet to testnet.... help...error message ... If you can, send the test net tokens to the...
Read more >
Could not connect to Biance Smart Chain Testnet
I am getting error while connecting metamask to Smart Chain Testnet data-seed-prebsc-2-s3.binancedotorg:8545. Chain-ID : 97.
Read more >
problem connecting to testnet (1.34.1; testnet is in Vasil)
Problem seems more at the socket level, as said here: exception: Network.Socket.connect: <socket: 50>: does not exist (Network is ...
Read more >
Can't connect to Solana devnet/testnet - Stack Overflow
I've been trying to connect to solana devnet/testnet through cli and python solana SDK, but both without success, getting below error from ...
Read more >
Cardano node runs into a series of warnings and errors that ...
... and errors that involve DNS Subscription and inability to connect to "[relays-new.cardano-testnet.iohkdev.io] (http://relays-new.carda…
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found