Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Bug ] Gold graph not showing in the post game #382

Open
MDvorky opened this issue Jun 9, 2023 · 5 comments
Open

[ Bug ] Gold graph not showing in the post game #382

MDvorky opened this issue Jun 9, 2023 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@MDvorky
Copy link

MDvorky commented Jun 9, 2023

Hello,

i tried to past the link from site to OBS. But gold graph was not showed on the end game screen. Only damage and end screen. I tried to restart and everything but i cannot get the data on the screen. Is everything working on your side? I would love to have this on my end game screen.

@MDvorky MDvorky added the bug Something isn't working label Jun 9, 2023
@sdomi4
Copy link
Contributor

sdomi4 commented Jun 12, 2023

This usually happens when data is being loaded from the local client as a fall back option to loading the game from the matchv5 API. The client contains less data, which is why gold and objectives might not show up.
Custom games are only available in matchv5 when created using tournament codes. The observer tool should automatically set the matchID and trigger loading of postgame stats. If this doesn't work, look up/set the matchID in the Game State module manually.

@Himyu Himyu added documentation Improvements or additions to documentation question Further information is requested and removed bug Something isn't working question Further information is requested labels Jun 20, 2023
@MDvorky
Copy link
Author

MDvorky commented Jul 1, 2023

So, you're telling me that without tournament code i will not be able to load up gold and objectives in post?

@MDvorky
Copy link
Author

MDvorky commented Jul 13, 2023

I tried to copy game id and put it in the module manually. But it did not work. :/

@sdomi4
Copy link
Contributor

sdomi4 commented Jul 13, 2023

Did you see any error codes in the console?
Note that only a subset of games are visible in matchv5, custom games are only available when created with a tournament code.

@Himyu
Copy link
Contributor

Himyu commented Jul 14, 2023

Could also be related to #430

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants