收起
loop=asyncio.get_event_loop()
改为
loop = asyncio.new_event_loop() asyncio.set_event_loop(loop)
报告相同问题?