Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdrive c2c planning command - bad request - unable to parse range #50

Open
pmauduit opened this issue Jul 3, 2023 · 1 comment
Open

Comments

@pmauduit
Copy link
Owner

pmauduit commented Jul 3, 2023

11:27:38.790 [Grizzly(2)] ERROR fr.spironet.slackbot.listeners.GDriveListener - Error occurred processing the command, returning usage()
com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Unable to parse range: June 19 - June 30 [week 25&26]!@:@",
    "reason" : "badRequest"
  } ],
  "message" : "Unable to parse range: June 19 - June 30 [week 25&26]!@:@",
  "status" : "INVALID_ARGUMENT"
}
        at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:146)
        at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
        at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
        at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:321)
        at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1065)
        at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:419)
        at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352)
        at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469)
        at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:318)
        at fr.spironet.slackbot.google.C2CGeospatialPlanning.getDaysAllocated(C2CGeospatialPlanning.groovy:148)

@pmauduit
Copy link
Owner Author

pmauduit commented Jul 3, 2023

Anyway, using the command generally gives the wrong sheet (the one from the previous sprint).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant