-
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
RRmanger open error #83
Comments
I fixed it. Please follow these steps:
|
The problem will not be solved even if you do the same thing. |
I have exacly the same problem, tried above solution from @kurobirds but it didn't resolve the problem for me, any ideas how to fix it? |
Try this:
const rrConfig = await SYNOCOMMUNITY.RRManager.SynoApiProvider.callCustomScript("getConfig.cgi");
localStorage.setItem("rrConfig", JSON.stringify(rrConfig));
|
Error message....not working... Uncaught ReferenceError: SYNOCOMMUNITY is not defined at :1:18 |
Maybe can try my modified version as a temporary workaround until the author fixes the bug.release |
this worked for me, thank you 😄 |
RR manager open error:
2.0.79:Error during RRM initialization: TypeError: Cannot read properties of null (reading'rr_manager config')
updated to 2.0.81:Error during RRM initialization: TypeError: self.getConf is not a function
my synology nas run at 7.2.2 update2
The text was updated successfully, but these errors were encountered: