Sergio C
Sergio C
Ok, I've debugged this error. It happens because the output from EdgeGPT is a bit bugged and the bot tries to send the json directly. The exception is there just...
Applying this patch fixes the problem ```patch --- navbar-marketing.pug.bk +++ navbar-marketing.pug @@ -138,7 +138,6 @@ li a( href="/login" - event-tracking="menu-clicked-login" event-tracking-action="clicked" event-tracking-trigger="click" event-tracking-mb="true" ```
I've uploaded a workaround in a gist: https://gist.github.com/scmanjarrez/8f8ded964e1aebd57721c2cd364bbab7
Yes, same here. ``` "C:/Usuarios/S/Desktop/Images/IMG-20190731-WA0008.jpg" adb pull -a "/sdcard/DCIM/Camera/IMG-20190731-WA0008.jpg" "C:/Usuarios/S/Desktop/Images/IMG-20190731-WA0008.jpg" /sdcard/DCIM/Camera/IMG-20190731-WA0008.jpg: 1 file pulled, 0 skipped. 27.2 MB/s (1294731 bytes in 0.045s) ```
Hi, the command still doesn't work but I think I've found the cause (at least in my case); the command being executed is using part in the configured language of...
Sorry for the delay, in my case, it works.
Can you check the output from `ls -l /usr/lib/x86_64-linux-gnu/lua`? Or even `ls -l /usr/lib`
Your system seems to be running Lua 5.1, but your nmap requires Lua 5.4. Have you tested the container? It already has the dependencies installed, and you can use it...
Sorry, I didn't understand your message. In the above logs I can see that your system is using lua5.1, but your nmap expects lua5.4. Can you check the output of...