<div dir="ltr">Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and<div>Africa. Looks like you have RadioID in there. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 5, 2019 at 10:02 PM j j <<a href="mailto:jeffjohnson0@gmail.com">jeffjohnson0@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello All,<div><br></div><div>I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working.</div><div><br></div><div>--Jeff</div><div><br></div><div><br></div><div># HG changeset patch<br># User Jeff Johnson <<a href="mailto:jeffjohnson0@gmail.com" target="_blank">jeffjohnson0@gmail.com</a>><br># Date 1573797619 28800<br># Thu Nov 14 22:00:19 2019 -0800<br># Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5<br># Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2<br>Bug #6381 Added new link and JSON structure for DMR-Marc repeaters.<br><br>diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py<br>--- a/chirp/dmrmarc.py<br>+++ b/chirp/dmrmarc.py<br>@@ -35,8 +35,7 @@<br> VENDOR = "DMR-MARC"<br> MODEL = "Repeater database"<br> <br>- URL = "<a href="http://www.dmr-marc.net/cgi-bin/trbo-database/datadump.cgi" target="_blank">http://www.dmr-marc.net/cgi-bin/trbo-database/datadump.cgi</a>?" \<br>- "table=repeaters&format=json"<br>+ URL = "<a href="https://www.radioid.net/static/rptrs.json" target="_blank">https://www.radioid.net/static/rptrs.json</a>"<br> <br> def __init__(self, *args, **kwargs):<br> chirp_common.NetworkSourceRadio.__init__(self, *args, **kwargs)<br>@@ -54,7 +53,7 @@<br> filename, headers = urllib.urlretrieve(self.URL, fn)<br> with open(fn, 'r') as f:<br> try:<br>- self._repeaters = json.load(f)['repeaters']<br>+ self._repeaters = json.load(f)['rptrs']<br> except AttributeError:<br> raise errors.RadioError(<br> "Unexpected response from %s" % self.URL)<br></div></div>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Chuck Hast at <a href="mailto:kp4djt@gmail.com" target="_blank">kp4djt@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div>Chirp + Editcp + MD380Tools on Linux</div><div>Celestial!!!</div><div dir="ltr">Chuck -- KP4DJT</div></div></div></div>