jdel / sspks

A very simple Synology Package Server, reverse engineered from the official Synology package repository and SynoCommunity.
GNU General Public License v3.0
254 stars 64 forks source link

sspks_noarch_20130506-1.spk: "invalid location" with the package center of DSM 5.0 beta #2

Closed 50watt closed 10 years ago

50watt commented 10 years ago

If I try to add my sspks server (sspks_noarch_20130506-1.spk) as "source" in DSM 4.3 it works.

If I try to add my sspks server (sspks_noarch_20130506-1.spk) as "source" in DSM 5.0 beta I get the error message "invalid location". Tested with DS213 and DS213+

I can still browse the web page of my sspks server though.

http://packages.jdel.org/ works as package source in DSM 5.0 beta though.

Any hints how to debug this would be warmly welcome ;-)

jdel commented 10 years ago

Hello @50watt, I have made last minute changes on packages.jdel.org that are not yet reflected in the sspks github repo. I hope to get this fixed by the end of the week. If you can't wait that long though, in https://github.com/jdel/sspks/blob/master/index.php#L34 just change:

"!$minor" into "is_null($minor)"

I will fix #1 at the same time.

50watt commented 10 years ago

Merci beaucoup! Works perfectly. What a super fast support - Je suis tre impressed. Have a nice day Greetings from Vienna 50watt

jdel commented 10 years ago

No worries, I will get that packaged soon for everyone using it to be able to support DSM 5.0.

jdel commented 10 years ago

Fixed by d5ad87e729b43e17890c2900222969155420eb99. The syno package is up on http://packages.jdel.org as well !

50watt commented 10 years ago

sspks works perfectly again after the package update - THANK YOU!