Project

General

Profile

Actions

Bug #110

closed

Inserting rows above/below hangs

Added by Peter Johnson about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
04/07/2012
Due date:
% Done:

0%

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

Description

I have 6 NOAA channels programmed into the last 6 memories (121-127) on my UV-5R. Attempting to insert a row above row 125 the program hangs at a dialogue stating "moving 127 to 128". Closing the dialogue returns you to the program, but it's unstable after that, ultimately hanging after a few operations.

Terminal output:

Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.
target(*self.args, **self.kwargs)
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirpui/shiftdialog.py", line 129, in threadfn
count = func(newhole)
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirpui/shiftdialog.py", line 100, in insert_hole
ret = self._shift_memories(1, mems)
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirpui/shiftdialog.py", line 68, in _shift_memories
self.rthread.radio.set_memory(i)
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirp/uv5r.py", line 259, in set_memory
_mem = self._memobj.memory[mem.number]
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirp/bitwise.py", line 171, in __getitem
_
return self.__items[index]
IndexError: list index out of range

Actions #1

Updated by Dan Smith about 12 years ago

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

Wow, I can't believe this hasn't been noticed yet with other drivers, as it was a core issue. It was simple though so I fixed it real quick and pushed for tomorrow.

Thanks!

Actions

Also available in: Atom PDF