Hetflik
Hetflik
Yes. WebExtensions were designed for cross-browser compatibility... For some basic WE the only thing you need to do is change the namespace from 'chrome' to 'browser' (That's not even necessary,...
Hello, in case someone is still interested in this issue I was able to solve it with curl... `curl http://admin:yyyyyy@IP:port/ISAPI/Traffic/channels/1/licensePlateAuditData --upload-file input_file.xls` The file must be in xls format. I...
Here you go. Just this works `python .\examples\auto.py .\examples\config.bin config.xml` [decode.zip](https://github.com/user-attachments/files/21461779/decode.zip)
Connect to telnet and run these two commands. `redir printf` `setmac show` The second one prints currently set values. Find your password there.
Hi, I have had this error and the problem was with server-client version mismatch. What is working for me now is combination Client: `[email protected]` Server: `docker-v0.5.5` To change docker version...