travisgoodspeed / md380tools

Python tools and patched firmware for the TYT-MD380
804 stars 245 forks source link

get_dmrmarc_json.py causes updatedb failure #859

Closed jberry closed 6 years ago

jberry commented 6 years ago

The creation/addition of the new python script, get_dmrmarc_json.py, caused my updatedb process to stop working.

Digging through the file/makefile for db revealed the get_dmrmarc.errors file, which showed I was missing the requests python module.

Suggest adding better error message/handling around this, to inform user of the new required 'requests' module they may have to install to bring updatedb back to a working state.