Andrew Scheller

Results 1237 comments of Andrew Scheller

I think the only way to fix that would be to store the last-updated branch in e.g. `.firmware_branch`; and then `JUST_CHECK` would be able to display a more useful message...

Your problem seems to be that you're attempting to update the firmware into an **empty directory** - that's not what the offline mode is intended for, it's intended for updating...

Hmmm, interesting. Rather than always blindly creating any missing directories (I feel that erroring on expected-but-missing-directories is always a useful sanity check for a script that's being run as the...

Just to help @giampaolo track down the error: * What OS are you running the `pyftpdlib` server on? * What version of `pyftpdlib` are you running? * What version of...

Have you tried other FTP clients / FTP servers? I wonder if it's a problem with your client rather than with pyftpdlib?

Are you sure your Raspbian and raspi-config versions are up-to-date? I just tried this myself, and all three Audio options work fine, with no error reported.

For reference, this project is now being maintained at https://github.com/RPi-Distro/raspi-config so if there are any problems with it, they should be reported there.

This functionality has been added to https://github.com/RPi-Distro/raspi-config (which is effectively the new 'master repo' for raspi-config).

Sounds to me like this is more an issue with https://github.com/RPi-Distro/repo than it is with https://github.com/RPi-Distro/raspi-config But just out of curiosity, why do you want to remove `raspi-config` ?

https://github.com/asb/raspi-config/pull/23#issuecomment-204784211