Riccardo Lussana
Riccardo Lussana
I have the same issue! I don't need to scrape the body of a resource, I just need to check if it exists using `c.Head(url)`, but it returns EOF error....
Updating the kernel from 6.7.11 to 6.8.4 fixed the issue.
Unfortunately the the problem came back, updating the kernel fixed the issue only temporarely. I've found out that issue #1310 reported the same problem I'm having. I checked umask and...
I'm suspecting it's something related to gvfs (And the mounting of GDrive folder). Whenever I encounter this issue, Nautilus (not a flatpak) takes a lot of time to startup. I...
I added this code below inside the object `players` present in the function `module.exports = function(devices)`, that can be found in the file `Contents/MacOS/server.js` ```javascript iina: { title: "IINA", args:...
@ongkiii, you could try something like: ```js movistpro: { title: "Movist Pro", args: ["-a", "Movist Pro"], subArg: '', timeArg: '', playArg: '', darwin: { path: ["/usr/bin/open"] }, linux: { path:...