Jump to content
  • 0

KN-3812, 4.3 BETA1. Wizard setup bug


Question

Posted (edited)

Keenetic hopper SE on 4.3 beta 1 firmware shows blank screen in wizard setup on your-device-credentials page.

 

is there any way to continue by using fetch function inside a browser?

IMG_20250213_171934_993.jpg

Edited by lendysx16

1 answer to this question

Recommended Posts

  • 0
Posted
48 minutes ago, lendysx16 said:

Keenetic hopper SE on 4.3 beta 1 firmware shows blank screen in wizard setup on your-device-credentials page.

is there any way to continue by using fetch function inside a browser?

Hi! You can disable the wizard altogether by sending a following query, using fetch:

fetch(
  'http://192.168.1.1/rci/',
  {
    method: 'POST',
    headers: {'Content-Type': 'application/json'},
    body: JSON.stringify([{easyconfig: {disable: true}}, {system: {configuration: {save: true}}}]),
  },
);

After you've send the query, you can open a new browser tab and navigate to http://192.168.1.1 and you should see the main web UI.

 

But it would be very helpful, if you would provide some diagnostics to help us fix the issue.

Could you open http://192.168.1.1/rci/easyconfig/state in a separate browser tab, copy the output and attach it to this thread as a hidden message?

Thanks in advance!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...