solved invalid key name:

nate
@nate
8 years ago
917 posts
When I return to my site after closing the browser I always see this error.

Quote: invalid key name: title - key name must begin with module prefix: playlist_

As soon as I refresh the page it goes away. It clearly has something to do with the session cookie.

I have a persistent jPlayer in the header but it's completely loaded via cookies. There is no call to any db tables. It does not use the inline JS your JR players use nor the core system to load the playlist object. It's all JS and Cookies until the user interacts. So I am doubting this is the cause of the error.
updated by @nate: 04/23/16 05:53:36AM
nate
@nate
8 years ago
917 posts
Also the player loads fine.
nate
@nate
8 years ago
917 posts
I may have resolved this. I renamed my cookie from playlist to myPlayer.

Tags