Roberto Vannucci
Roberto Vannucci
@unicod3 I think you have a bug in your tests. as stated by docs, AuthenticationFailed will return HTTP 401 and in your tests you look for 403.
@Napster2210 thanks, it worked! +1 for the issue!
quantomeno, si potrebbero usare i submodules di GIT se non si riesce a creare un pacchetto
Actually, you may just give capabilities. If you run the following command from root, you won't need root permission to use pcap. setcap cap_net_raw,cap_net_admin=eip /usr/bin/node
same problem on iOS... looks like cordova changed icons location or something
cordova 6.0.0, cordova-icon 0.4.0 in fact editing the index.js with the new path partially works
Python version? > Il giorno 09 ott 2016, alle ore 11:34, lastimam [email protected] ha scritto: > > Traceback (most recent call last): > File "GPIOSim.py", line 18, in > from...
Try to import Tkinter instead of tkinter Uppercase T > Il giorno 10 ott 2016, alle ore 06:48, lastimam [email protected] ha scritto: > > pi@raspberrypi:~/Desktop $ python -V > Python...
but since you’re running GPIOSim on the RaspberryPi itself, I guess you did not correctly understand what GPIOSim is about :) > Il giorno 10 ott 2016, alle ore 06:53,...
it is meant to be used on a computer. On the Raspberry it may create problems since RPi.GPIO already exists. the purpose is to provide RPi.GPIO on your workstation. In...