Project

General

Profile

Actions

Bug #457

closed

Bank Name broken for VX-8R

Added by Grant Diffey about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
01/21/2013
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
All
Debug Log:
I read the instructions above:

Description

Open any 8r image or clone from the radio then select Bank Names:

Traceback (most recent call last):
File "/home/nevyn/repos/chirp.hg/chirpui/editorset.py", line 353, in tab_selected
v.focus()
File "/home/nevyn/repos/chirp.hg/chirpui/bankedit.py", line 108, in focus
self.refresh()
File "/home/nevyn/repos/chirp.hg/chirpui/bankedit.py", line 52, in refresh
job = BankNamesJob(self._bm, self, got_banks)
AttributeError: 'BankNameEditor' object has no attribute '_bm'

Actions #1

Updated by Dan Smith about 11 years ago

  • Status changed from New to In Progress
  • Assignee set to Dan Smith
  • Target version set to 0.3.0

Traceback (most recent call last):
File "/home/dan/dev/chirp/chirpui/editorset.py", line 353, in tab_selected
v.focus()
File "/home/dan/dev/chirp/chirpui/bankedit.py", line 108, in focus
self.refresh()
File "/home/dan/dev/chirp/chirpui/bankedit.py", line 52, in refresh
job = BankNamesJob(self._bm, self, got_banks)
AttributeError: 'BankNameEditor' object has no attribute '_bm'
Closing 0

Actions #2

Updated by Debbie Fligor about 11 years ago

In case it's helpful, I'm seeing this on my ic-92ad and id-31 as well. here's the ic-92 log:

Traceback (most recent call last):
File "/Users/fligor/bin/chirp-daily-20130122.app/Contents/Resources/chirp/chirpui/editorset.py", line 353, in tab_selected
v.focus()
File "/Users/fligor/bin/chirp-daily-20130122.app/Contents/Resources/chirp/chirpui/bankedit.py", line 108, in focus
self.refresh()
File "/Users/fligor/bin/chirp-daily-20130122.app/Contents/Resources/chirp/chirpui/bankedit.py", line 52, in refresh
job = BankNamesJob(self._bm, self, got_banks)
AttributeError: 'BankNameEditor' object has no attribute '_bm'

Actions #3

Updated by Tom Hayward about 11 years ago

  • Model affected changed from VX-8R to (All models)
  • Platform changed from Linux to All

Dan, it looks like you broke this in r1811. I don't understand exactly what you're doing, but you assign @self.__bm@, then call @self._bm@.

Actions #4

Updated by Dan Smith about 11 years ago

  • Status changed from In Progress to Closed

Fixed in r1829

Actions

Also available in: Atom PDF