Viktor Grygorchuk

Results 4 comments of Viktor Grygorchuk

> Same issue, any solutions to solve this error? Thanks! I have not found a solution. `bazel shutdown` hasn't help me. I gave up and switched to `docker image` of...

Dumb suggestion, as I don't see how it can be related to the issue with py3.8, but we can run ``` asyncio.get_event_loop().run_until_complete(main()) ``` as ``` asyncio.run(main()) ``` Additionally, from my...

@Mattwmaster58 Should we run tests in envs py3.6, py3.7, py3.8 ?

@shyamala97 You can overcome this error by providing next report portal settings ```js const RPconfig = { ... restClientConfig: { agent: { rejectUnauthorized: false, }, }, ```