diff --git a/resources/lib/PlayUtils.py b/resources/lib/PlayUtils.py
index b5f102cd..04f163e8 100644
--- a/resources/lib/PlayUtils.py
+++ b/resources/lib/PlayUtils.py
@@ -311,7 +311,7 @@ class PlayUtils():
 
         path = result[u'Path']
         # Verify the device has access to the direct path
-        if os.path.exists(path):
+        if os.path.exists(path.encode('utf-8')):
             return True
         elif ":\\" not in path:
             # Give benefit of the doubt for nfs protocol