android icon indicating copy to clipboard operation
android copied to clipboard

IOException

Open dXrayb opened this issue 4 months ago • 4 comments

After the latest update, sending files to Windows always shows this error: "Unable to write data to the transport connection: Broken pipe." However, sending to mobile works well. PC Version 25H2 OS Build 26200.7462 Mobile Android 16

dXrayb avatar Dec 16 '25 22:12 dXrayb

Thanks for reporting this issue! Could you please send me the logs from your Windows PC?

  1. For this you need to enable logging by creating a file called CDPGlobalSettings.cdp.override at C:\Windows\ServiceProfiles\LocalService\AppData\Local\ConnectedDevicesPlatform\ with the following content:

    {
       "TraceLog.EnabledHandlerTypes": 255,
       "TraceLog.Level": 100
    }
    
  2. Restart nearby-sharing on windows by running the following command in an elevated powershell:

    Get-Service *cdp* | Restart-Service
    
  3. Try to send a file to your PC again (Reproduce the issue)

  4. Send the content of C:\Windows\ServiceProfiles\LocalService\AppData\Local\ConnectedDevicesPlatform\CDPTraces.log to my email: [email protected]

ShortDevelopment avatar Dec 16 '25 23:12 ShortDevelopment

Thanks for reporting this issue! Could you please send me the logs from your Windows PC?

  1. For this you need to enable logging by creating a file called CDPGlobalSettings.cdp.override at C:\Windows\ServiceProfiles\LocalService\AppData\Local\ConnectedDevicesPlatform\ with the following content: { "TraceLog.EnabledHandlerTypes": 255, "TraceLog.Level": 100 }
  2. Restart nearby-sharing on windows by running the following command in an elevated powershell: Get-Service cdp | Restart-Service
  3. Try to send a file to your PC again (Reproduce the issue)
  4. Send the content of C:\Windows\ServiceProfiles\LocalService\AppData\Local\ConnectedDevicesPlatform\CDPTraces.log to my email: [email protected]

The mail has been sent.

dXrayb avatar Dec 17 '25 10:12 dXrayb

The mail has been sent.

I sadly did not get it yet.

ShortDevelopment avatar Dec 18 '25 12:12 ShortDevelopment

The mail has been sent.

I sadly did not get it yet.

I sent it again.

dXrayb avatar Dec 18 '25 12:12 dXrayb