sergey-tihon / OpenNLP.NET

OpenNLP for .NET
Apache License 2.0
89 stars 18 forks source link

ikvmbin-8.1.5717.0.zip downloading is failed #12

Closed ashahabov closed 2 years ago

ashahabov commented 2 years ago

I would like to use the Tokenization feature, but cannot build test OpenNLP.NET.Tests project, it is failed on ikvmbin-8.1.5717.0.zip file downloading:

Rebuild started...
1>------ Rebuild All started: Project: OpenNLP.NET.Tests, Configuration: Debug Any CPU ------
Restored c:\Repos\OpenNLP.NET\tests\OpenNLP.NET.Tests\OpenNLP.NET.Tests.csproj (in 1 ms).
1>Paket version 5.257.0
1>Starting full restore process.
1>Downloading www.frijters.net/:/ikvmbin-8.1.5717.0.zip ikvmbin-8.1.5717.0.zip to c:\Repos\OpenNLP.NET\paket-files\www.frijters.net\ikvmbin-8.1.5717.0.zip
1>  - Download failed. Trying again. (4 trials left)
1>  - Download failed. Trying again. (3 trials left)
1>  - Download failed. Trying again. (2 trials left)
1>  - Download failed. Trying again. (1 trials left)
1>  - Download failed. Trying again. (0 trials left)
1>Performance:
1> - Average Download Time: 21 seconds
1> - Number of downloads: 6
1> - Runtime: 2 minutes, 13 seconds
1>Paket failed with
1>-> Could not download from 'https://www.frijters.net/ikvmbin-8.1.5717.0.zip'
1>-> HttpRequestException: An error occurred while sending the request.
1>-> WinHttpException: Error 12002 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR, 'The operation timed out'.
1>c:\Repos\OpenNLP.NET\.paket\Paket.Restore.targets(171,5): error MSB3073: The command "dotnet paket restore" exited with code 1.
1>Done building project "OpenNLP.NET.Tests.csproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

Looks like www.frijters.net is not available:

image

Some setup should be updated or I do something wrong?

sergey-tihon commented 2 years ago

Update you repo and run build.cmd / build.sh before opening solution file.

ashahabov commented 2 years ago

Works. Many thanks!