-
Notifications
You must be signed in to change notification settings - Fork 39
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
StoreIngestion InvokeWebRequest UnknownInternalFailure #208
Comments
This report unfortunately is not actionable. There's not enough information here. You will either need to update your script to pass in the As far as I know, there shouldn't be any issues on the StoreBroker side. The only commits to StoreBroker that happened after your last successful build was a fix for the exception that you were seeing, and adding in the option to suppress the telemetry reminder, neither of which would have caused the issue that you're seeing. Also as an aside, as of yesterday, StoreBroker is now published on PowerShellGallery (something that should have happened 4 years ago). So, going forward, you can just do an |
I'll add the verbose and let you know if anything relevant comes out of it. In the meantime, excellent news about the gallery! I'll be sure to also switch to that at the same time. If you are going to update the Setup.md docs, I recommend updating the Here's what I used: if (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(`
[Security.Principal.WindowsBuiltInRole] "Administrator")) {
Write-Host "Not admin, skipping StoreBroker setup."
}
else {
Write-Host "Updating and authenticating StoreBroker"
Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted
# Update StoreBroker
Install-Module -Name StoreBroker
# Authenticate Store Broker
# redacted for clarity
} |
Okay, so this must have been a transient issue with the backend side of things? The submission when through this time. Note: There are still a bunch of those When you're done, feel free to close this issue unless oyu see something in there that might be related to the initial error. |
I am getting new errors. I do not have any code changes, but there have been a couple pushes to StoreBroker master since (my script always updates from SB master before using).
Ouput
If you would like to see the complete output, you can find it here, However, let me just share the relevant part to save time
Thoughts
I have seen @riverar share some Partner Center ingestion API failures in the dashboard. I wonder if this is related. However, I cant be sure with just the response of
{"code":"InternalServerError", ... }
The text was updated successfully, but these errors were encountered: