did something change, i did not change anything on my end and now i get in the server.py line 68 that the object has no attribute .me’. i have checked everything im sending over and it all looks like a proper not Null object. here is the code i have
yes the order of the two inputs to the server transport has changed so you either need to provide them as kwargs or reverse the order. the object should be initialised as either:
not sure what that could be without more information or code. the error is telling you your server transport is not authorised to send to that stream. do you definitely have write access to the stream? is everything properly authenticated with the correct account / token? can you use the server transport to receive?