I have a bug with the Swyper app when in the library free roam and chating to Catrin. The response I get are for another conversation and then I get a fatal error
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/season2/scripts/freeroam/episode6/ep6_freeroam_library.rpy", line 175, in script
$ result = ui.interact()
File "game/season2/scripts/freeroam/episode6/ep6_freeroam_library.rpy", line 175, in <module>
$ result = ui.interact()
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 1, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 1, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 32, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 50, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 55, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 56, in execute
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/season2/scripts/freeroam/episode6/ep6_freeroam_library.rpy", line 175, in script
$ result = ui.interact()
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/season2/scripts/freeroam/episode6/ep6_freeroam_library.rpy", line 175, in <module>
$ result = ui.interact()
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\temp\Saga\BeingADIK-0.6.0-pc-lin\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 1, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 1, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 32, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 50, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 55, in execute
File "game/season2/scripts/phone/swyper/chats/swyper_chat_catrin_s2.rpy", line 56, in execute
File "<screen language>", line 56, in <module>
IndexError: list index out of range
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.6.0
Sun Nov 15 18:47:48 2020
```