Forum Discussion

jjinux's avatar
jjinux
Visitor
15 years ago

What does "ERROR: Missing or invalid PHY" mean?

I've been playing around with the sample applications, and I keep getting the error message "ERROR: Missing or invalid PHY". It seems to happen almost randomly, and it doesn't stop me from watching films. I've seen it on multiple networks, both wired and wireless. When I googled for PHY, I get the feeling it could have to do with the physical layer of the network stack, but I'm not sure that's what it means in this context.

3 Replies

  • renojim's avatar
    renojim
    Community Streaming Expert
    Can you be more specific about which example you're seeing it in? Getting it randomly sounds pretty strange. I've only seen it when I've left off the "tmp:/" or "pkg:/" in the path to whatever I've been trying to play or display.

    -JT
  • I got this quite a bit in my testing. IIRC, I think it was when passing a non-existent PNG in the URL parameter to roImageCanvas. Could it be an image file that doesn't exist being used in the examples?
  • You guys are probably right--it's probably a missing image or an image that isn't the right format or size. "ERROR: Missing or invalid PHY" is perhaps not the best error message in the world, but I'm happy to know how to fix it 😉 Thanks!