raspbian Questions
3
I'm in trouble making a simple server/client socket python program. Basically, my server (RPi3) has to stream a video (with Gstreamer) to the client (Fedora 24). The problem is that in my Fedora, I...
3
I'm trying to create some directories which have national symbols like "äöü" etc. Unfortunately I'm getting this exception whenever that is being attempted:
java.nio.file.InvalidPathException: Mal...
Scamper asked 27/8, 2016 at 20:47
2
Solved
I'm quite new to Raspberry Pi and Linux/Debian, so please bear with me. I have been trying for hours now to install rabbitMQ on my Raspberry Pi 3, to no avail. I followed the steps, but in the end ...
2
I am trying to open camera with the picamera module in my Raspberry pi B+ with has Raspbian 64 bit OS installed in it. I get this error:
Traceback (most recent call last):
File "/home/pi/Docum...
Woodenware asked 7/4, 2022 at 19:24
2
Solved
File
"/home/username/.local/lib/python3.7/site-packages/kodi_cli.py", line
3, in
import importlib.metadata ModuleNotFoundError: No module named 'importlib.metadata'
pip3 install kodi-c...
Pentarchy asked 20/11, 2022 at 4:13
5
I want to convert myscript.py to a exexutable file. i am using raspberry pi(raspbian) and python 2.7.
I am issuing the following command
sudo pip install PyInstaller
sudo pyinstaller myscript.py...
Kendallkendell asked 28/1, 2016 at 9:34
5
I am using raspberry which is running raspbian jessie OS.
I tried to install/upgrade the aws-cli using steps provided at https://aws.amazon.com/cli/
Even after upgrade was successful, I get below ...
Subeditor asked 27/7, 2017 at 19:4
3
Docker.service fails to start, error "failed to mount overlay: no such device" on Raspbian
I recently had a problem with my raspbian installation. Probably some upgrade messed up my SSD boot. After resolving it, I noticed that docker.service refuses to start. On the service's log it says...
5
After I used apt-get upgrade earlier today, my Raspberry Pi (Raspbian Jessie) stopped being able to automount my external harddrives anymore. Automounting worked perfectly fine before apt-get upgra...
Zennie asked 29/10, 2017 at 16:59
9
Solved
I have followed this website http://raspberrypihelp.net/tutorials/24-raspberry-pi-webserver to setup the HTTP server nginx on my Raspberry Pi and try to setup a site call example.com. But when I ru...
Coleencolella asked 3/10, 2013 at 18:0
4
I followed some guides to install an onscreen keyboard (matchbox-keyboard) and create a toggle button but for some reason the default layout that was installed for me is missing everything but basi...
Danzig asked 4/1, 2022 at 5:45
7
Solved
I'm new at nginx and Raspberry.
I installed nginx using
sudo apt-get install
And everything was fine at that point. The problem came when I tried to restart nginx, It threw this error
Job...
Doak asked 10/5, 2016 at 2:20
1
Solved
I am starting a python script at boot time via /etc/rc.local with myScript.py &
This script triggers a web-interface using curl. Everything runs well but I am getting all these
"rc.local[3...
6
Ok guys,
this is driving me nuts... Can't get my nodejs application to autostart@boot on a raspberry pi...
Machine: Raspberry 2 (Raspbian Jessie)
Tried almost every possible solution I found on ...
Acrophobia asked 25/9, 2015 at 11:27
7
Solved
I am working on a project similar to the one at http://www.instructables.com/id/Raspberry-Pi-Wall-Mounted-Google-Calendar/?ALLSTEPS
Similarly, I need my pi to stay on constantly. I have the regula...
Dioxide asked 22/6, 2015 at 17:14
2
Solved
Is there any chance to get additional status information from my respose object, if a request fails? At this point, I'm able to get the status code, but in addition, I need the status information t...
Honolulu asked 4/10, 2013 at 7:36
6
Solved
I would like to turn off the leds of my Raspberry Pi.
I tried modifying the file echo none >/sys/class/leds/led0/trigger but nothing changed.
Is this possible?
Preach asked 8/11, 2013 at 16:17
2
I am trying to run the following example code using my NetBeans IDE:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dbus/dbus.h>
int main() {
DBusCo...
Hawserlaid asked 29/8, 2017 at 15:54
7
I am running a telegram bot in python and i am using python3.6 on raspbian ( pi3 )
Below is my imports:
from __future__ import (absolute_import, division,
print_function, unicode_literals)
from ...
Gersham asked 18/3, 2018 at 23:30
2
Solved
i'm trying to install Docker-compose on my Raspberry Pi 3+ which installed Raspbian buster.
I followed instruction on docker.com. After I entered command : sudo curl -L https://github.com/docker/c...
Exanthema asked 7/11, 2019 at 11:31
4
I have a Raspberry Pi with Raspbian OS. After install VNC I've tried to start the server and return this:
~ $ vncserver :0
Warning: raspberrypi:0 is taken because of /tmp/.X0-lock
Remove this fi...
Flagelliform asked 13/11, 2013 at 6:53
4
Solved
I'm trying to install pandas on the raspberry pi 2 (model b, 7 wheezy), python3.5.1, pip 9.0.1 with the command from the title, this is my terminal.
pi@raspberrypi ~ $ sudo pip3 install pandas
Col...
Vachon asked 4/12, 2017 at 23:50
2
I need to monitor the performance of a raspberry PI (with raspbian), I tried to use new relic, but it doesn't support ARM architecture, so it's impossible to use.
I even tried graphdat but seems t...
Vandenberg asked 25/10, 2013 at 8:9
2
Solved
I've been trying for the past couple of hours to find a way to refresh a label with information without having to input anything myself.
The program I am trying to write is taking the CPU temp fro...
Gustafson asked 7/4, 2016 at 16:14
6
Solved
I am trying to change a raspberry pi's bluetooth name to something else (an ip address) so that when I scan and pair my android device it will see this ip as the device name. It worked once but the...
Gillam asked 10/10, 2014 at 12:5
1 Next >
© 2022 - 2025 — McMap. All rights reserved.