Bug 1074967
| Summary: | [abrt] hamster-time-tracker: overview.py:385:on_add_activate:TypeError: 'Fact' object has no attribute '__getitem__' | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Soeren Grunewald <soeren.grunewald> | ||||||||||
| Component: | hamster-time-tracker | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 20 | CC: | fschwarz, jplorier, m, ossman, pmodin, sanjay.ankur, soeren.grunewald | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/b29818235a0e2ccb84cef43fb8cb399b962f202f | ||||||||||||
| Whiteboard: | abrt_hash:d5023d4d208e79974e5420ceb03830bce2e343c8 | ||||||||||||
| Fixed In Version: | hamster-time-tracker-1.04-4.fc20 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2015-03-31 21:52:56 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 873033 [details]
File: backtrace
Created attachment 873034 [details]
File: environ
Hi Soeren, Thank you for your bug report. On my system here, right clicking and using "add new" does nothing at all (which is a separate bug really). Can you reproduce your bug consistently? Thanks, Warm regards, Ankur (Even Activity -> add new does nothing here) Hi Ankur, yes it is reproducible, when tracking is running. 1. select the running activity 2. right-click on the running activity 3. select "add new" Abrt will show up... (In reply to Soeren Grunewald from comment #5) > Hi Ankur, > > yes it is reproducible, when tracking is running. > > 1. select the running activity > 2. right-click on the running activity > 3. select "add new" > > Abrt will show up... Interesting. It isn't crashing for me here. Can you please check the screencast to see if I'm doing the correct steps: http://ankursinha.fedorapeople.org/hamster-screencast.webm It just doesn't do anything, but abrt isn't coming up yet. Thanks, Ankur Created attachment 875922 [details]
using hamster
Hi, It looks a bit different, i will try to reproduce it. For now, see attached screen-cast how i use it.
--
Soeren
Created attachment 881660 [details]
Using hamster the same way
Finally I found the time to do it the same way as shown in your sample. The issue does also appear.
--
Soeren
Not sure what's going on in that code. Sometimes "facts" are dictionaries, and sometimes they are "Fact" objects. Some refactoring in progress I guess... Anyway, to fix this particular bug you should replace fact["date"] with fact.date. Can we get a fix for this anytime soon? I missed your earlier comment somehow. I'll look at it this week. *** Bug 1044531 has been marked as a duplicate of this bug. *** Building an update. Also reported upstream: https://github.com/projecthamster/hamster/issues/201 hamster-time-tracker-1.04-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/hamster-time-tracker-1.04-4.fc20 hamster-time-tracker-1.04-4.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/hamster-time-tracker-1.04-4.fc21 Package hamster-time-tracker-1.04-4.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing hamster-time-tracker-1.04-4.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-15640/hamster-time-tracker-1.04-4.fc21 then log in and leave karma (feedback). hamster-time-tracker-1.04-4.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. hamster-time-tracker-1.04-4.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: 1. Opened Overview 2. Selected last entry 3. Right click on the entry 4. Select "Add new" Version-Release number of selected component: hamster-time-tracker-1.04-1.fc20 Additional info: reporter: libreport-2.1.12 cmdline: /usr/bin/python /usr/bin/hamster-windows-service executable: /usr/bin/hamster-windows-service kernel: 3.13.5-202.fc20.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: overview.py:385:on_add_activate:TypeError: 'Fact' object has no attribute '__getitem__' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/hamster/overview.py", line 385, in on_add_activate selected_date = fact["date"] TypeError: 'Fact' object has no attribute '__getitem__' Local variables in innermost frame: action: <gtk.Action object at 0x2278fa0 (GtkAction at 0x239cd80)> self: <Overview object at 0x221feb0 (hamster+overview+Overview at 0x21b9e80)> fact: <hamster.lib.Fact object at 0x2642f90> Potential duplicate: bug 1044531