Oleg Svetovidov
Oleg Svetovidov
Hello, when I try to get a list of devices using the `adb.device_list` command, my script freezes. With the help of debug mode, I realized that adbutils hangs in this...
Hello, Jeff, i need help) When i running my code: ``` from adb_shell import adb_device from adb_shell.auth.sign_pythonrsa import PythonRSASigner import os class Controller: def __init__(self, host: str, port: int): self.host,...
Hello, i try to execute first command from guide: ``` { "settings":{ "analysis":{ "analyzer":{ "minhash_analyzer":{ "type":"custom", "tokenizer":"standard", "filter":["minhash"] } } } } } ``` I replace `index` key to `settings`...
In my logs, I often see messages that some of the characters are not recognized. I would like to disable these messages. I tried to do it through: `logging.getLogger(pdfminer.__name__).setLevel(logging.WARNING)` But...