narspt / DMRBot

9 stars 4 forks source link

MD380-emu not working #1

Open iz7exi opened 1 month ago

iz7exi commented 1 month ago

I tried to install the DMRBot with the MD380-emu, but while TXing the result is ambeframes:0

narspt commented 1 month ago

Usually that happens when DMRBot can't communicate with md380-emu. Please ensure that md380-emu is running and it's listening port match the port specified on DMRBot for ambeserver. Also note that you must use md380-emu from my fork, dvswitch or any other md380-emu versions will not work ( see more details at https://github.com/narspt/DMRRec/issues/1 ).

narspt commented 1 month ago

Did you succeed to compile it? I did get a notification of some other reply from you showing the errors that you got but later you deleted it before I even had time to reply...

I did test today to compile it on a completely fresh Raspberry Pi OS Bullseye and the only extra thing I had to install was Python 2 ( sudo apt-get install python2 ), after that I was able to compile md380-emu with no problem at all.

iz7exi commented 4 weeks ago

Did you succeed to compile it? I did get a notification of some other reply from you showing the errors that you got but later you deleted it before I even had time to reply...

I did test today to compile it on a completely fresh Raspberry Pi OS Bullseye and the only extra thing I had to install was Python 2 ( sudo apt-get install python2 ), after that I was able to compile md380-emu with no problem at all.

yes I compiled it, some dependencies were missing, it works perfectly, is Openai only paid or are there free API keys?

narspt commented 4 weeks ago

AFAIK only paid, but (unless your bot gets really high usage) the costs to run it should be very low.

iz7exi commented 4 weeks ago

AFAIK only paid, but (unless your bot gets really high usage) the costs to run it should be very low.

ok thanks for the info and support

narspt commented 3 weeks ago

I'm curious about a thing, did you compile it on Bullseye or Bookworm? I ask it because looking at the warnings that you posted before (and deleted) I would think you had Bookworm, but I see now that there is no Python2 for Bookworm.

iz7exi commented 3 weeks ago

Bookworm Python3

narspt commented 3 weeks ago

how? did you manually modify scripts to make them compatible with python 3? I guess it requires a few changes...