ZimoLoveShuang / auto-submit

今日校园自动提交疫情上报,通用
Apache License 2.0
684 stars 205 forks source link

测试出错问题 #36

Open LimA0LiN opened 3 years ago

LimA0LiN commented 3 years ago

{"errorCode":-1,"errorMessage":"Traceback (most recent call last):\n File \"/var/runtime/python3/bootstrap.py\", line 133, in init_handler\n func_handler = get_func_handler(file.rsplit(\".\", 1)[0], func)\n File \"/var/runtime/python3/bootstrap.py\", line 159, in get_func_handler\n mod = imp.load_module(mname, *imp.find_module(mname))\n File \"/var/lang/python3/lib/python3.6/imp.py\", line 234, in load_module\n return load_source(name, filename, file)\n File \"/var/lang/python3/lib/python3.6/imp.py\", line 172, in load_source\n module = _load(spec)\n File \"Ϗrozen; importlib._bootstrap>\", line 675, in _load\n File \"Ϗrozen; importlib._bootstrap>\", line 655, in _load_unlocked\n File \"Ϗrozen; importlib._bootstrap_external>\", line 678, in exec_module\n File \"Ϗrozen; importlib._bootstrap>\", line 205, in _call_with_frames_removed\n File \"/var/user/index.py\", line 21, in <module;>\n config = getYmlConfig(yaml_file='config.yml')\n File \"/var/user/index.py\", line 16, in getYmlConfig\n config = yaml.load(file_data, Loader=yaml.FullLoader)\n File \"/var/user/yaml/init.py\", line 114, in load\n return loader.get_single_data()\n File \"/var/user/yaml/constructor.py\", line 49, in get_single_data\n node = self.get_single_node()\n File \"/var/user/yaml/composer.py\", line 36, in get_single_node\n document = self.compose_document()\n File \"/var/user/yaml/composer.py\", line 55, in compose_document\n node = self.compose_node(None, None)\n File \"/var/user/yaml/composer.py\", line 84, in compose_node\n node = self.compose_mapping_node(anchor)\n File \"/var/user/yaml/composer.py\", line 133, in compose_mapping_node\n item_value = self.compose_node(node, item_key)\n File \"/var/user/yaml/composer.py\", line 84, in compose_node\n node = self.compose_mapping_node(anchor)\n File \"/var/user/yaml/composer.py\", line 133, in compose_mapping_node\n item_value = self.compose_node(node, item_key)\n File \"/var/user/yaml/composer.py\", line 82, in compose_node\n node = self.compose_sequence_node(anchor)\n File \"/var/user/yaml/composer.py\", line 110, in compose_sequence_node\n while not self.check_event(SequenceEndEvent):\n File \"/var/user/yaml/parser.py\", line 98, in check_event\n self.current_event = self.state()\n File \"/var/user/yaml/parser.py\", line 393, in parse_block_sequence_entry\n \"expected ϋlock; end>, but found %r\" % token.id, token.start_mark)\nyaml.parser.ParserError: while parsing a block collection\n in \"<unicode; string>\", line 35, column 5:\n - default:\n ^\nexpected ϋlock; end>, but found 'ϋlock; sequence start>'\n in \"<unicode; string>\", line 62, column 6:\n - default:\n ^","statusCode":443}

nier9x commented 3 years ago

同样是这个问题