Snawoot / windscribe-proxy

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

Are username and password required? #36

Closed formicant closed 2 months ago

formicant commented 2 months ago

Unlike Hola-proxy or Opera-proxy, Windscribe-proxy shows an error when started:

CRITICAL Cold init failed: Please provide "-username" and "-password" command line arguments!

Is this the expected behavior, or something went wrong?

Full output:

$ ./windscribe-proxy
MAIN    : 2024/08/16 10:31:13 main.go:132: INFO     windscribe-proxy client version v1.4.0+reproducible2 is starting...
MAIN    : 2024/08/16 10:31:13 main.go:203: WARNING  Failed to load client state: open wndstate.json: no such file or directory. It is OK for a first run. Performing cold init...
MAIN    : 2024/08/16 10:31:13 main.go:207: CRITICAL Cold init failed: Please provide "-username" and "-password" command line arguments!
Snawoot commented 2 months ago

It is expected, registration is required.

formicant commented 2 months ago

Please add this to the ReadMe. And fix the usage examples.

Snawoot commented 2 months ago

@formicant contributions are welcome!