-
Notifications
You must be signed in to change notification settings - Fork 198
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
[Question] Extractor pipeline with configuration.extractor.yaml is failing in git action #537
Comments
|
This seems to be an issue specific to your GitHub environment. Just out of curiosity, are you able to run the extractor without specifying the configuration file? Basically where your able to have a successful run when you extract everything? |
Yes. without the configuration.yaml, It's downloading all content. Could you guide what could be the issue ? |
Did you make sure the format of the yaml file is correct (indentation, property names, using dashes instead of bullets for example, etc)? @guythetechie does anything wrong stand out to you in the sample yaml file provided? |
It seems without extractor coniguration, the http request content type is application/octet-stream but with extractor config option the content type is text/html . This could be a change from your backend side or due to some github policy. I feel, this issue will be faced by many new users. I have created a new gitrepo without any additional rules or customization. I don't think it could be due to local setup. |
Interesting. When setting the configuration path, it fails to download the extractor. I'm guessing the download URL gets malformed somehow. Would you mind adding this here: |
I guess, The url is wrong and that's why the error is 404. Do you mind checking the your server where the .exe is hosted. Something must have changed there and github is not able to connect to your server with the given url. |
That URL hasn't existed since version 5.1.0. The Linux executables don't end with .exe. You mentioned you're using release v5.1.4, but I'm guessing your pipeline is from an older version before v5.1.0. There were pipeline changes in v5.1.0 to use the correct URL. Can you download the updated pipeline in v5.1.4 and try? |
Release version
v5.1.4
Question Details
Extractor pipeline with configuration.extractor.yaml is failing in git action ?
Expected behavior
It should extract mentioned api.
Actual behavior
Pipleine is failing
Reproduction Steps
Run Extractor pipeline to extract few api.
Note: With the introduction of workspaces we recommend using workspaces with APIOps when possible to limit what can be extracted whenever possible.
More information about workspaces can be found here https://learn.microsoft.com/en-us/azure/api-management/workspaces-overview
apiNames:
backendNames: [ignore]
diagnosticNames: [ignore]
loggerNames: [ignore]
namedValueNames: [ignore]
productNames:
subscriptionNames:
tagNames: [ignore]
policyFragmentNames: [ignore]
The text was updated successfully, but these errors were encountered: