01304 827609 info@use-ip.co.uk Find us

HikVision Admin Bug DS-7608NI-I2/8P

tuttlem

New Member
Messages
2
Points
1
Hi everyone

I have just updated the Firmware on my DS-7608NI-I2/8P up to V4.60.005 (build 231219).

Pretty much everything has gone smoothly, but have noticed that I can no longer login. When entering my credentials into the front screen, I get a script error complaining about the oAuth object not having an `oDeviceInfo` property before trying to set the `ip` attribute.

JavaScript:
                    value: (u = c(regeneratorRuntime.mark((function e(t, a, n, r) {
                        return regeneratorRuntime.wrap((function(e) {
                            for (; ; )
                                switch (e.prev = e.next) {
                                case 0:
                                    if (this._init(r),
                                    this.oAuthInfo.oDeviceInfo.ip = t,
                                    this.oAuthInfo.oDeviceInfo.port = a,
                                    this.oAuthInfo.oDeviceInfo.protocol = n,
                                    f.initURL(t, a, n),
                                    !this.oAuthInfo.isLogin) {

The call for `this.oAuthInfo.oDeviceInfo.ip = t` is the one that blows up.

I've managed to get this going by setting a breakpoint, and manually building the `oDeviceInfo` attribute before this code goes to access it. I've logged in without an issue; everything is working - it's just this is super hacky and horrible.

Has anyone else run into something like this at all before? I almost need to intercept the javascripts being requested by my browser to inject my "fix" before the HikVision portal code starts to execute in order to automate this.

Happy new year!

Cheers,
 
I assume you cleared your browser history after the firmware update? You can get all sorts of quirks if you do not.

The latest version is 4.61.030_240123 so maybe update to that from the portal here:

UK Portal - I series NVR
 
Last edited:
Thanks for getting back to me!

I dare say that's probably what the issue was.

I ended up rebooting the entire system again this morning, and waited for it to come back up. After it came back up, none of my clients had any issues accessing the portal.

The latest version is 4.61.030_240123 so maybe update to that from the portal here:

UK Portal - I series NVR
Thank you so much for this link, too. The site I downloaded the firmware from (https://www.hikvision.com/au-en/support/download/firmware/) has 4.60.005 listed as the firmware version to install for a DS-7608NI-I2/8P.

The UK portal is ahead?
 
Thanks for getting back to me!

I dare say that's probably what the issue was.

I ended up rebooting the entire system again this morning, and waited for it to come back up. After it came back up, none of my clients had any issues accessing the portal.


Thank you so much for this link, too. The site I downloaded the firmware from (https://www.hikvision.com/au-en/support/download/firmware/) has 4.60.005 listed as the firmware version to install for a DS-7608NI-I2/8P.

The UK portal is ahead?
Ah be careful then. If you’re in AU it’s probably a regional firmware you have. It’s not worth bricking your NVR.
 
Back
Top