one4many

Results 6 issues of one4many

A name server restart does cause a loss of all name server records. A persistent storage option would be great to have, in case of a name server restart all...

feature
hacktoberfest

I have osbrain in a distributed environment. The name server seems to be the single point of failure. I'm planning to deploy 1000's agents, which would all fail when the...

maybe
feature

The nameserver currently keeps agents in his database/storage even when they have died or been killed (with SIGTERM for example). I have the current workaround implemented: ``` from osbrain import...

feature

In the light of https://github.com/timdorr/tesla-api/issues/260 (former ticket https://github.com/timdorr/tesla-api/issues/215) and issue #31 I created this patch which deprecates email/password logins for now and introduces Tesla's oauth V3 token handling including very...

A few weeks ago Tesla introduced MFA (Multi Factor Authentication) which essentially breaks this lib when the Tesla customer has MFA activated. Please fix.

From time to time Tesla-API servers return text/html instead of application/json. Which results in a rather nasty Exception (Some information is obfuscated): ``` File "/home/....../tesla_api/__init__.py", line 154, in get response_json...