Leigh Smith
Leigh Smith
To confirm the veracity of the error message, also check `/Library/Developer/CommandLineTools` does or doesn't exist? I assume it won't on your machine? The first task is to understand where in...
No rebooting is required, it's just a means to see if we can discover why the Intel hex files aren't being created, by recreating the same commands on your machine....
If you connect the device to the Mac, then click the Apple menu, select "About This Mac", select "System Report", and then select the Hardware -> USB menu to display...
Duplicate of [Issue 238](https://github.com/z-------------/CPod/issues/238)
Adding some diagnostics to cbus-sync.js shows the error `Error: certificate has expired` when attempting to login. This, I believe is the HTTPS SSL certificate for https://gpodder.net having expired. However probing...
The problem is the `queueUpdate` message is sent from both cbus-ui.js and cbus-audio.js, and is listened to by cbus-ui.js, cbus-audio.js and cbus-data.js, but only within cbus-ui.js is there a `{fromUI:...
The easy fix is to simply add `{fromUI: false}` to all of the statements with `.send("queueUpdate")`, but it's not clear if indeed that `fromUI` should be declared as false, or...
OK there is a fix on [my branch](https://github.com/leighsmith/CPod/tree/duplicated_episodes/public/app/js) but it's really just a [one line change](https://github.com/leighsmith/CPod/blob/5c70d0dc7f1a3eb6c2d762e9899ef041f0911f0a/public/app/js/cbus-ui.js#L922).
Actually it seems the problem is the artwork image is not in a format able to currently be handled: ``` cbus-data.js:194 Uncaught Error: Unsupported MIME type: image/webp at Jimp.throwError (index.js:15)...
Ok I have created a [PR](https://github.com/z-------------/CPod/pull/241) to add support for WebP using webp_converter. Using `{"Accept": "image/png, image/jpg"}` did not result in those formats being returned, for at least some podcasts...