Dejan Filipovic
Dejan Filipovic
Hello @oldani I have the same error using Flask, I've got `RuntimeError: There is no current event loop in thread 'Thread-2'.` Happens when I use `HTMLSession` and then call `session.browser`...
Hello, I added a docstring and a unittest for the new parameter bindAddress. Unittest has a comment explaining why we must use a callLater in order to have the unittest...
Thanks for you feedback, I rewrote the tests according to your message, I hope this time it covers everything.
Hello, which commands are you trying to use and what is the error message ? Can you provide an output ?
@nmarjanovic A domain can only be managed either in v4 or v5 but not in both. You must migrate a domain from v4 to LiveDNS so it can be managed...
Can you try launching the command with debug options to see if it matches with your curl calls ? Like this: `gandi -vvv dns domain.list`
If you have domains listed on the v5 website administration>domains>dashboards page and they are marked as using `LiveDNS` nameservers under the Table View, they should be returned by the CLI/API...
You still need to add a unittest to test this new command, so we can be sure that it works on all python versions.
You can take a look at current tests for domain commands https://github.com/Gandi/gandi.cli/blob/master/gandi/cli/tests/commands/test_domain.py
Hello, can you explain what you are trying to do and what doesn't work please ?