Skip to content
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

Open
zhangyongen opened this issue Feb 20, 2025 · 7 comments
Open

RRmanger open error #83

zhangyongen opened this issue Feb 20, 2025 · 7 comments

Comments

@zhangyongen
Copy link

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

@kurobirds
Copy link

I fixed it. Please follow these steps:

  1. Uninstall RR Manager (Remove all data).
  2. Uninstall Python 3.11 (Remove all data).
  3. Reinstall Python 3.11.
  4. Install RR Manager v2.0.79.

@sbridge88
Copy link

The problem will not be solved even if you do the same thing.

@sebaguse
Copy link

sebaguse commented Mar 5, 2025

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?

@kurobirds
Copy link

Try this:

  1. Log in to your NAS via a browser.
  2. Open the browser console (F12).
  3. Copy and paste the following code into the console:
const rrConfig = await SYNOCOMMUNITY.RRManager.SynoApiProvider.callCustomScript("getConfig.cgi");
localStorage.setItem("rrConfig", JSON.stringify(rrConfig));
  1. Press Enter.
  2. Open RR Manager again.

@sbridge88
Copy link

Error message....not working...

Uncaught ReferenceError: SYNOCOMMUNITY is not defined at :1:18

@SatellaPoi
Copy link

Maybe can try my modified version as a temporary workaround until the author fixes the bug.release

@sebaguse
Copy link

sebaguse commented Mar 6, 2025

Try this:

  1. Log in to your NAS via a browser.
  2. Open the browser console (F12).
  3. Copy and paste the following code into the console:

const rrConfig = await SYNOCOMMUNITY.RRManager.SynoApiProvider.callCustomScript("getConfig.cgi");
localStorage.setItem("rrConfig", JSON.stringify(rrConfig));
4. Press Enter.
5. Open RR Manager again.

this worked for me, thank you 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants