After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 640138 - Traceback seen when attempting to handle an event before the script manager has been initialized
Traceback seen when attempting to handle an event before the script manager h...
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-21 06:19 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2015-11-11 04:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2011-01-21 06:19:27 UTC
Taken from bug 640072:

Traceback (most recent call last):
  • File "/usr/lib/pymodules/python2.6/pyatspi/registry.py", line 654 in _dispatchEvent
    consume = client(event) or False
  • File "/usr/lib/python2.6/dist-packages/orca/event_manager.py", line 202 in _enqueue
    script = _scriptManager.getScript(app, e.source)
AttributeError: 'NoneType' object has no attribute 'getScript'

Comment 1 Trevor Saunders (IRC: tbsaunde) 2011-02-05 07:23:29 UTC
Is this fixed? How does one try and reproduce this?
Comment 2 Joanmarie Diggs (IRC: joanie) 2011-02-05 08:20:42 UTC
(In reply to comment #1)
> Is this fixed? How does one try and reproduce this?

I doubt it's fixed. But I think reproducing it is a timing issue. Namely triggering an event after starting Orca but before Orca has fully become initialized.
Comment 3 Joanmarie Diggs (IRC: joanie) 2015-11-11 04:21:24 UTC
I haven't seen this traceback in years.