Skip to content

Commit 3bf566a

Browse files
Merge pull request #485 from telerik/new-kb-dpl-troubleshooting-nuget-50daeb07b70b49ea9d210cce742be5fb
Added new kb article dpl-troubleshooting-nuget
2 parents fbc208f + ac9538f commit 3bf566a

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: Troubleshooting Telerik NuGet
3+
description: Common issues that may occur when you use the Telerik NuGet server to install Document Processing packages
4+
type: troubleshooting
5+
page_title: How to Fix Error 503 from Telerik NuGet Server by Migrating to NuGet v3 API
6+
slug: dpl-troubleshooting-nuget
7+
tags: error, nuget, package, installation, long, wait
8+
res_type: kb
9+
ticketid: 1671187
10+
---
11+
12+
## Environment
13+
14+
| Version | Product | Author |
15+
| --- | --- | ---- |
16+
| N/A| Telerik Document Processing Libraries|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
17+
18+
# Troubleshooting Telerik NuGet
19+
20+
This article provides solutions to common issues that you may observe when working with the Telerik NuGet server and the NuGet packages that it provides.
21+
22+
## Issue: The NuGet Package Takes Too Long to Install or Update on Visual Studio
23+
24+
The NuGet package takes too long to install or update on Visual Studio. How to improve the installation and update times?
25+
26+
### Solution
27+
28+
You can disconnect the project from the source control before running the **Update Wizard**.
29+
30+
## Issue: Telerik NuGet Returns 401 Logon Failed after Password Change
31+
32+
After changing your Telerik password, you get `[Telerik Nuget] The V2 feed at '...' returned an unexpected status code '401 Logon failed.'` error in the NuGet Package Manager.
33+
34+
### Solution
35+
36+
After changing your Telerik password, you must reset your credentials in the `NuGet.config` file. To do this, run the `NuGet Sources Update -Name "telerik.com" -Source "https://nuget.telerik.com/v3/index.json" -UserName "your login email" -Password "your new password"` command.
37+
38+
The password must contain only ASCII characters.
39+
40+
As an alternative, you can [reset your Telerik NuGet Feed credentials from the Windows Credentials Manager](#solution-2-windows-credentials-manager)
41+
42+
## Issue: Unable to load the service index for source https://nuget.telerik.com/v3/index.json
43+
44+
Make sure that the Telerik NuGet Feed is live at [https://status.telerik.com/](https://status.telerik.com/).
45+
46+
## Issue: Resetting Telerik Nuget Credentials
47+
48+
On Windows, if you enter and save wrong credentials for the Telerik NuGet or if you change your Telerik credentials, you won't have access to the desired NuGet packages. Before you can enter the correct user name and password, you must clear the saved credentials.
49+
50+
### Solution 1: Resetting The Credentials in NuGet.config
51+
52+
Try resetting your credentials by using the approach suggested in the [Telerik NuGet returns 401 Logon failed after password change](#issue-telerik-nuget-returns-401-logon-failed-after-password-change). If the credentials are not updated, continue with [Solution 2 below](#solution-2-windows-credentials-manager).
53+
54+
### Solution 2: Windows Credentials Manager
55+
56+
Alternatively, use Windows Credentials Manager to remove the saved credentials:
57+
58+
1. In Visual Studio navigate to **Tools** > **NuGet Package Manager** > **Package Manager Settings**. Select **NuGet Package Manager**, click **Package Sources**, and remove the listed Telerik NuGet package source.
59+
1. Close Visual Studio.
60+
1. Open the Windows Credentials Manager. To access it, navigate to **Control Panel** > **User Accounts** > **Credential Manager**.
61+
1. Click **Windows Credentials**.
62+
1. Remove the following saved credentials:
63+
* `nuget.telerik.com`
64+
* `VSCredentials_nuget.telerik.com`
65+
66+
![Remove credentials from Windows Credential Manager](images/windows-credential-manager.png)
67+
68+
1. Add the Telerik NuGet Feed again, and then enter the correct credentials. For more details, see the [Installing with Nuget]({%slug installation-nuget-packages%}) article.
69+
70+
1. If desired, verify the NuGet credentials by inspecting the `NuGet.config` file located in `%AppData%\NuGet\NuGet.config`
71+
72+
## See Also
73+
74+
- [Install using NuGet Packages]({%slug installation-nuget-packages%})
75+
- [Restoring NuGet Packages in Your CI Workflow]({%slug using-nuget-keys%})
76+
77+
---
26 KB
Loading

0 commit comments

Comments
 (0)