livepeer / subgraph

This repository contains the code for the Livepeer Protocol subgraph
5 stars 5 forks source link

Subgraph returns zero values on select date(s) #69

Open 0xcadams opened 2 years ago

0xcadams commented 2 years ago

The subgraph returns zero values for June 21 2022. This is likely an issue with the day entity IDs. A temporary fix has been used in explorer:

https://github.com/livepeer/explorer/pull/153/files#diff-85f946ddc91084530065ad9a6443a7128f77fbd73929b231fb95f74a87f38808R475

We should fix this in the subgraph though. See for further info:

https://github.com/livepeer/explorer/issues/151

rickstaa commented 8 months ago

Hey @0xcadams, I've been investigating an issue with the orchestrator link, where it displays N/a under the TIME ACTIVE section. After debugging this problem in the explorer's code, it appears that the root cause might be related to the activationTimestamp for this orchestrator returning 0. You can check the query results from this subgraph query for more details. Could this be the reason for the issue?

image