blink-docker icon indicating copy to clipboard operation
blink-docker copied to clipboard

Error when running blink

Open rullskidan opened this issue 7 years ago • 0 comments

I was at first successful when running blink but then suddenly this error message appears when I run "run.py"

Data import ./browsers/opera/usr/bin/opera: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory Data export Traceback (most recent call last): File "/home/blink/mainContainer.py", line 209, in main() File "/home/blink/mainContainer.py", line 188, in main encryption,refresh = browser.exportData() File "/home/blink/chrome.py", line 162, in exportData self.exportOpenTabs() File "/home/blink/chrome.py", line 107, in exportOpenTabs self.jsonExportData["refresh"] = data["refresh"] KeyError: 'refresh'

This message comes after I push the "refresh" icon in browser and then it does not generate a new config. I have to type "python3 run.py" to start it again.

rullskidan avatar Jul 06 '17 17:07 rullskidan