Code Monkey home page Code Monkey logo

Comments (5)

proofofjogi avatar proofofjogi commented on August 12, 2024 3

I am using CalleBTC fork now. That has DMs working.

from python-nostr.

proofofjogi avatar proofofjogi commented on August 12, 2024

I dug a little and turns out that when you pip install nostr, the nostr.event.py is currently lacking EncryptedDirectMessage.

from python-nostr.

ricardowaldow avatar ricardowaldow commented on August 12, 2024

Same is happening to me. It is outdated in pypi, the EncryptedDirectMessage was added at Feb 4 and the latest version on pypi is from Jan 26.

from python-nostr.

ricardowaldow avatar ricardowaldow commented on August 12, 2024

I installed and i can send the DMs but an error always occurs when i try to decrypt the message content.

Traceback (most recent call last):
  File "/home/user/folder/nostr-py-test/test.py", line 46, in <module>
    print(private_key.decrypt_message(event_msg.event.content, public_key.hex()))
  File "/home/user/folder/nostr-py-test/venv/lib/python3.10/site-packages/nostr/key.py", line 102, in decrypt_message
    unpadded_data = unpadder.update(decrypted_message) + unpadder.finalize()
  File "/home/user/folder/nostr-py-test/venv/lib/python3.10/site-packages/cryptography/hazmat/primitives/padding.py", line 159, in finalize
    result = _byte_unpadding_check(
  File "/home/user/folder/nostr-py-test/venv/lib/python3.10/site-packages/cryptography/hazmat/primitives/padding.py", line 101, in _byte_unpadding_check
    raise ValueError("Invalid padding bytes.")
ValueError: Invalid padding bytes.

Edit: I was using the wrong pubkey to decrypt. Now its working.

from python-nostr.

escapedcat avatar escapedcat commented on August 12, 2024

I am using CalleBTC fork now. That has DMs working.

💁‍♂️ https://github.com/callebtc/python-nostr

from python-nostr.

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.