-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/workaround for #204 #124
Conversation
sander1988
commented
Nov 12, 2023
•
edited
Loading
edited
- v3.1.2: Fix/workaround for #204 - Connection error bosch indego APi Indego#204
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Added option to override the User-Agent (for #204).
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
README: Correct typos
make tests work with new SingleKey authorization method
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
adapt test_config to SingleKeyID
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Raise exception on all other type of serverside (4XX) errors. Use the same logging format for all request log messages.
README: Add contribution setup
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Hi, can you please rebase the MR to the latest version of "develop" - now the tests are working again. Thanks. |
Fixed bug in setup.py where version file loading failed due to missing deps.
I have merged everything and also applied a fix to setup.py. There was a bug in the version load logic as the import of version.py also imports the package (__ init __.py) which imports the pip deps. That would fail as setup.py didn't yet completed installing them. This pull request shows more changes than I would have expected. But it seems the master of this repo is ahead of the develop branch, that's why. Is that correct? |
Hi @sander1988, yes - I changes some settings to make tests run again correctly with the new loging method - and did this first on master. Thanks for your changes - they look good. I'm still looking for a nice way to get the "token" - do you have an easy way to get it? |
|