Hello,
When I tried to run my program using google desktop search java api, most of the time i get this error :
jgd.JGDError: Error executing desktop query: Unexpected element {}:folder at jgd.JGDQuery.execute(Unknown Source)
Please help me with this issue! I really do not know why even I tried to reindex my destkop but still i got the same error!
Help Please!
Hello sengly,
if you want to, I can send you the changed gdapi.jar which I use and which is working for me by e-mail.
Dear Mai,
Thanks so much. Please send to me via this mail :
sengly.heng@gmail.com
Once again, thanks a lot!
Regards,
Please, ensure that you are running latest release (0.9.6) You can download it from this url:
https://sourceforge.net/project/showfiles.php?group_id=124229&package_id=135759&release_id=394269
Thanks,
Yes. I am using the latest version but still I got this error!
If possible could you send me the latest one even it's a nightly built version.
Thanks so much.
Hi Sengly,
Please, could you send me exactly the version number of your Google Desktop? It would be very good if you could send me the XML resultant of your query. You can do it following next steps: 1- Get the result URL:
JGDQuery q = new JGDQuery( queryString ); System.out.println( "url:"+ q.getURL() );
2- Get the xml writing in your web browser address the URL.
3- Save as anyname.xml and send it.
Thanks, - Maso
Thank you very much !
Log in to post a comment.
Hello,
When I tried to run my program using google desktop search java api, most of the time i get this error :
jgd.JGDError: Error executing desktop query: Unexpected element {}:folder
at jgd.JGDQuery.execute(Unknown Source)
Please help me with this issue! I really do not know why even I tried to reindex my destkop but still i got the same error!
Help Please!
Hello sengly,
if you want to, I can send you the changed gdapi.jar which I use and which is working for me by e-mail.
Dear Mai,
Thanks so much. Please send to me via this mail :
sengly.heng@gmail.com
Once again, thanks a lot!
Regards,
Hello,
Please, ensure that you are running latest release (0.9.6)
You can download it from this url:
https://sourceforge.net/project/showfiles.php?group_id=124229&package_id=135759&release_id=394269
Thanks,
Yes. I am using the latest version but still I got this error!
If possible could you send me the latest one even it's a nightly built version.
Thanks so much.
Regards,
Hi Sengly,
Please, could you send me exactly the version number of your Google Desktop?
It would be very good if you could send me the XML resultant of your query. You can do it following next steps:
1- Get the result URL:
JGDQuery q = new JGDQuery( queryString );
System.out.println( "url:"+ q.getURL() );
2- Get the xml writing in your web browser address the URL.
3- Save as anyname.xml and send it.
Thanks,
- Maso
Thank you very much !