Skip to content

Commit

Permalink
Update startgg config insights
Browse files Browse the repository at this point in the history
  • Loading branch information
Buildbot committed Dec 22, 2024
1 parent 788905e commit 80543fa
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions startgg_insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,7 @@ Game has no characters in startgg...? Or do we have a wrong game id?
Game has no characters in startgg...? Or do we have a wrong game id?

## Dong Dong Never Die: Judgment Day
Traceback (most recent call last):
File "/home/runner/work/StreamHelperAssets/StreamHelperAssets/scripts/check_startgg_config.py", line 71, in process_directory
game_data = get_game_data(
File "/home/runner/work/StreamHelperAssets/StreamHelperAssets/scripts/check_startgg_config.py", line 48, in get_game_data
data = json.loads(data.text)
File "/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Game has no characters in startgg...? Or do we have a wrong game id?

## Dengeki Bunko: Fighting Climax IGNITION
Game has no characters in startgg...? Or do we have a wrong game id?
Expand Down Expand Up @@ -514,19 +502,7 @@ Game has no characters in startgg...? Or do we have a wrong game id?
### Coverage: (24/25)

## Street Fighter Alpha 2
Traceback (most recent call last):
File "/home/runner/work/StreamHelperAssets/StreamHelperAssets/scripts/check_startgg_config.py", line 71, in process_directory
game_data = get_game_data(
File "/home/runner/work/StreamHelperAssets/StreamHelperAssets/scripts/check_startgg_config.py", line 48, in get_game_data
data = json.loads(data.text)
File "/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Game has no characters in startgg...? Or do we have a wrong game id?

## Street Fighter Alpha 3
Game has no characters in startgg...? Or do we have a wrong game id?
Expand Down

0 comments on commit 80543fa

Please sign in to comment.