pegedece commented on issue #8868:
URL: 
https://github.com/apache/incubator-devlake/issues/8868#issuecomment-4406220379

   Hey everyone,
   
   I'm just dropping by to share what I saw yesterday: my first time using 
DevLake as a proof of concept against Bitbucket. In a situation similar to the 
one described in this bug, I found that when the latest beta (image: 
devlake.docker.scarf.sh/apache/devlake:v1.0.3-beta12) attempts to retrieve the 
Bitbucket repositories, it receives this response:
   
   curl -v -u "user:apitoken" https://api.bitbucket.org/2.0/workspaces
   
   {
   "type": "error",
   
   "error": {
   "message": "CHANGE-2770 - Functionality has been deprecated",
   
   "detail": "Please read the changelog entry for more details.",
   
   "data": {
   "announcement_url": 
"https://developer.atlassian.com/cloud/bitbucket/changelog#CHANGE-2770";
   
   }
   
   },
   "data": {
   "announcement_url": 
"https://developer.atlassian.com/cloud/bitbucket/changelog#CHANGE-2770";
   
   }
   }
   
   Could this be the cause of the problem? If you need more information, I can 
provide it. I'm running DevLake under RHEL 9.7 with podman 5.6


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to