{"errorCode":1,"errorMessage":"Traceback (most recent call last):\n File \"/var/runtime/python37/bootstrap.py\", line 133, in init_handler\n func_handler = get_func_handler(file.rsplit(\".\", 1)[0], func)\n File \"/var/runtime/python37/bootstrap.py\", line 160, in get_func_handler\n return getattr(mod, fname)\nAttributeError: module 'index' has no attribute 'main_handler'"
时间: 2023-02-09 11:59:43 浏览: 376
这是一条错误信息,它表明在文件 "/var/runtime/python37/bootstrap.py" 的第 133 行发生了一个错误。具体来说,它提到了一个 "attributeError",即模块 "index" 中没有名为 "main_handler" 的属性。
阅读全文