Gilles94500
Gilles94500
It may be related to Python3/twisted instead of Python2. The script is developed with Python2 and I remember having had some issues with that a couple of years ago. From:...
Hi Eddiek2000, My rpi2 has burnt, so I try to install the garage-door-controller on a rpi3B. Now, only python3 is available. I have used the 2to3 script to migrate to...
I give up and will try to rewrite it with flask instead of twisted.
Thanks Eddy. I am impatient hearing from you. Gilles Le 13 février 2023 15:08:18 GMT+01:00, eddiek2000 ***@***.***> a écrit : >I am so sorry for not seeing this earlier. >...
Thanks a lot.
Hi Eddy, I have amended my version with your python3 and twisted updates. The main status page is shown, but it is impossible to authenticate to open or close a...
I had already added the missing 'b' in the version I am working on.I have already worked on the migration. and found some (encode utf-8) to add . There is...
I found the error that I did with the twisted authentication. The password has to be in Byte with python3. args={self.config['site']['username']:self.config['site']['password']} A way to do it is : string =...
I have tried to extract what has changed with Python3 along with twisted. My problem is that I don’t remember exactly and I have amended the code to fit my...
Unfortunately, I don’t have your skill 😊. I was a developer in the 80’s but Perl and Python were not yet born. Now I have problems with these modern languages...