Snawoot / windscribe-proxy

Standalone client for proxies of Windscribe browser extension
MIT License
162 stars 19 forks source link

Container image bad http status: 403 Forbidden #12

Closed ShayBox closed 2 years ago

ShayBox commented 2 years ago
windscribe-proxy client version v1.2.0 is starting...
main.go:195: WARNING  Failed to load client state: open /state/wndstate.json: no such file or directory. Performing cold init...
main.go:198: CRITICAL Cold init failed: Session call failed: bad http status: 403 Forbidden, headers: http.Header{"Cache-Control":[]string{"no-cache"}, "Cf-Cache-Status":[]string{"DYNAMIC"}, "Cf-Railgun":[]string{"..."}, "Cf-Ray":[]string{"..."}, "Connection":[]string{"keep-alive"}, "Content-Type":[]string{"text/html"}, "Date":[]string{"..."}, "Expect-Ct":[]string{"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""}, "Server":[]string{"cloudflare"}}, body: "<html><body>\n</body></html>\n"
ShayBox commented 2 years ago

Trying to run the program outside docker doesn't work at all, no output, no flags or options do anything.

Snawoot commented 2 years ago

Hi!

Old anonymous auth doesn't work anymore. Try to remove wndstate.json if it was created in program directory and specify login and password for windscribe account using -username and -password options.