['
https://www.python.org/']
Traceback (most recent call last):
File "Testing_response.py", line 49, in <module>
asyncio.run(main(urls))
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\asyncio\
runners.py", line 43, in run
return loop.run_until_complete(main)
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "Testing_response.py", line 43, in main
await asyncio.gather(*tasks)
File "Testing_response.py", line 27, in funct_2
await f.write(text)
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiofiles\threadpool\
utils.py", line 36, in method
return (yield from self._loop.run_in_executor(self._executor, cb))
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\concurrent\futures\
thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\encodings\
cp1251.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\xfc' in position 31631: character maps to <undefined>
Exception ignored in: <function _ProactorBasePipeTransport.
del at 0x039DECD0>
Traceback (most recent call last):
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\asyncio\proactor_events.py", line 116, in
del self.close()
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\asyncio\proactor_events.py", line 108, in close
self._loop.call_soon(self._call_connection_lost, None)
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 719, in call_soon
self._check_closed()
File "C:\Users\Администратор\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 508, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed