Jānis Eisaks
Jānis Eisaks
Hi! How can I pass download dir other than the default using undetected-chromedriver? in standard way such code worked: `prefs = {"download.default_directory":"/tmp"}` `chrome_options.add_experimental_option("prefs", prefs)` `driver = webdriver.Chrome(options=chrome_options, desired_capabilities=capabilities)` but with...
Hi! I have to note each time I try to install your srcipts it is some kind of woodoo process, this time too - I have Zabbix 5 server/agent and...
Hi! Can't connect the device - get error: can't claim device (Slacware64-current/KF5, libmtp-1.1.9, kernel 5.14.9)
* xls2xlsx version: 0.2.0 * Python version: 3.9.15 * Operating System:Slackware64 V.15.0 trying to convert xls to xlsx I get error: File "script.py", line XXX, in x2x.to_xlsx("output.xlsx") File "/usr/lib64/python3.9/site-packages/xls2xlsx/xls2xlsx.py", line...
Hi! I went over build and run file reading on how to build the tools for my specific system rather than rely on the package prepared for Ubuntu (I use...
gcc -fcommon -D __UNIX__ -c -IH -D __UNIX__ -DNDEBUG -O2 -funsigned-char -Wwrite-strings -O2 -fPIC -o GccUnixR/main.o main.c In file included from H/globals.h:199, from main.c:13: H/bool.h:35:27: error: ‘bool’ cannot be defined...
Hi! I am getting such warning: python3.12/site-packages/huawei_lte_api/api/Sms.py:167: DeprecationWarning: datetime.datetime.utcnow( ) is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). from_date...