None of my shared files show up on PS3.

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
Clofftai
Posts: 3
Joined: Wed Jun 25, 2025 8:08 am

None of my shared files show up on PS3.

Post by Clofftai »

Below attached is my log file. Its weird cause I can see Universal Media Server in my Video, Music and Pictures section in the XMB, but the only folder is Videos which is empty. I'm sharing 2 different folders with content inside of them that I've played on this console before.
Attachments
ums_dbg_2025-06-24-16-16.zip
(76.79 KiB) Downloaded 14 times
Clofftai
Posts: 3
Joined: Wed Jun 25, 2025 8:08 am

Re: None of my shared files show up on PS3.

Post by Clofftai »

Tried restarting my computer, PS3, sharing different folders, all with the same result. Only folder that shows up seems to be one called "Videos" that I am not sharing.
Clofftai
Posts: 3
Joined: Wed Jun 25, 2025 8:08 am

Re: None of my shared files show up on PS3.

Post by Clofftai »

Reinstalled UMS and deleted the database folder, but that didn't do it, so I reinstalled Windows and that seemed to fix it... :roll:
User avatar
mik_s
Moderator
Posts: 1477
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: None of my shared files show up on PS3.

Post by mik_s »

That is strange as you should not have needed to reinstall windows. It was probably a firewall rule that was blocking it.

I did see a request from the PS3 where the ObjectID was null so UMS did not know what to send back.
I don't know much about the low level communication so don't know why this would be null.

Code: Select all

TRACE 2025-06-24 16:14:58.550 [jupnp-sync-protocol 140-1] net.pms.network.HttpServletHelper Received a request from 10.0.0.70:
============================= UPNP HTTP SERVER REQUEST BEGIN ================================
POST /dev/3d143329-64a6-4bfb-b328-dd35f38baa9b/svc/upnp-org/ContentDirectory/action HTTP/1.1

HEADER:
  X-AV-Client-Info: av=5.0; cn="Sony Computer Entertainment Inc."; mn="PLAYSTATION 3"; mv="1.0";
  Host: 10.0.0.158:5001
  User-Agent: UPnP/1.0 DLNADOC/1.50
  Content-Length: 957
  Content-Type: text/xml; charset="utf-8"
  SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"

CONTENT:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <s:Body>
        <u:Browse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
            <ObjectID>null</ObjectID>
            <BrowseFlag>BrowseMetadata</BrowseFlag>
            <Filter>@id,upnp:class,res,res@protocolInfo,res@av:authenticationUri,res@size,dc:title,upnp:albumArtURI,res@dlna:ifoFileURI,res@protection,res@bitrate,res@duration,res@sampleFrequency,res@bitsPerSample,res@nrAudioChannels,res@resolution,res@colorDepth,dc:date,av:dateTime,upnp:artist,upnp:album,upnp:genre,dc:contributer,upnp:storageFree,upnp:storageUsed,upnp:originalTrackNumber,dc:publisher,dc:language,dc:region,dc:description,upnp:toc,@childCount,upnp:albumArtURI@dlna:profileID,res@dlna:cleartextSize,@restricted,@dlna:dlnaManaged</Filter>
            <StartingIndex>0</StartingIndex>
            <RequestedCount>1</RequestedCount>
            <SortCriteria/>
        </u:Browse>
    </s:Body>
</s:Envelope>

============================= UPNP HTTP SERVER REQUEST END ==================================
DEBUG 2025-06-24 16:14:58.550 [jupnp-sync-protocol 140-1] net.pms.store.MediaStore Bad id null found in path
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Post Reply