Bug 1111793 - [abrt] streamtuner: streamtuner2:289:rowno:AttributeError: 'NoneType' object has no attribute 'get_path'
Summary: [abrt] streamtuner: streamtuner2:289:rowno:AttributeError: 'NoneType' object ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: streamtuner
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Haase
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:a47ae608dae3621d7f9b2f11980...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-21 14:48 UTC by Avvocato Andrea Marengoni
Modified: 2014-06-21 15:13 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-06-21 15:13:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (677 bytes, text/plain)
2014-06-21 14:49 UTC, Avvocato Andrea Marengoni
no flags Details
File: environ (1.23 KB, text/plain)
2014-06-21 14:49 UTC, Avvocato Andrea Marengoni
no flags Details

Description Avvocato Andrea Marengoni 2014-06-21 14:48:57 UTC
Version-Release number of selected component:
streamtuner-2.0.8-12.fc20

Additional info:
reporter:       libreport-2.2.2
cmdline:        python /bin/streamtuner2
executable:     /bin/streamtuner2
kernel:         3.14.7-200.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
streamtuner2:289:rowno:AttributeError: 'NoneType' object has no attribute 'get_path'

Traceback (most recent call last):
  File "/bin/streamtuner2", line 320, in on_homepage_stream_clicked
    url = self.selected("homepage")
  File "/bin/streamtuner2", line 301, in selected
    return self.row().get(name)
  File "/bin/streamtuner2", line 293, in row
    return self.channel().stations() [self.rowno()]
  File "/bin/streamtuner2", line 289, in rowno
    return model.get_path(iter)[0]
AttributeError: 'NoneType' object has no attribute 'get_path'

Local variables in innermost frame:
model: None
self: <StreamTunerTwo object at 0x1325280 (PyGladeXML at 0x135d870)>
iter: None

Potential duplicate: bug 784744

Comment 1 Avvocato Andrea Marengoni 2014-06-21 14:49:03 UTC
Created attachment 911022 [details]
File: backtrace

Comment 2 Avvocato Andrea Marengoni 2014-06-21 14:49:06 UTC
Created attachment 911023 [details]
File: environ

Comment 3 leigh scott 2014-06-21 15:08:58 UTC
Try

rpm -Uvh https://kojipkgs.fedoraproject.org//packages/streamtuner/2.1.1/3.fc20/src/streamtuner-2.1.1-3.fc20.src.rpm

and if it still fails to start run

rm /usr/share/streamtuner2/channels/live365.py

https://admin.fedoraproject.org/updates/streamtuner-2.1.1-3.fc20

Comment 4 leigh scott 2014-06-21 15:10:32 UTC
(In reply to leigh scott from comment #3)

> rpm -Uvh
> https://kojipkgs.fedoraproject.org//packages/streamtuner/2.1.1/3.fc20/src/
> streamtuner-2.1.1-3.fc20.src.rpm


It should be

rpm -Uvh https://kojipkgs.fedoraproject.org//packages/streamtuner/2.1.1/3.fc20/noarch/streamtuner-2.1.1-3.fc20.noarch.rpm

Comment 5 Matthias Haase 2014-06-21 15:13:15 UTC
(In reply to Avvocato Andrea Marengoni from comment #0)

> Truncated backtrace:
> streamtuner2:289:rowno:AttributeError: 'NoneType' object has no attribute
> 'get_path'
> Potential duplicate: bug 784744

There is an updated version in updates-testing. It containes the fix required.


Note You need to log in before you can comment on or make changes to this bug.