skip to Main Content

Unable to setup SonarQube for python in centos 7

I am trying to get SonarQube for python up and running in centos. I have downloaded this version : sonarqube-8.3.1.34397.zip. I have installed java 11. java -version openjdk version "11.0.7" 2020-04-14 LTS OpenJDK Runtime Environment 18.9 (build 11.0.7+10-LTS) OpenJDK 64-Bit…

VIEW QUESTION

Async Errors in python – Telegram API

I'm coding a telegram userbot (with telethon) which sends a message,every 60 seconds, to some chats. I'm using 2 threads but I get the following errors: "RuntimeWarning: coroutine 'sender' was never awaited" and "no running event loop". My code: ....…

VIEW QUESTION
Back To Top
Search