maulik9898
maulik9898
Also facing same issue `error: process didn't exit successfully: target\debug\mpv-rs.exe (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)`
I am also facing a similar issue. Manually compiling `clipboard-event-handler-mac.swift` using command `swiftc -o clipboard-event-handler-mac clipboard-event-handler-mac.swift` works in development but I am not sure how to go with this in...
its giving me this error `Error: VersionMismatch { linked: 131072, loaded: 65645 }`. `Cargo.toml` ```[package] name = "mpv-rs" version = "0.1.0" edition = "2021" # See more keys and their...
Can you provide me docker logs along with console log
Docker logs : [https://docs.docker.com/engine/reference/commandline/logs/](https://docs.docker.com/engine/reference/commandline/logs/) Console logs means logs printed in the browser console.
Can you give me the command that u used to run a docker container. And how did you generate `NEXTAUTH_SECRET` .?
Can you use this command to generate `NEXTAUTH_SECRET` . ` jose newkey -s 512 -t oct -a HS512`
U need to clear browser cache
If you are still facing an issue then remove the docker container using `docker rm containername` . And try opening the link in incognito