-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repo downloads do not work on v0.2.7 #144
Comments
@publicarray did you recently update the repo? |
Yes sorry I forgot to also restart the nginx server. Can you try again? |
I see this is a different issue |
I'll revert the changes (back to v0.2.6), I did testing locally but I guess I wasn't thorough enough |
Revert is completed and I can download packages, How about you @hgy59 |
@publicarray thanks, it's working again |
@hgy59 Sorry, I missed this earlier. I've updated my watch settings for this repo to "All Activity" instead of just "Participating and Mentions," so I should catch issues like this going forward. Could you share more details on what happened? I'd like to try replicating the issue. |
@hgy59, @publicarray, I've been investigating the differences between the catalog returned by our server and Synology’s server using the files in this directory:
Synology’s catalog includes both a To test this, I implemented the required changes in my branch (main...mreid-tt:spkrepo:add-catalog-beta_packages) and confirmed that the expected output was generated. However, neither DSM 7.1 nor 7.2 recognized this information to display community beta packages. Based on these findings, I believe that DSM versions beyond 6 no longer support displaying beta packages from third-party sources. Furthermore, due to how our queries work—fetching the latest build and either including or excluding betas—if the latest build is a beta version, it won’t appear in DSM 7’s Package Center when beta packages are included in the request. I verified this further by removing the line that sets Next StepsGiven this behavior, how should we proceed? My recommendation is to restrict the beta function for DSM 7 users so that it only returns the latest non-beta packages. This would:
I believe this is the root cause of the issue described in #141 (comment), and a fix has been proposed in #145. Let me know your thoughts! 🚀 |
neither to download in the package center nor the manual download works
The text was updated successfully, but these errors were encountered: