View Issue Details

IDProjectCategoryView StatusLast Update
0000488Internet RadioBugpublic2026-05-30 01:41
Reportermikee Assigned Tomikee  
PrioritynormalSeveritycrashReproducibilitysometimes
Status assignedResolutionopen 
PlatformRaspberry PiOSRaspbianOS VersionStretch
Summary0000488: UnboundLocalError: local variable 'status' referenced before assignmen
Description
radio: LINE 921: INFO: Not connected
Jun 15 22:36:58 radio python3[32165]: Traceback (most recent call last):
Jun 15 22:36:58 radio python3[32165]:   File "/home/pi/radio/radio.py", line 1202, in <module>
Jun 15 22:36:58 radio python3[32165]:     radio.main()
Jun 15 22:36:58 radio python3[32165]:   File "/home/pi/radio/radio.py", line 1165, in main
Jun 15 22:36:58 radio python3[32165]:     self.main()
Jun 15 22:36:58 radio python3[32165]:   File "/home/pi/radio/radio.py", line 1182, in main
Jun 15 22:36:58 radio python3[32165]: radio: LINE 599: INFO: Modes.PLAY
Jun 15 22:36:58 radio python3[32165]:     mode_play()
Jun 15 22:36:58 radio python3[32165]:   File "/home/pi/radio/radio.py", line 925, in mode_play
Jun 15 22:36:58 radio python3[32165]:     if status.get('state') == 'stop':
Jun 15 22:36:58 radio python3[32165]: UnboundLocalError: local variable 'status' referenced before assignment
TagsNo tags attached.
Attach Tags
GitLab/Hub Issue

Relationships

related to 0000505 closedmikee list index out of range 

Activities

git

2025-06-15 22:53

updater   ~0001846

Branch main - commit 9aae66e387f2f8352d1709318a820718da63bbb1
Author: Mike Evans <mikee@saxicola.co.uk>
Date: Sun Jun 15 22:52:22 2025 +0100

Bug-488

Do stuff.

src/radio.py

git

2026-05-16 02:51

updater   ~0002151

Branch Bug-406 - commit 9aae66e387f2f8352d1709318a820718da63bbb1
Author: Mike Evans <mikee@saxicola.co.uk>
Date: Sun Jun 15 22:52:22 2025 +0100

Bug-488

Do stuff.

src/radio.py

Add Note

View Status
Note
Upload Files
Maximum size: 2,048 KiB

Attach files by dragging & dropping, selecting or pasting them.

Issue History

Date Modified Username Field Change
2025-06-15 22:45 mikee New Issue
2025-06-15 22:45 mikee Status new => assigned
2025-06-15 22:45 mikee Assigned To => mikee
2025-06-15 22:53 git Note Added: 0001846
2025-06-15 22:54 mikee Description Updated
2025-06-15 22:54 mikee Description Updated
2025-06-15 22:55 mikee Description Updated
2026-05-16 02:51 git Note Added: 0002151
2026-05-30 01:41 mikee Relationship added related to 0000505