-
Notifications
You must be signed in to change notification settings - Fork 56
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
After installation, it gets stuck after startup #45
Comments
How to modify? --> response=$(curl -s -x "${URL}") ? |
I use ssh and nano to modify this file
发自我的 iPhone
在 2024年9月6日,下午2:35,Lance Tsen ***@***.***> 写道:
How to modify? --> response=$(curl -s -x "${URL}") ?
—
Reply to this email directly, view it on GitHub<#45 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA4XORBCNBYQPKPFULER2HLZVFELZAVCNFSM6AAAAABNUZVADCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZTGM2DMNRRGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
The problem is due to github cannot be accessed directly from China and need to set proxy. |
Can you try the latest version of RRM? I manage to add the proxy support from DSM control center. |
all because it try to parse empty string to json without error catch |
RRManager/src/src/tabs/main.js Lines 312 to 321 in a4c1b19
|
ajax to 2025/01/10 17:07:48 mv: cannot stat '/volume1/@tmp/synopkg.tmp/rr-manager/rr-manager/config.txt': No such file or directory |
I tried latest rr-manager. it's still error
|
rr: 24.7.1
manager: 2.0.79
/webman/3rdparty/rr-manager/webapi/getRrReleaseInfo.cgi
this request return empty contentpython deps maybe install failed, check
/var/log/packages/rr-manager.log
solution
add -x (--proxy) option to curl, modify file
/var/packages/rr-manager/target/app/scripts/getRrReleaseInfo.cgi
RRManager/src/scripts/getRrReleaseInfo.cgi
Line 16 in 8d3c554
The text was updated successfully, but these errors were encountered: