Vasu

Results 16 comments of Vasu

I had the same issue. It is because of Windows Security. What can I suggest you is run you IDE or CMD or Powershell as Administrator and try. (Untested) Working...

> I have the same issue. I fixed it used the option `enableForceNewConnection` on socket creation. Example: > > ```dart > socket = io(EnvVar.SERVER_URL, OptionBuilder() > .setTransports(['websocket']) // for Flutter...

It is showing victims... ![screenshot from 2017-12-03 23-18-48](https://user-images.githubusercontent.com/15255654/33528046-0ba5b54c-d881-11e7-8ffa-6b95a9f04e2d.png) But something is wrong with android code because one class is missing which is present in android manifest file which is "CaptureCameraImage"...

I also tried but sometimes it shows and sometimes it doesn't show victim or show as offline the real thing is that this code is not complete or made it...

@leabit Try below and see if it works: ```go package main import ( "fmt" "log" "github.com/MarinX/keylogger" ) func main() { keyboards := keylogger.FindAllKeyboardDevices() for index, keyboard := range keyboards {...

Thanks a lot @dennysubke, you're awesome! 🙌✨

Hey @al-lac, Thank you for your feedback. I'll keep this PR open as a reference in case Ente enhances their process in the future, at which point I'll update this...

> ❌ `ente-photos/docker-compose.yml` **Invalid image name "ghcr.io/ente-io/server:b0674cd5f37cebda0f446db7ce1e87a3e6d8b9fc@sha256:d44049492bb62a3c0c64126ade1b2c0294683422e5a1b7d656d128186919b5e9":** > Error: HTTP 404 for ghcr.io/ente-io/server:b0674cd5f37cebda0f446db7ce1e87a3e6d8b9fc@sha256:d44049492bb62a3c0c64126ade1b2c0294683422e5a1b7d656d128186919b5e9 @nmfretz Any idea why it is failing here? 🤔 It is working on my local 🙌: ```shell...

Thanks, @sharknoon and @nmfretz, for appreciating the effort. > I agree that in Ente's current state it would be very hard (likely impossible) for non-technical users to set up. It...

**UPDATE:** Ente has introduced a new and much simpler self-hosting method using just a single script. I'll update this PR shortly to reflect the changes. https://ente.io/blog/self-hosting-quickstart/