Giter Site home page Giter Site logo

Comments (6)

mkgvb avatar mkgvb commented on September 25, 2024

Have you tried removing the .decode() method from that line? Not totally sure how that code path works with the encryption but if result is a string already you do not need the decode method.

from python-tuya.

theit8514 avatar theit8514 commented on September 25, 2024

This has been working for a while now with no issues:

            log.debug('decrypted result=%r', result)
            if not isinstance(result, str):
                result = result.decode()
            result = json.loads(result)

from python-tuya.

clach04 avatar clach04 commented on September 25, 2024

@theit8514 what are you using for crypto? I'm trying to work out which code path you are dropping through. I'm going to guess PyCrypto (or PyCryptodome) based on a quick code inspection (AESCipher wrapper class will return a string).

from python-tuya.

theit8514 avatar theit8514 commented on September 25, 2024

These are the crypto modules installed (from the homeassistant/home-assistant docker container):

$ pip list | grep crypto -i
asn1crypto (0.24.0)
cryptography (2.1.1)
pycryptodome (3.4.11)
pycryptodomex (3.5.1)
python-jose-cryptodome (1.3.2)

from python-tuya.

clach04 avatar clach04 commented on September 25, 2024

Thanks for confirming. So this is one of those cases where we are missing a test for this code path. It would be much better if we have the correct code than a protective check/cast. If anyone has time to work on a unittest that would be awesome.

from python-tuya.

t0ny-peng avatar t0ny-peng commented on September 25, 2024

I guess you (or the author of the home-assistant plugin) fixed the pytuya version to 6.0.0 in the script. Change it to 7.0.2 would solve this problem.

from python-tuya.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.