dvdkruk / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Google Code Task Error #291

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Mylyn Google Task
2. Try to Open Issues with Settings like in the DevDocu (site 9/10 "Add Spray 
task repository to Eclipse")
3. Synchronize gives an "query could not be executed" error

Error:

Please use labels and text to provide additional information.

com.google.gdata.util.ResourceNotFoundException: Not Found

    at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Unknown Source)
    at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(Unknown Source)
    at com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown Source)
    at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown Source)
    at com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.google.gdata.client.GoogleService.getFeed(Unknown Source)
    at com.google.gdata.client.Service.query(Unknown Source)
    at com.google.gdata.client.Service.query(Unknown Source)
    at com.googlecode.mylyn.core.client.GDataGoogleCodeClient.queryFeed(Unknown Source)
    at com.googlecode.mylyn.core.client.GDataGoogleCodeClient.getQueryIssues(Unknown Source)
    at com.googlecode.mylyn.core.GoogleCodeRepositoryConnector.performQuery(Unknown Source)
    at org.eclipse.mylyn.internal.tasks.core.sync.SynchronizeQueriesJob.synchronizeQuery(SynchronizeQueriesJob.java:311)
    at org.eclipse.mylyn.internal.tasks.core.sync.SynchronizeQueriesJob.synchronizeQueries(SynchronizeQueriesJob.java:268)
    at org.eclipse.mylyn.internal.tasks.core.sync.SynchronizeQueriesJob.run(SynchronizeQueriesJob.java:201)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

Original issue reported on code.google.com by brueggem...@gmail.com on 25 Jul 2013 at 7:05

GoogleCodeExporter commented 8 years ago
The documentation should be changed: Google deprecated several APIs last month, 
one among them was the issue tracker API: 
http://code.google.com/p/support/wiki/IssueTrackerAPI. So all software using 
this API, e.g. the Mylyn Google Code Connector, will not work anymore. As long 
there is no other API in sight, you can only use RSS feed 
(http://code.google.com/a/eclipselabs.org/feeds/p/spray/issueupdates/basic) to 
keep up to date with changes to the issues list.

Original comment by de.abg.r...@gmail.com on 26 Jul 2013 at 11:10

GoogleCodeExporter commented 8 years ago
Documentation has been changed now: 
http://code.google.com/a/eclipselabs.org/p/spray/source/detail?r=d366166fdf75b1d
23d897ad3ce6e05ce793f876e

Should be available tomorrow after nightly build.

Original comment by de.abg.r...@gmail.com on 10 Nov 2013 at 9:06