You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/14 14:25:13 UTC

[GitHub] [incubator-devlake] mindlesscloud opened a new issue, #3072: [Bug][framework] status code 500 returned from the server

mindlesscloud opened a new issue, #3072:
URL: https://github.com/apache/incubator-devlake/issues/3072

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   status code 500 returned from the  endpoint `/pipelines`
   ```
   $ curl -i 127.0.0.1:8080/pipelines
   HTTP/1.1 500 Internal Server Error
   Content-Type: application/json; charset=utf-8
   Date: Wed, 14 Sep 2022 14:13:05 GMT
   Content-Length: 0
   ```
   
   ### What you expected to happen
   
   The status code should be 200. The response body should be a valid JSON
   
   ### How to reproduce
   
   1. setup DevLake
   2. request for pipelines curl -i 127.0.0.1:8080/pipelines
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] keon94 commented on issue #3072: [Bug][framework] status code 500 returned from the server

Posted by GitBox <gi...@apache.org>.
keon94 commented on issue #3072:
URL: https://github.com/apache/incubator-devlake/issues/3072#issuecomment-1248604953

   @mindlesscloud can you try again? I think my latest merged PR will have fixed this. I just setup an env and got a 428 as expected, and after running migrations got 200 with the full JSON.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] mindlesscloud closed issue #3072: [Bug][framework] status code 500 returned from the server

Posted by GitBox <gi...@apache.org>.
mindlesscloud closed issue #3072: [Bug][framework] status code 500 returned from the server
URL: https://github.com/apache/incubator-devlake/issues/3072


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org