Grab Information from aja kumo video router
- Python 100%
| grabnames.py | ||
| README.md | ||
| requirements.txt | ||
AJA Kumo Video Router Info Grabber
Tool to grab button labels from UI and save them to a csv.
Error Chromium downloadable not found
OSError: Chromium downloadable not found at https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1181205/chrome-win.zip: Received <?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: chromium-browser-snapshots/Win_x64/1181205/chrome-win.zip</Details></Error>.
Solution from: https://github.com/pyppeteer/pyppeteer/issues/463
download chrome-win.zip from https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/1181217/
unzip it to ~/AppData/Local/pyppeteer/pyppeteer/local-chromium/1181205.( Because 1181205 is written in the code, in order not to change the original library code, so here 1181205 is used as the directory name. )
finally, it seem like this ~/AppData/Local/pyppeteer/pyppeteer/local-chromium/1181205/chrome-win/chrome.exe
run the code again, it will be in the directory ~ /AppData/Local/pyppeteer/pyppeteer/local- chromium/1181205/chrome-win/ detection to chrome.exe, and skip over download