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.
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 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,