Stanislav Mekhonoshin

Results 39 comments of Stanislav Mekhonoshin

@MrConstantine yep. First of all I want to hear if it is really needed. Of course it will be an optional feature.

@MrConstantine we already have referral link implemented, but it does not give discounts, it allows to collect money on the account. This specific issue is about whitelabel program, when user...

Hello, @MrConstantine! Thanks for report, I'll investigate and provide you solution ASAP.

Looks like the issue it related to docker https://github.com/docker/compose/issues/3633 Can you try to reproduce it at some other machine?

@MrConstantine you can get administrator access as described here https://github.com/Mehonoshin/smartvpn-billing#admin-access

@MrConstantine please can you also retry it with `--verbose` flag, so we can get more information about what leads to the error.

@MrConstantine `Cannot assign requested address - connect(2) for nil port ` means that you didn't not pass env variables to define mail server ``` EMAIL_ADDRESS= EMAIL_PORT= EMAIL_DOMAIN= EMAIL_USER= EMAIL_PASS= EMAIL_FROM=...

@MrConstantine can you clarify what exactly goes wrong? * Does billing start? * Can you access it through web interface? * Or you are concerned by `Email list not defined`...

@reabiliti The idea is to extract common parts to spec_helper, and in rails_helper leave only those parts, that are specific to testing rails components. https://github.com/symbiod/symbiod/blob/master/spec/spec_helper.rb

I just met this issue today. Installing the `acl` package helped. Maybe it deserves a PR, that will install it by default?