I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Submods/Dialogue Packs/P/featival.rpy", line 5, in script
init python :
File "game/Submods/Dialogue Packs/P/featival.rpy", line 10, in <module>
chuxid = Lunar.fromYmd(datetime.date.today().year-1,12,30)#去年除夕
Exception: only 29 days in lunar year 2024 month 12
\-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Submods/Dialogue Packs/P/featival.rpy", line 5, in script
init python :
File "D:\\GAME\\ddlc\\renpy\\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\\GAME\\ddlc\\renpy\\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Submods/Dialogue Packs/P/featival.rpy", line 10, in <module>
chuxid = Lunar.fromYmd(datetime.date.today().year-1,12,30)#去年除夕
File "python-packages/lunar_python/Lunar.py"...