Roon Api Brows:load ==> SessionNotFound

Hi all,

I’m working on a VueJs project and i want to show artist list.

My code is :

getArtists(callback) {

        return this.roonCore.services.RoonApiBrowse.load({

            hierarchy: "browse",

            count: 99999

        }, callback);

    }

RoonCore is ok, services to, connection is ok (i show the current zone etc etc).

REQUEST 3 com.roonlabs.browse:1/load {"hierarchy":"browse","count":99999}

And the Roon response :

COMPLETE 3 SessionNotFound  

Someone know how to correct this issue ? :slight_smile:

1 Like

Bump - I have this problem all the time and seems quite random (I fix it by pop_all hierarchy and not sure if it even works all the time).

Quite annoying thing - nowhere in the docs