Homer S. homer77
homer77 opened issue homer77/FritzAB2Matrix#5 2021-07-01 23:31:51 +02:00
Build tests for deviceless development
homer77 released "Admirable Alpaka" at homer77/FritzAB2Matrix 2021-07-01 23:24:16 +02:00
homer77 pushed tag v0.1.0 to homer77/FritzAB2Matrix 2021-07-01 23:24:15 +02:00
homer77 closed issue homer77/FritzAB2Matrix#4 2021-07-01 20:48:32 +02:00
Suddenly 'string indices must be integers' and app is broken?!
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-01 20:48:32 +02:00
9e6e294491 Fixed https://git.ismus.net/homer77/FritzAB2Matrix/issues/4 by appending a single message to list.
homer77 commented on issue homer77/FritzAB2Matrix#4 2021-07-01 20:23:38 +02:00
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…

homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-01 19:33:57 +02:00
57243129a3 gitignore emacs autosave files
homer77 commented on issue homer77/FritzAB2Matrix#4 2021-07-01 19:18:48 +02:00
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'),…
homer77 opened issue homer77/FritzAB2Matrix#4 2021-07-01 12:01:27 +02:00
Suddenly 'string indices must be integers' and app is broken?!
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-01 09:51:44 +02:00
1aa3662f39 Corrected README.md
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-01 00:37:27 +02:00
d79b70213b Corrected the FRITZ_VOICEBOX_PATH.
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-01 00:18:12 +02:00
631957e55f Additional remark about the FRITZ_VOICEBOX_PATH variable and use of USB storage with the TAM."
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-01 00:04:10 +02:00
0ef1ea3f43 Corrected hashbang to /usr/bin/env python3 because the docker file couldn't interpret only 'python' ...
homer77 pushed to master at homer77/FritzAB2Matrix 2021-06-30 23:37:06 +02:00
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.
homer77 pushed to master at homer77/FritzAB2Matrix 2021-06-30 23:21:48 +02:00
8c4bb4e452 Add check if message_list is empty before entering for loop.
homer77 pushed to master at homer77/FritzAB2Matrix 2021-06-30 21:54:54 +02:00
8c79991ae7 a['Name'] doesn't get an empty string but type None. So a check for its length led to a failure.
homer77 pushed to master at homer77/FritzAB2Matrix 2021-06-30 21:07:34 +02:00
2f827d594c I forgot to pull before I updated file.
821e44e130 Added env variable FRITZ_VOICEBOX_PATH
Compare 2 commits »
homer77 pushed to master at homer77/FritzAB2Matrix 2021-06-30 20:21:22 +02:00
4d03ec33d9 Added truncation for credentials keyword
Compare 2 commits »
homer77 opened issue homer77/FritzAB2Matrix#3 2021-06-30 08:26:37 +02:00
Matrix initialization by .env file
homer77 pushed to master at homer77/FritzAB2Matrix 2021-06-30 00:39:53 +02:00
f5ca730734 Changed to a less environment specific Hashbang.