Build tests for deviceless development
Suddenly 'string indices must be integers' and app is broken?!
9e6e294491
Fixed https://git.ismus.net/homer77/FritzAB2Matrix/issues/4 by appending a single message to list.
Suddenly 'string indices must be integers' and app is broken?!
Is it a problem after I deleted all messages on the first machine? So it's not a list of dicts?
Yes it is, after producing a second message the docker image worked also fine. (Except that the…
Suddenly 'string indices must be integers' and app is broken?!
On the other - identically - machine with the same docker setup fritzab2matrix is running.
From the dict that broke on the first machine
[OrderedDict([('Index', '20'), ('Tam', '0'),…
Suddenly 'string indices must be integers' and app is broken?!
631957e55f
Additional remark about the FRITZ_VOICEBOX_PATH variable and use of USB storage with the TAM."
0ef1ea3f43
Corrected hashbang to /usr/bin/env python3 because the docker file couldn't interpret only 'python' ...
adc9eb0a3b
Changed main() to fritzab2matrix.py to not to mix up with the __main__ function. Also removed the while loop in the latter which didn't work despite of the recursive function. Also removed the recursive ended_call(main, env_ip) because that broke the script on one tested machine.
8c79991ae7
a['Name'] doesn't get an empty string but type None. So a check for its length led to a failure.
2f827d594c
I forgot to pull before I updated file.
821e44e130
Added env variable FRITZ_VOICEBOX_PATH
3b2fc819ce
Merge branch 'master' of https://git.ismus.net/homer77/FritzAB2Matrix
4d03ec33d9
Added truncation for credentials keyword
Matrix initialization by .env file