Exception has been thrown by the target of an invocation.

Dennis Luxen's Avatar

Dennis Luxen

14 Aug, 2014 10:53 AM

It appears that the building of a PR is getting stuck during checkout from GitHub. The error message is "Exception has been thrown by the target of an invocation." This has happened twice for the same PR now. Not sure if this is unrelated to the PR or not. Haven't seen it somewhere else.

See here: https://ci.appveyor.com/project/DennisOSRM/osrm-backend/build/1.0.84

Thanks,
Dennis

  1. Support Staff 1 Posted by Feodor Fitsner on 14 Aug, 2014 03:41 PM

    Feodor Fitsner's Avatar

    Hi Dennis,

    I will try to see what could cause this exception.

  2. 2 Posted by mez613 on 26 Oct, 2015 07:13 PM

    mez613's Avatar

    I've been hitting this same issue.
    Is there any update on what could be the cause and/or possible fixes

    link: https://ci.appveyor.com/project/M-Zuber/myhome

  3. Support Staff 3 Posted by Feodor Fitsner on 26 Oct, 2015 07:19 PM

    Feodor Fitsner's Avatar

    Looks like a bug in nuget 3.2.

    Try switching to the previous one with the following command added to the build:

    (New-Object Net.WebClient).DownloadFile('https://www.nuget.org/nuget.exe', 'C:\Tools\NuGet\NuGet.exe')
    

    In the meantime you may want to report an issue to nuget project.

  4. 4 Posted by mez613 on 26 Oct, 2015 07:41 PM

    mez613's Avatar

    That surfaced a different issue that I solved.
    Thank you for the quick reply

  5. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:01 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac