Traceback (most recent call last):
File "C:\Users\egoty\OneDrive\Рабочий стол\Lolz\VDSshop\venv\lib\site-packages\requests\models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\egoty\AppData\Local\Programs\Python\Python38\lib\json\__init__.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Users\egoty\AppData\Local\Programs\Python\Python38\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\egoty\AppData\Local\Programs\Python\Python38\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\egoty\OneDrive\Рабочий стол\Lolz\VDSshop\test.py", line 10, in <module>
print(response.json())
File "C:\Users\egoty\OneDrive\Рабочий стол\Lolz\VDSshop\venv\lib\site-packages\requests\models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Process finished with exit code 1
mc.field_1724.method_7353((class_2561)class_2561.method_43471(invokedynamic(makeConcatWithConstants:(Ljava/lang/String;)Ljava/lang/String; stateSettings.isActive() ? "active" : "deactivate")).method_27692(stateSettings.isActive() ? class_124.field_1060 : class_124.field_1061), true);
sql.execute(f"UPDATE `photoFilm` SET `{nFilm}` = ?", (photoFilm,))