I compiled the mjai.app using the develop branch and deployed it at https://mjai.app/.
During one round of execution, I encountered the following error:
Traceback (most recent call last):
File "/workspace/bot.py", line 12, in <module>
main()
File "/workspace/bot.py", line 8, in main
kanachan.run()
File "/workspace/_kanachan.py", line 2220, in run
self.__on_peng(message)
File "/workspace/_kanachan.py", line 1933, in __on_peng
raise RuntimeError(peng)
RuntimeError: ('5s', ('5s', '5sr'))
I compiled the mjai.app using the develop branch and deployed it at https://mjai.app/. During one round of execution, I encountered the following error:
I added the following code to fix the issue:
I'm not sure if I should proceed this way, so I opened up this issue.