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 394789 - SearchError: child of {root}: "epiphany" application
SearchError: child of {root}: "epiphany" application
Status: RESOLVED INCOMPLETE
Product: dogtail
Classification: Deprecated
Component: Examples
CVS HEAD
Other All
: Normal critical
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-09 20:30 UTC by wilbur.harvey
Modified: 2007-11-08 01:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description wilbur.harvey 2007-01-09 20:30:48 UTC
Please describe the problem:
wharvey@ecadtest:~/cvs/dogtail/dogtail-tests/epiphany$ ./google-search.py 
Creating logfile at /tmp/dogtail/logs/google-search_20070109-101456_debug ...
Detecting distribution: Ubuntu (or derived distribution)
GTK Accessibility Module initialized
Creating logfile at /tmp/dogtail/logs/google-search_20070109-101456_results ...
searching for child of {root}: "epiphany" application (attempt 0)
sleeping for 0.500000
.
.
.
searching for child of {root}: "epiphany" application (attempt 19)
sleeping for 0.500000
Traceback (most recent call last):
  • File "./google-search.py", line 76 in ?
    wb = EpiphanyApp()
  • File "./google-search.py", line 16 in __init__
    Application.__init__(self, root.application("epiphany"))
  • File "/usr/lib/python2.4/site-packages/dogtail/tree.py", line 1102 in application
    return Application(root.findChild(predicate.IsAnApplicationNamed(appName),recursive=False))
  • File "/usr/lib/python2.4/site-packages/dogtail/tree.py", line 884 in findChild
    raise SearchError(describeSearch(self, pred, recursive, debugName))
SearchError: child of {root}: "epiphany" application

wharvey@ecadtest:~/cvs/dogtail/dogtail-tests/epiphany$ 


Steps to reproduce:
1.  ./google-search.py
2. crash - every time
3. 


Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Feisty, updated as of today. Same problems has existed on all versions of Ubuntu (the only OS I have available) since dogtail started. (before dapper, dapper, edgy, and now feisty)
Same results if epiphany is already started or not.
Comment 1 André Klapper 2007-04-11 19:00:50 UTC
not a blocker by definition.
Comment 2 Zack Cerza 2007-04-12 19:28:14 UTC
Run the following script and paste its output.

#!/usr/bin/python
from dogtail import tree
for app in tree.root.children:
    print app.roleName, app.name
Comment 3 André Klapper 2007-11-08 01:52:34 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!