Problem when subscribing to OSC

Hi Leo,

I am building an app in python for a raspberry pi. for some reason i keep getting this error in the ableset log when i try to subscribe:

{“address”:“subscribe”,“host”:“auto 8888”,“level”:“warn”,“message”:“Subscribe is invalid”,“meta”:{},“module”:“osc”,“timestamp”:“2024-12-03T14:11:19.281Z”}

However when I run the app on Windows it subscribes without any problem

OS: raspberry OS
Ableset Version: 2.7.0 beta7
Ableton Live 11 Suite

Hey @brycebreeds,

It seems like you passed the hostname and port to AbleSet as one argument. Could you check if it’s possible to split it into two separate arguments in your code?

I’m looking forward to your reply!

Ok, you’re right, it was that. I figured it out. All working now. Thanks. Sorry to bug you.

No worries, I’m glad I could help! :slight_smile: