microsoft/process-migrator

"Encountered unkonwn error" on step 'Get artifacts from source process'

Closed this issue · 9 comments

I get what looks like a timeout on pretty much the first step of the migration project
image

What's even stranger is that when I look at the usage on my source ADO org, I see the API calls and they are not in error

Is there someone who has an idea on what could go wrong here?

Btw, the log file doesn't contain anything more than the console output

I also faced the exact similar issue. It looks the issue replicates when there is a hyphen '-' in the AZD organization name. Didn't found a solution for this.

@marnheus @vikas1189 thanks for reporting this. I did a quick test and got the same problem intermittently on Windows. Which platform are you on?

Windows 11, but in my case it wasn't intermittent, I always has this error

@marnheus @vikas1189 thanks for reporting this. I did a quick test and got the same problem intermittently on Windows. Which platform are you on?

I am Windows 10.

Ok. Interestingly it works 100% on Linux when I run it for instance in a GitHub codespace. But I get the same problem on Windows so will continue to investigate. Best guess at the moment is that it's network related but can be completely wrong here.

I tried to run the tool in a github codespace and it did work. It looks there is an issue with the windows implementation of the package.

Today it works consistently on Windows as well, feel network related so we'll see if we can implement retries to mitigate for latency/throttling etc.

Seems to be working for me too now. Guess it was a transient (but long ;)) network issue