Posts Tagged ‘problem’
Coral USB inference not working on Windows 10 (ValueError: Failed to load delegate from edgetpu.dll)
Update: It looks like the Error has ben fixed with the installer version from Octobre 24th 2022. Following the install instructions for Windows on the Coral website, I got the following error: The last line, “ValueError: Failed to load delegate from edgetpu.dll” usually means that no Coral USB device could be recognized. (If you unplug…
Weiterlesenenabling and disabling a systemd service in Python using DBus
The upcoming picockpit-client reacts to deletion events from the frontend by disabling it’s service (the application will stay installed, however). Similarly, when you decide to run picockpit-client connect again, the service will be re-enabled and started automatically for you. This is possible using the Python DBus interface. the DBus is a bus system for interacting…
WeiterlesenRaspbian SSH Server fails after upgrade from Stretch to Buster (no SSH connection)
I used this excellent guide to update my Raspbian from Stretch to Buster: https://pimylifeup.com/upgrade-raspbian-stretch-to-raspbian-buster/ After rebooting my Pi, the SSH connection was gone. Logging into the Pi using the attached keyboard and monitor allowed me to debug the issue: service ssh status journalctl -u ssh -n 200 “Missing privilege separation directory /run/sshd” This directory needs…
WeiterlesenStupid business mistakes #4 :: Spamming your user with messages about your awesomeness
People need to know how awesome they are for making the right choice and being your customer. You, in turn, should be awesome, and take care of the trust they place in you responsibly. Which brings us to today’s stupid business mistake: spamming your users with messages they do not want. This is one of…
Weiterlesenfixing z-index for v-menu and v-list: how to make a menu overlap your content in vuetify
I have the following menu setup, and I think you can see the problem immediately: As you can possibly see, I have a v-app-bar which contains the menu, and a main content area. The v-menu is being overlapped by the v-card in the content of the page. Trying to set the z-index property on v-menu…
WeiterlesenKyocera FS-4200DN nicht original Toner drücken Sie die Tasten OK und Abbrechen gleichzeitig
Heute hat mein Kyocera FS-4200DN die Warnung angezeigt (sinngemäß) “Toner ist nicht original. Der Hersteller kann keine Verantwortung übernehmen. Drücken Sie die Tasten OK und Abbrechen mindestens 3 Sekunden gleichzeitig um fortzufahren.” Diese Warnung wird angezeigt nachdem man den Knopf “Hilfe” drückt. Das Problem was mich verwirrt hat: der angezeigte Dialog zeigt auch eine Taste…
WeiterlesenDebugging VerneMQ connection / authentication problems for dual authentication with webhooks and vmq_diversity
TL;DR https://github.com/vernemq/vernemq/blob/master/apps/vmq_diversity/src/vmq_diversity_plugin.erl includes a statement which will block authentication / authorization through any other channels if your Lua script returns “false”: will lead to: instead of trying other plugins, as you might have assumed! In order to avoid this problem, simply do not return anything from your Lua script, if you do not want to…
Weiterlesen