Summary: | Ampache plug-in does not re-negotiate after receiving a 401 error | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Karl Vollmer <kdebugs> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdebugs |
Priority: | NOR | ||
Version: | 2.0-SVN | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Karl Vollmer
2008-07-18 22:27:42 UTC
Oooh if there is additional information that needs to be added on the ampache end to accomplish this let me know SVN commit 840164 by markey: Automatically re-authenticate connection if the Ampache server has logged us out. Well I hope this works. Obviously I can't test it right now since Ampache will only log me out in a few hours. We'll see tomorrow morning ;) BUG: 166958 M +3 -10 AmpacheService.cpp M +1 -3 AmpacheService.h M +10 -1 AmpacheServiceCollection.cpp M +5 -3 AmpacheServiceCollection.h WebSVN link: http://websvn.kde.org/?view=rev&revision=840164 Meh, seems it's not really working. This morning when I got up Amarok failed to play any of the Ampache tracks. Karl, is there any chance of you helping us fixing this? I assume it could be much easier for you than for the rest of us :) Sure thing! I'll take a crack as soon as I get a chance. This should be resolved by r973392 the issue was in the QueryMaker when trying to return a list of artists etc there was no check for failure so no re-authentication ever happened. |