I am trying to send a message between scripts and I keep getting an error saying the message couldn’t be sent.
Put print(msg.url()) in the init of the to get the correct address.
Are you sure the defuser:
collection actually there(loaded)?
You could also try just putting
pprint(message) in the message function (with no if statements) to see if anything is getting through.
(pprint with two Ps prints the contents of a table)