Emerson Gomes

Results 20 comments of Emerson Gomes

Seems to be not possible: "Domain already exists error". Solved, I believe?

Is it possible that this is a specific account issue rather than a global issue? I am unable to reproduce. Attempting to add an already hosted domain to a new...

Thanks! Please feel free to attempt it with my domain chita.com.br -> It's intended for such usages :)

@indianajson: Thank you for the explanation. So as I assumed, it seems that this is not a service-wide issue, but seems specific to some domains/accounts, correct? Makes me wonder what...

Okay, I finally grasped the concept now. For me, it was obvious all along that if a domain points its authoritative nameservers to HE without owning an account there, the...

Seems to be same issue as reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1651246 However there was no activity from devs there since November.

Same issue here. My IPs keep getting banned after some 20/30 minutes running. I am also doing CPU mining with low hashrate. Is there some fix/workaround?

Issues persist on v17.3.1. Unfortunately, the provided patch didn't solve it for me. Not present on v11.15.0.

Workaround is to set a higher recursion limit. Something like: ``` import sys sys.setrecursionlimit(os.getenv("RECURSION_LIMIT",3000)) ```