Description
I installed the vijos using https://github.com/vijos/vj4-docker.git (I changed to vijos/vj4:debian as described here vijos/vj4#534 ). But I found a problem like this:
#########################################
[E 191106 20:40:50 daemon:57] config file not found
Traceback (most recent call last):
File "/venv/lib/python3.5/site-packages/jd4/daemon.py", line 47, in do_record
await self.do_submission()
File "/venv/lib/python3.5/site-packages/jd4/daemon.py", line 74, in do_submission
await self.judge(cases_file, package)
File "/venv/lib/python3.5/site-packages/jd4/daemon.py", line 96, in judge
cases = list(read_cases(cases_file))
File "/venv/lib/python3.5/site-packages/jd4/case.py", line 295, in read_cases
raise FormatError('config file not found')
jd4.error.FormatError: config file not found
#########################################
If a install it on AliYun centos7 machine, it works. But if I install it on the OXS OS Mojave system it gives me this error. I have a VM centos7 machine also running on this MAC. it also give me this error. What's the problem? if it's a bug?