ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
989 stars 476 forks source link

cannot find plugins/dsp/ ? #79

Closed halbeshuhn closed 7 years ago

halbeshuhn commented 7 years ago

Hi @all,

cannot start the openwebrx on a Raspberry 2 with Debian jessie. rtl_test is ok.

========================================================== pi@raspberrypi:~ $ /home/pi/script/openwebrx/openwebrx.py

OpenWebRX - Open Source SDR Web App for Everyone! | for license see LICENSE file in the package


Author contact info: Andras Retzler, HA7ILM randras@sdr.hu

[openwebrx-main] Configuration script not specified. I will use: "config_webrx.py" Traceback (most recent call last): File "/home/pi/script/openwebrx/openwebrx.py", line 691, in main() File "/home/pi/script/openwebrx/openwebrx.py", line 132, in main import_all_plugins("plugins/dsp/") File "/home/pi/script/openwebrx/openwebrx.py", line 67, in import_all_plugins for subdir in os.listdir(directory): OSError: [Errno 2] No such file or directory: 'plugins/dsp/'

============================================================

What is the Problem? Please help me!

Thanx Sebastian

ha7ilm commented 7 years ago

Hi Sebastian,

1) Try to clone the repository again. It seems like some files are missing.

2) If it does not solve it, could you show us the output of ls -alR inside the openwebrx directory?

Andras

halbeshuhn commented 7 years ago

Hallo Andreas,

ich habe das Problem gefunden. Ich muss es mit "python openwebrx.py" starten. Jetzt geht es einwandfrei. Allerdings vermisse ich den Bandplan und eine direkte Eingabe der Frequenzen. Wie kann ich das sichtbar machen. Jetzt kann ich die Frequenz nur ändern mit einem Mausklick in den Wasserfall.

LG Sebastian

halbeshuhn commented 7 years ago

Hello, Andreas,

I have found the problem. I must begin it with "python openwebrx.py". Now it goes perfectly. Indeed, I miss the tape plan and a direct input of the frequency. How I can make this visible. Now I can change the frequency only with a mouse click in the waterfall.

LG Sebastian

ha7ilm commented 7 years ago

direct input of the frequency. How I can make this visible.

Unfortunately you cannot, as currently it is not a feature of OpenWebRX (yet).