photron
Administrators
-
Benutzer seit
-
Letzter Besuch
-
Brickv macOS : "Update information could not be downloaded…"
Brickv 2.4.27 is released
-
Announcements
Brick Viewer 2.4.27 Add support for NFC Forum Type 5 to NFC Bricklet plugin Make flashing of Co-MCU Bricklets more robust Fix firmware download on macOS Downloads: Windows, Linux, macOS
-
Veröffentlichungen
Brick Viewer 2.4.27 Unterstützung für NFC Forum Type 5 zum NFC Bricklet Plugin hinzugefügt Flashen von Co-MCU Bricklets robuster gemacht Firmware-Download auf macOS repariert Downloads: Windows, Linux, macOS
-
Brickv macOS : "Update information could not be downloaded…"
Okay. I cleaned up all the changes and make a new version that just contains the relevant fix. Please try this one more time to confirm the fix still works. Thank you. Once the fix is confirmed, then I will make an official brickv release form it. Edit: Obsolete brickv version removed.
-
Brickv macOS : "Update information could not be downloaded…"
The last line of the error message shows that the CA store is really empty. Here is a brickv version that tries to load the system CA store. This might actually fix the problem. I removed the other error message again. There will be just one message box showing details about the load process. I'd like to see that one. Edit: Obsolete brickv version removed.
-
Brick Daemon 2.4.8 Crash auf Raspberry Pi 5 CM (HAT Brick)
brickd 2.4.9 mit diesen Korrekturen ist veröffentlicht.
-
Raspberry: current status
Version 2.4.9 is released.
-
Announcements
Brick Daemon 2.4.9 Fix crash on Raspberry Pi Compute Module 5 Adapt to changed packaging for hwclock in Debian Trixie Downloads: Windows, Linux (amd64, i386, armhf, arm64), macOS
-
Veröffentlichungen
Brick Daemon 2.4.9 Absturz auf Raspberry Pi Compute Module 5 behoben An die geänderte Paketierung von hwclock in Debian Trixie angepasst Downloads: Windows, Linux (amd64, i386, armhf, arm64), macOS
-
Brickv macOS : "Update information could not be downloaded…"
Okay, so brickv fails to validate the SSL certificate of download.tinkerforge.com, but every other program has no issue with it. Please try this version. It adds details about the CA store used to validate the SSL certificate. I suspect that Python uses an empty CA store on some devices, but not on others. This is expected. It's a side effect of the specific way I added this error message. Edit: Obsolete brickv version removed.
-
Brickv macOS : "Update information could not be downloaded…"
Please try this test version of brickv. Either this one just works now, or it reports an error, that should help me to figure out what's wrong. Edit: Obsolete brickv version removed.
-
Brickv macOS : "Update information could not be downloaded…"
Thank you. I can see that connection fails with a certificate error. That's what I expected to be the problem.
-
Brickv macOS : "Update information could not be downloaded…"
As I cannot reproduce the problem here I need help. Could anyone that is affected by the download problem run this brickv Github branch from source in a terminal? It prints the exception backtrace to the terminal. I would like to see this backtrace. GitHubGitHub - Tinkerforge/brickv at macos-download-problemSmall Qt GUI to control and test all Bricks and Bricklets from Tinkerforge - GitHub - Tinkerforge/brickv at macos-download-problem
-
Brickv macOS : "Update information could not be downloaded…"
What I wanted to see is not in the curl log file because you only redirected stdout to the log file. Please run this command: curl -v https://download.tinkerforge.com &> curl.txt But both logs already show that the download is working.
-
Brickv macOS : "Update information could not be downloaded…"
I cannot reproduce the download issue here, with two different MacBooks with macOS 15.5 and 26.1. It's not a general issue with our server, but with Python not being able to verify the HTTPS certifcate of our server. We are using Let's Encrypt now. I'm a little puzzled why it should not work. I suspect a problem local to the affected computer. Could you try running this terminal command on the affected computer and post it's output here: curl -v https://download.tinkerforge.com Same with Python please: python3 -c "from urllib.request import urlopen; print(urlopen('https://download.tinkerforge.com').read()[:100])" Yes, the code signing certificate used to sign that version of brickv is expired by now. But that's not a real issue, because the signature is timestamped and at the time brickv was signed the certificate was valid. This version of brickv is still properly signed. There is no issue to be fixed. There will not be a new brickv release just because of that. Apple decided to show this in a too dramatic way, making it look like an issue. This also has nothing to do with the download issue.