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

Action autocover returns blank page #50

Closed
x75 opened this issue Feb 8, 2021 · 3 comments
Closed

Action autocover returns blank page #50

x75 opened this issue Feb 8, 2021 · 3 comments

Comments

@x75
Copy link

x75 commented Feb 8, 2021

No description provided.

@sansculotte
Copy link
Owner

the shape of the json returned from autocover is differs from the json returned by autoedit.

autoedit

{
  "data": {
    "name": "06_hyphaerform-autoedit-80-autoedit-93",
    "status": "processing",
    "url": "/tasks/cb21a5ca-03c1-4163-a65a-5e5e5bb11ccb",
    "uuid": "cb21a5ca-03c1-4163-a65a-5e5e5bb11ccb"
  },
  "status": "accepted"
}

autocover

{
  "data": {
    "message": "autoedit accepted",
    "task": {
      "name": "06_hyphaerform-autoedit-77-autocover-2",
      "status": "processing",
      "url": "/tasks/532b98f4-c427-444e-bf1c-f31842385570",
      "uuid": "532b98f4-c427-444e-bf1c-f31842385570"
    }
  },
  "status": "accepted"
}

@x75
Copy link
Author

x75 commented Feb 8, 2021

which one do we want? :)

@x75
Copy link
Author

x75 commented Feb 28, 2021

i used the first one and this is fixed in my fork, so closing this one

@x75 x75 closed this as completed Feb 28, 2021
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

2 participants