Am0rphous
Am0rphous
Hi, this seems like a duplicate of [issues/259](https://github.com/webosbrew/dev-manager-desktop/issues/259). Workaround is to ssh into the tv (with prisoner account) and runs this one-liner: `curl -L https://raw.githubusercontent.com/webosbrew/webos-homebrew-channel/main/tools/install.sh | sh -` Cheers!
Same problem here.. ````shell whatweb /usr/bin/whatweb:257:in `require_relative': cannot load such file -- /usr/bin/lib/messages (LoadError) from /usr/bin/whatweb:257:in `' ```` Description: Kali GNU/Linux Rolling Release: 2025.4 `dpkg -l|grep whatweb` yields version `0.6.3-1`
Okay. I'll make a comment about it in my repo
Hi, experiencing similar error. Except the port running on 1234 is http. Would it be possible to give a more user friendly error instead of this? ````shell #setup: sudo dpkg...
~~Same here~~ Edit fixed it: Install jython properly and the plugin will be installed successfully: ````shell wget https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar java -jar jython-installer-2.7.4.jar ```` Expected output: ```` java -jar jython-installer-2.7.4.jar DEPRECATION: A...
Hi, could you explain what code you are referring to?