jdel / sspks

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

PHP index error #61

Closed echel0n closed 3 years ago

echel0n commented 4 years ago

I keep getting the following error below in the logs:

PHP Notice: Undefined index: firmware in /var/www/localhost/htdocs/lib/SSpkS/Package/Package.php on line 79

jdel commented 4 years ago

Most likely one of your packages is missing the firmware field in the INFO file.

echel0n commented 4 years ago

Doing a little digging and I actually see the use of firmware field in INFO files was depreciated if favor of using os_min_ver instead since 6.1-14715, any chance you could make a fix for this ?

Thanks!

jdel commented 4 years ago

Thanks for noting that. For sure I will make a fix for gosspks as cross referenced above, but sspks is not under active development anymore and there is little chance that I will backport the fix here.

I am happy to take a look at PRs though.