Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Status 500 while getting trade history and trade aggregation #433

Open
kuyawa opened this issue Feb 27, 2018 · 2 comments
Open

Status 500 while getting trade history and trade aggregation #433

kuyawa opened this issue Feb 27, 2018 · 2 comments

Comments

@kuyawa
Copy link

kuyawa commented Feb 27, 2018

Hey guys, I've been getting this error while trying to get trade history and trade aggregations (both using SDK and Stellar labs) and I want to know if it's just me or some parts of Stellar TESTNET are having issues, orderbooks and some other endpoints are ok.

This is the endpoint I am trying to access:

https://horizon-testnet.stellar.org/trades?base_asset_type=native&counter_asset_type=credit_alphanum4&counter_asset_code=USD&counter_asset_issuer=GBANKHXFXNOST75HZRTJGNJWB7QYQ6WWK3PVJKD6VD6ZXPCX3HNNTLLK&order=desc&limit=20

This is the error I am getting:

{
  "type": "https://stellar.org/horizon-errors/server_error",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "An error occurred while processing this request.  
    This is usually due to a bug within the server software.  
    Trying this request again may succeed if the bug is transient, 
    otherwise please report this issue to the issue tracker at: 
    https://github.com/stellar/go/services/horizon/internal/issues. 
    Please include this response in your issue."
}
@chatch
Copy link
Contributor

chatch commented Feb 28, 2018

It's currently occuring on the main route:
https://horizon-testnet.stellar.org/trades

But mainnet looks fine:
https://horizon.stellar.org/trades

@bartekn
Copy link
Contributor

bartekn commented Feb 28, 2018

Probably connected to #435

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants