ideoforms / pylive

Query and control Ableton Live from Python
505 stars 66 forks source link

set.scan ... self.live.query("/live/tracks")[0] IndexError: list index out of range #4

Closed transfluxus closed 5 years ago

transfluxus commented 7 years ago

Hi using python 2.7 and ableton live with LiveOSC2 I'm getting this


    return self.live.query("/live/tracks")[0]
IndexError: list index out of range```
bafonso commented 6 years ago

I'm getting the same, but using the original OSC Live implementation :)

ideoforms commented 5 years ago

Hi there,

This is typically because pylive can't reach the LiveOSC server. This can be because:

I recommend using my fork of LiveOSC here: https://github.com/ideoforms/LiveOSC