6b6561
6b6561
Take a look at https://github.com/philippe44/AirConnect/issues/312 and see if it can give you any hints on what to try.
Take a look at https://github.com/skorokithakis/catt
The gupnp-tools is a quite good tool for debuging UPNP stuff. You can install it on raspian by running `sudo apt-get install gupnp-tools` and then list your renderers by running...
I just noted that you are running aircast on your Raspbian, shouldn't it be airupnp for Sonos?
> This is what I get when I connect via eth cable > > `pi@CODEPI:/ $ gssdp-discover --timeout=3 --target=urn:schemas-upnp-org:device:MediaRenderer:1 Using network interface usb0 Scanning for resources matching urn:schemas-upnp-org:device:MediaRenderer:1 Showing "available"...
Is your wifi maybe acting as a "guest network" if so, then it might behave in such a way that devices are not able to see each other. What brand...
I'm struggling with the exact problem. I started out on a old version 2.1.0 and just upgraded to the latest 2.4.0-dev through the master.zip. Ran a put/get with the following...
I ran the get with --debug, looks like the x-amz-meta-s3cmd-attrs are properly retrieved and parsed, the mtime is correct as 1674469831 but the last row in the output sets the...
Looks like this same issue has been investigated in https://github.com/s3tools/s3cmd/issues/670 and identified as a bug to be fixed. The mtime is properly set if you do a remote2local sync, but...