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.

500 retrieving tx details

See original GitHub issue

Describe the bug 500 retrieving tx details

To Reproduce

  1. https://safe-client-mainnet.gnosis.io/v1/safes/0x5a1Bc518E8d34979479aA9c48cc3E3c062248Fa7/transactions

Returns:

{
   "id":"ethereum_0x5a1Bc518E8d34979479aA9c48cc3E3c062248Fa7_0x84091ae0da7af7dbdd821e197389a64a607dece10440a74f81aaa35367e85e13_0x23cd7809c7bfb69f",
   "timestamp":1611848039000,
   "txStatus":"SUCCESS",
   "txInfo":{
      "type":"Transfer",
      "sender":"0x993205ac41b7AD857bb99224Ef463e24FBD7AC24",
      "recipient":"0x308686553a1EAC2fE721Ac8B814De638975a276e",
      "direction":"UNKNOWN",
      "transferInfo":{
         "type":"ERC20",
         "tokenAddress":"0x6810e776880C02933D47DB1b9fc05908e5386b96",
         "tokenName":"Gnosis Token",
         "tokenSymbol":"GNO",
         "logoUri":"https://gnosis-safe-token-logos.s3.amazonaws.com/0x6810e776880C02933D47DB1b9fc05908e5386b96.png",
         "decimals":18,
         "value":"16008000000000000000"
      }
   },
   "executionInfo":null,
  1. Check tx deteails for that id ethereum_0x5a1Bc518E8d34979479aA9c48cc3E3c062248Fa7_0x84091ae0da7af7dbdd821e197389a64a607dece104
  2. https://safe-client-mainnet.gnosis.io/v1/transactions/ethereum_0x5a1Bc518E8d34979479aA9c48cc3E3c062248Fa7_0x84091ae0da7af7dbdd821e197389a64a607dece10440a74f81aaa35367e85e13_0x23cd7809c7bfb69f
  3. error 500

image

Expected behavior

tx details load without issue

Desktop (please complete the following information):

  • OS: MacOS
  • Browser Firefox
  • Version [e.g. 22]

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Uxio0commented, Feb 1, 2021

I found the issue. Transactions are cached on the asumption that with the same txHash the returned object will be the same, which is not the case for transfers

0reactions
Uxio0commented, Feb 1, 2021

Confirmed, it’s a caching issue. It went away after flushing redis

Read more comments on GitHub >

github_iconTop Results From Across the Web

500 retrieving tx details · Issue #213 · safe-global ... - GitHub
Describe the bug 500 retrieving tx details To Reproduce ... tx details load without issue. Desktop (please complete the following ...
Read more >
What is a 500 Internal Server Error? - Allconnect.com
The 500 Internal Server Error is simply a general indication that something's wrong on the server side. Several things could cause this, but ......
Read more >
165.2 - Texas Administrative Code
The physician may delete confidential information about another patient or ... of no more than: $25 for 500 pages or less; $50 for...
Read more >
Texas Commercial Motor Vehicle Drivers Handbook
This material has been created for and provided to State Driver License Agencies (SDLAs) by AAMVA for the purpose of educating Driver.
Read more >
Blockfrost.io ~ API Documentation
For more information about how to use Milkomeda as well as the list of available ... 500. Internal Server Error. get/metrics/endpoints ... post/tx/submit....
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