@南开小楼 请问这个错误怎么弄
Traceback (most recent call last):
File "/tmp/jqcore/jqboson/jqboson/plugin/web.py", line 99, in import_
code = read_file(path)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 55, in wrapped_f
return Retrying(*dargs, **dkw).call(f, *args, **kw)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 231, in call
return attempt.get(self._wrap_exception)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 275, in get
six.reraise(self.value[0], self.value[1], self.value[2])
File "six.py", line 693, in reraise
raise value
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 225, in call
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
File "/tmp/jqcore/jqboson/jqboson/api/settings.py", line 607, in read_file
raise ReadRemoteFileError('read_file %s: %s' % (path, res.text))
jqboson.core.exception.ReadRemoteFileError: read_file mysql.so: 文件'/opt/research-files/410/41023896423/mysql.so'不存在
2023-11-16