Skip to content
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

Error copying files after a certain point, using a library with a large number of files #52

Closed
nickalbrecht opened this issue Apr 5, 2018 · 3 comments

Comments

@nickalbrecht
Copy link

This is a stand alone issue for a remark I made under #42.

Specifically when using a library with a large number of files (like open-iconic, which is one of the recommended libraries for use with Bootstrap 4), it seems to encounter an error eventually where the stream is null.

Below is the libman.json file to reproduce the problem.

{
  "version": "1.0",
  "defaultProvider": "cdnjs",
  "libraries": [
    {
      "library": "[email protected]",
      "destination": "wwwroot/vendor/open-iconic"
    },
  ]
}
@OzBob
Copy link

OzBob commented Oct 15, 2018

Replicated on VS 15.9.0 Preview 3.0

Adding open-ionic using LibMan:

After 9 minutes of downloading the LibMan Output is as follows:

Restore operation started...
Restoring libraries for project Web2
Restoring library [email protected]... (Web2)
Failed to download resource from "https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/webp/account-login-2x.webp"
Restore operation completed
1 libraries failed to restore
Time Elapsed: 00:09:33.7451663
========== Finished ==========

@OzBob
Copy link

OzBob commented Oct 15, 2018

As an aside: raised the fact that the file is missing on CDNJS iconic/open-iconic#42

@nickalbrecht
Copy link
Author

Cleaning up older issues. I just tested the most recent version of Microsoft.Web.LibraryManager.Build (2.0.96) with a new project, and [email protected] restored successfully. so I'm considering this closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants