```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/home.rpy", line 107, in script call
call hikeDay
File "game/hikeDay.rpy", line 18, in script
player.i "Me neither, but it's still morning so I think we'll be able to make it. I went to the gym [lastTimeWorkedOut] days ago so I'm sure I can handle it, haha."
KeyError: u'lastTimeWorkedOut'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/home.rpy", line 107, in script call
call hikeDay
File "game/hikeDay.rpy", line 18, in script
player.i "Me neither, but it's still morning so I think we'll be able to make it. I went to the gym [lastTimeWorkedOut] days ago so I'm sure I can handle it, haha."
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1236, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1155, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1135, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'lastTimeWorkedOut'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Gain of Life v0.36.0
Wed Jul 26 00:19:10 2023
```
Buddy
2023-07-26 04:20:21 +0000 UTC
so when you do the eating contest does it only appear once in this update because if not after you do it once it does appear again the next week
Buddy
2023-07-26 04:13:10 +0000 UTC
Yep, that's my bad. I've deleted a label I shouldn't have. Thank you for sharing, I'll fix this.
SirMister
2023-07-25 22:26:47 +0000 UTC
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/home.rpy", line 104, in script call
call trevorParty() from _call_trevorParty
File "game/places/trevor/party/trevorParty.rpy", line 101, in script
jump trevorPartyEnd1
ScriptError: could not find label 'trevorPartyEnd1'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/home.rpy", line 104, in script call
call trevorParty() from _call_trevorParty
File "game/places/trevor/party/trevorParty.rpy", line 101, in script
jump trevorPartyEnd1
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'trevorPartyEnd1'.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Gain of Life v0.36.0
Tue Jul 25 13:39:56 2023
[/code]