<div dir="ltr">Well, I noticed he was hitting one db probably for the contacts list, and since there are really two, just figured<div>I would point that out, and YES I do know that it is not compatible with DMR radios. Sure wish it was but, I</div><div>can understand why, too bad the manufacturers are so stuck on that Trojan called windows.<br></div><div><br></div><div>Anyhow just noticed that he was going to RadioID vice DMR-Mark (The DMR Mark URL gives a 404 I think</div><div>it was) of course if he is just using RadioID to satisfy a step then it is moot, but if he is downloading the actual</div><div>contacts he would want to go to both places to make sure he gets a full list.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 7, 2019 at 6:53 AM John Wuest &lt;<a href="mailto:jhwuest@gmail.com">jhwuest@gmail.com</a>&gt; 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">Why? CHIRP is not compatible with any digital radios.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 6, 2019 at 10:06 AM Chuck Hast &lt;<a href="mailto:kp4djt@gmail.com" target="_blank">kp4djt@gmail.com</a>&gt; 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">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 &lt;<a href="mailto:jeffjohnson0@gmail.com" target="_blank">jeffjohnson0@gmail.com</a>&gt; 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&#39;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 &lt;<a href="mailto:jeffjohnson0@gmail.com" target="_blank">jeffjohnson0@gmail.com</a>&gt;<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 = &quot;DMR-MARC&quot;<br>     MODEL = &quot;Repeater database&quot;<br> <br>-    URL = &quot;<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>?&quot; \<br>-          &quot;table=repeaters&amp;format=json&quot;<br>+    URL = &quot;<a href="https://www.radioid.net/static/rptrs.json" target="_blank">https://www.radioid.net/static/rptrs.json</a>&quot;<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, &#39;r&#39;) as f:<br>             try:<br>-                self._repeaters = json.load(f)[&#39;repeaters&#39;]<br>+                self._repeaters = json.load(f)[&#39;rptrs&#39;]<br>             except AttributeError:<br>                 raise errors.RadioError(<br>                     &quot;Unexpected response from %s&quot; % 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"><div dir="ltr"><div><div>Chirp + Editcp + MD380Tools on Linux</div><div>Celestial!!!</div><div dir="ltr">Chuck -- KP4DJT</div></div></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 John Wuest at <a href="mailto:jhwuest@gmail.com" target="_blank">jhwuest@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>
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>