I am working on a project in Python and I was using googletrans library to translate from one language to another. 5 mins ago, the program was working, but now I get a json error... I also tried a simple translation to see where lies the problem. I attached the printscreen here. https://snipboard.io/DL9soX.jpg
Simple demo code:
from googletrans import Translator
translator = Translator()
translator.translate('Hello')