[chirp_users] [CHIRP] #128: MacOS 10.6.5 Error
#128: MacOS 10.6.5 Error ----------------------------------+----------------------------------------- Reporter: leemanpa@… | Type: Bug Status: new | Priority: Functionality Milestone: | Component: Memory Editor Version: 0.1.11 | Keywords: Platform: MacOS | ----------------------------------+----------------------------------------- Wouxoun 3D with OEM Cable, installed Python & ran script, the shell loaded in XTerm, downloaded & ran. However, when I try to D/L From Radio, terminal gives me this error:
Loading callsigns... RadioThread exiting Traceback (most recent call last): File "/Users/leeman/CHIRP/chirp-0.1.11/chirpui/mainapp.py", line 552, in mh self.do_download(*args) File "/Users/leeman/CHIRP/chirp-0.1.11/chirpui/mainapp.py", line 283, in do_download d = clone.CloneSettingsDialog(parent=self) File "/Users/leeman/CHIRP/chirp-0.1.11/chirpui/clone.py", line 140, in __init__ self.__make_ui(settings) File "/Users/leeman/CHIRP/chirp-0.1.11/chirpui/clone.py", line 115, in __make_ui self.__port = self.__make_port(settings and settings.port or None) File "/Users/leeman/CHIRP/chirp-0.1.11/chirpui/clone.py", line 61, in __make_port port = ports[0] IndexError: list index out of range
No Clone window.. Any help appreciated...
#128: MacOS 10.6.5 Error -----------------------------------+---------------------------------------- Reporter: leemanpa@… | Owner: Type: Bug | Status: new Priority: Functionality | Milestone: Component: Memory Editor | Version: 0.1.11 Resolution: | Keywords: Platform: MacOS | -----------------------------------+----------------------------------------
Comment (by kk7ds):
This is because it can't find any ports on your machine. That may or may not continue to be a problem, but at the very least, try upgrading to the latest daily to see if that helps. I believe the core issue of the crash has been fixed on OSX:
http://trac.chirp.danplanet.com/chirp_daily
Note that with the dailies, you'll get the .app.zip, unzip it and then double-click on it to run. The python runtime package you already have installed is still required.
#128: MacOS 10.6.5 Error -----------------------------------+---------------------------------------- Reporter: leemanpa@… | Owner: Type: Bug | Status: new Priority: Functionality | Milestone: Component: Memory Editor | Version: 0.1.11 Resolution: | Keywords: Platform: MacOS | -----------------------------------+----------------------------------------
Comment (by Tom Hayward KD7LXL <esarfl@…>):
This was fixed in changeset 0647f93ebdb4, but it could still benefit from error detection. Something like:
{{{ except IndexError: errorDialog('No ports detected.') }}}
#128: MacOS 10.6.5 Error -----------------------------------+---------------------------------------- Reporter: leemanpa@… | Owner: Type: Bug | Status: closed Priority: Functionality | Milestone: Component: Memory Editor | Version: 0.1.11 Resolution: Not A Bug | Keywords: Platform: MacOS | -----------------------------------+---------------------------------------- Changes (by kk7ds):
* status: new => closed * resolution: => Not A Bug
Comment:
No argument there! I'm heading out for the weekend shortly, but patches are welcome 24x7 ;)
I'll close this as "not a bug" since the core issue has been fixed.
Thanks!
#128: MacOS 10.6.5 Error -----------------------------------+---------------------------------------- Reporter: leemanpa@… | Owner: Type: Bug | Status: closed Priority: Functionality | Milestone: Component: Memory Editor | Version: 0.1.11 Resolution: Not A Bug | Keywords: Platform: MacOS | -----------------------------------+----------------------------------------
Comment (by Tom Hayward KD7LXL <esarfl@…>):
Looks like changeset:924 doesn't completely fix this.
Fixed in changeset:1083
#128: MacOS 10.6.5 Error -----------------------------------+---------------------------------------- Reporter: leemanpa@… | Owner: Type: Bug | Status: closed Priority: Functionality | Milestone: Component: Memory Editor | Version: 0.1.11 Resolution: Not A Bug | Keywords: Platform: MacOS | -----------------------------------+----------------------------------------
Comment (by anonymous):
Took a little while for me to find the WXUSB (USB Serial Cable from Wouxon), but once I did, was able to get everything working. Just some info here in case someone else finds this like I did. http://www.prolific.com.tw/eng/downloads.asp?id=31
participants (1)
-
CHIRP Tracker