You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
avoids this error (but fails elsewhere with a nonetype not having hash). It seems likely this is related to the destination vs __destination discussion I saw elsewhere.
Is this an issue with a rarely used function or am I missing a step? It won't send or pack and the way the exceptions are wrapped means I'll have to walk through the code to find the specific error line or further troubleshoot.
The text was updated successfully, but these errors were encountered:
b'This is a POPR test message'
b'Hello, there'
b''
b''
Removing the pack() call results in the same. Message sends properly but does not contain any title or content. Looking at LXMessage, I'm not sure why this doesn't seem to work. The packing doesn't raise an error, so it doesn't appear to be already packed.
successfully transfers the data and sends correctly.
faragher
changed the title
SetSource/Destination not functioning as intended
LXMessage SetX functions (was: SetSource/Destination) not functioning as intended
Jan 14, 2024
Confirmed, there is an inconsistency here because a @property was not properly declared. Thanks for finding and reporting it! Will have it fixed shortly!
When attempting to set a message's source or destination, for example (L is an LXMessage):
then attempting to use handle_outbound(L) results in the following:
Setting them improperly, eg:
avoids this error (but fails elsewhere with a nonetype not having hash). It seems likely this is related to the destination vs __destination discussion I saw elsewhere.
Is this an issue with a rarely used function or am I missing a step? It won't send or pack and the way the exceptions are wrapped means I'll have to walk through the code to find the specific error line or further troubleshoot.
The text was updated successfully, but these errors were encountered: