You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to add a custom campaign, but whenever I add it to the resources folder I get this error
Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "windows\QLiberationWindow.py", line 267, in newGame
File "windows\newgame\QNewGameWizard.py", line 41, in init
File "game\campaignloader\campaign.py", line 180, in load_each
File "game\campaignloader\campaign.py", line 61, in from_file
File "json_init_.py", line 293, in load
File "json_init_.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I have tried looking at every line in the error but have found nothing. Files are attached Campaign Files.zip
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently trying to add a custom campaign, but whenever I add it to the resources folder I get this error
Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "windows\QLiberationWindow.py", line 267, in newGame
File "windows\newgame\QNewGameWizard.py", line 41, in init
File "game\campaignloader\campaign.py", line 180, in load_each
File "game\campaignloader\campaign.py", line 61, in from_file
File "json_init_.py", line 293, in load
File "json_init_.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I have tried looking at every line in the error but have found nothing. Files are attached
Campaign Files.zip
Beta Was this translation helpful? Give feedback.
All reactions