Hey,
Was testing this out, and ran into a crash at line 178. I'm not a golang person, but it seems that it tries read in the list of proxies from a file, instead of retrieving them from the API in this version? Is this "Left to the user to implement" or an artefact from testing?
I'll have a go myself at getting it to work by trying to implement the API call to retrieve the list of proxies myself, but figured it was worth flagging up in case it was an accidental omission.
https://github.com/dis2/operator/blob/master/operator.go#L178
Also, related: When I test using the client ID you supplied, it gets flagged as "invalid", apparently...
Hey,
Was testing this out, and ran into a crash at line 178. I'm not a golang person, but it seems that it tries read in the list of proxies from a file, instead of retrieving them from the API in this version? Is this "Left to the user to implement" or an artefact from testing?
I'll have a go myself at getting it to work by trying to implement the API call to retrieve the list of proxies myself, but figured it was worth flagging up in case it was an accidental omission.
https://github.com/dis2/operator/blob/master/operator.go#L178
Also, related: When I test using the client ID you supplied, it gets flagged as "invalid", apparently...