F4HTB / Universal_HamRadio_Remote_HTML5

Universal HamRadio Remote HTML5 interface
GNU General Public License v3.0
146 stars 36 forks source link

function takes at most 5 arguments (7 given) #2

Closed parlotto closed 3 years ago

parlotto commented 3 years ago

Hello, On a pc runing ubuntu 20.04, I have this error when trying to configure :

http server started SERVER port 8888 AUDIO outputdevice plughw:CARD=U0x41e0x30d3,DEV=0 AUDIO inputdevice plughw:CARD=U0x41e0x30d3,DEV=0 HAMLIB rig_pathname /dev/ttyUSB2 HAMLIB rig_model TS590S HAMLIB rig_rate 38400 HAMLIB trxautopower True (<class 'TypeError'>, TypeError('function takes at most 5 arguments (7 given)'), <traceback object at 0x7f7e7bde5540>)

Maybe a problem with the version of hamlib ? Thanks for this promising software. Phil.

F4HTB commented 3 years ago

Can you get more informations please? Maybe the screen output?

Thanks

parlotto commented 3 years ago

Bonjour, Mon indicatif est F5OWL. Merci pour ce soft.

Voici ce que j'obtiens au lancement : philippe@jupiter:~/Universal_HamRadio_Remote_HTML5$ ./UHRR (<class 'TypeError'>, TypeError('function takes at most 5 arguments (7 given)'), <traceback object at 0x7f19332679c0>) http server started SERVER port 8888 AUDIO outputdevice plughw:CARD=U0x41e0x30d3,DEV=0 AUDIO inputdevice plughw:CARD=U0x41e0x30d3,DEV=0 HAMLIB rig_pathname /dev/ttyUSB2 HAMLIB rig_model TS590S HAMLIB rig_rate 38400 HAMLIB trxautopower True

j'accède par https://127.0.0.1:8888 Ensuite quand je fais : "Save and Restart server"

philippe@jupiter:~/Universal_HamRadio_Remote_HTML5$ (<class 'TypeError'>, TypeError('function takes at most 5 arguments (7 given)'), <traceback object at 0x7f05f234db80>) http server started SERVER port 8888 AUDIO outputdevice plughw:CARD=U0x41e0x30d3,DEV=0 AUDIO inputdevice plughw:CARD=U0x41e0x30d3,DEV=0 HAMLIB rig_pathname /dev/ttyUSB2 HAMLIB rig_model TS590S HAMLIB rig_rate 38400 HAMLIB trxautopower True (<class 'TypeError'>, TypeError('function takes at most 5 arguments (7 given)'), <traceback object at 0x7fc11c7fb840>) http server started

J'ai installé le soft sur ubuntu 20.04. J'utilise hamlib 3.3 issue des paquets de la distribution ubuntu 20.04. Le navigateur est firefox 82.0. En pj mon fichier de conf. En espèrant que ce soit utile. 73 Philippe

De: "Olivier SCHMITT" notifications@github.com À: "F4HTB/Universal_HamRadio_Remote_HTML5" Universal_HamRadio_Remote_HTML5@noreply.github.com Cc: "philippe arlotto" arlotto@univ-tln.fr, "Author" author@noreply.github.com Envoyé: Mercredi 28 Octobre 2020 14:31:43 Objet: Re: [F4HTB/Universal_HamRadio_Remote_HTML5] function takes at most 5 arguments (7 given) (#2)

Can you get more informations please? Maybe the screen output?

Thanks

— You are receiving this because you authored the thread. Reply to this email directly, [ https://github.com/F4HTB/Universal_HamRadio_Remote_HTML5/issues/2#issuecomment-717934406 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/ADMK5WUE63BMPYVTBGNP2VTSNAML7ANCNFSM4S6MQVZQ | unsubscribe ] .

F4HTB commented 3 years ago

use raspberry pi instead. I cannot transpose the code to the stable sources in ubuntu and raspiOS on the same git repo.

madpsy commented 3 years ago

Caused by old version of pyalsaaudio. You probably have v0.8.x installed, you need 0.9.0.

pip3 install --user pyalsaaudio==0.9.0