In precise lernid no longer follows url's posted by non-faculty (like classbot) in the classroom while it is moderated
Bug #925756 reported by
John S. Gruber
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Lernid |
Fix Released
|
Medium
|
John S. Gruber | ||
lernid (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Precise |
Fix Released
|
Medium
|
Unassigned |
Bug Description
For precise, 12.04, the following message is produced:
DEBUG:root:could not acess "moderated" property: 'org.freedeskto
The problem appears to be a key error returned on 'org.freedeskto
http://
Related branches
lp://staging/~jsjgruber/ubuntu/precise/lernid/ubuntu-proposed
- Daniel Holbach: Approve
- John S. Gruber (community): Needs Resubmitting
- Brian Murray: Needs Fixing
- Ubuntu branches: Pending requested
-
Diff: 359 lines (+146/-29)6 files modifieddebian/changelog (+18/-0)
lernid/Event.py (+4/-1)
lernid/Sessions.py (+39/-11)
lernid/widgets/Browser.py (+1/-1)
lernid/widgets/Schedule.py (+66/-11)
lernid/widgets/Slide.py (+18/-5)
Changed in lernid (Ubuntu): | |
status: | New → Confirmed |
Changed in lernid (Ubuntu): | |
assignee: | nobody → John S. Gruber (jsjgruber) |
Changed in lernid: | |
assignee: | nobody → John S. Gruber (jsjgruber) |
Changed in lernid: | |
assignee: | John S. Gruber (jsjgruber) → nobody |
Changed in lernid (Ubuntu): | |
assignee: | John S. Gruber (jsjgruber) → nobody |
Changed in lernid (Ubuntu Precise): | |
importance: | Undecided → Medium |
milestone: | none → ubuntu-12.04.1 |
milestone: | ubuntu-12.04.1 → precise-updates |
Changed in lernid: | |
assignee: | nobody → John S. Gruber (jsjgruber) |
milestone: | none → 0.8.5 |
Changed in lernid: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
In the file lernid/IrcBackend:
def is_moderated(self): _chan[PROPERTIE S_INTERFACE] .GetProperties( [3])[0] [1])
logging. debug(' could not acess "moderated" property: {0}'.format(e))
try:
return bool(self.
except Exception, e:
return False
Shouldnt the property be called by name not by index? I don't have precise yet so i can't tell what the problem might be.