chriseldredge / Klondike

Ember front-end that builds on NuGet.Lucene for private package hosting
Apache License 2.0
299 stars 74 forks source link

"No symbol packages have been pushed to Klondike" message erroneously displayed on ui? #192

Open pendenaor opened 7 years ago

pendenaor commented 7 years ago

Hi,

I've successfully pushed a symbol package :

nuget.exe push -source http://localhost:8880/api
/packages My.Dummy.x64.1.0.5.symbols.nupkg
WARNING: No API Key was provided and no API Key could be found for 'http://localhost:8880/api/packages'. To save an API
Key for a source use the 'setApiKey' command.
Pushing My.Dummy.x64.1.0.5.symbols.nupkg to 'http://localhost:8880/api/packages'...
  PUT http://localhost:8880/api/packages/
  OK http://localhost:8880/api/packages/ 781ms
Your package was pushed.

Log:

2017-06-07 12:21:09,134 INFO   69 Audit MoveNext Add symbols package My.Dummy.x64 version 1.0.5 requested by LocalAdministrator

Many files and folders are created in my \Symbols folder.

On the /packages/My.Dummy.x64/1.0.5, i see

Symbols and source code are available for this package.

but the Symbols tab always displays:

No symbol packages have been pushed to Klondike. You'll need to do this before attempting to use Klondike as a symbol server.

danilobreda commented 6 years ago

Same here.