atlas-engineer / nyxt

Nyxt - the hacker's browser.
https://nyxt-browser.com/
9.78k stars 409 forks source link

some sites wont load after turning off no-script-mode #2352

Closed r3k2 closed 2 years ago

r3k2 commented 2 years ago

Version 3-1203-g9471313b

I am trying to visit some sites, in this log below https://odysee.com and nothing loads... I think ok must be the no-script mode I have so I disable it.. and reload, same issue. this happens all the times.

<INFO> [19:40:04] Listening to socket #P"/run/user/1000/nyxt/nyxt.socket".
Nyxt version 3-1203-g9471313b
<INFO> [19:40:04] Loading Lisp file #P"/home/rek2/.config/nyxt/auto-config.lisp".
<INFO> [19:40:04] Loading Lisp file #P"/home/rek2/.config/nyxt/config.lisp".
WARNING:
   redefining DEFAULT-MODES :AROUND (#<USER-CLASS NYXT:BUFFER>) in DEFMETHOD
<INFO> [19:40:05] GTK extensions directory: #P"/home/rek2/Herramientas/common-lisp/nyxt/libraries/web-extensions/"
<INFO> [19:40:05] GTK extensions directory: #P"/home/rek2/Herramientas/common-lisp/nyxt/libraries/web-extensions/"
<INFO> [19:40:05] Base mode enabled.
<INFO> [19:40:05] Document mode enabled.
<INFO> [19:40:05] Spell-check mode enabled.
<INFO> [19:40:05] Autofill mode enabled.
<INFO> [19:40:05] Search-buffer mode enabled.
<INFO> [19:40:05] Hint mode enabled.
<INFO> [19:40:05] Base mode enabled.
<INFO> [19:40:05] Document mode enabled.
<INFO> [19:40:05] Password mode enabled.
<INFO> [19:40:05] History mode enabled.
<INFO> [19:40:05] Bookmark mode enabled.
<INFO> [19:40:05] Annotate mode enabled.
<INFO> [19:40:05] Certificate-exception mode enabled.
<INFO> [19:40:05] Vi-normal mode enabled.
<INFO> [19:40:05] Reduce-tracking mode enabled.
<INFO> [19:40:05] Reload the buffer for no-script-mode to take effect.
<INFO> [19:40:05] No-script mode enabled.
<INFO> [19:40:05] Force-https mode enabled.
<INFO> [19:40:05] Blocker mode enabled.
The WebExtensions support library is loaded
The WebExtensions support library is loaded
<INFO> [19:40:05] Auto mode enabled.
<INFO> [19:40:05] Loading #P"/home/rek2/.local/share/nyxt/history/default.lisp".
The WebExtensions support library is loaded
<INFO> [19:40:06] Loading #P"/home/rek2/.local/share/nyxt/auto-mode-rules.lisp".
<INFO> [19:40:25] Loading #P"/home/rek2/.local/share/nyxt/bookmarks.lisp".
WARNING:
   redefining DEFAULT-MODES :AROUND (#<USER-CLASS NYXT:PROMPT-BUFFER>) in DEFMETHOD
The WebExtensions support library is loaded
<INFO> [19:40:34] Base mode enabled.
<INFO> [19:40:34] Document mode enabled.
<INFO> [19:40:34] Spell-check mode enabled.
<INFO> [19:40:34] Autofill mode enabled.
<INFO> [19:40:34] Search-buffer mode enabled.
<INFO> [19:40:34] Hint mode enabled.
<INFO> [19:40:34] Base mode enabled.
<INFO> [19:40:34] Document mode enabled.
<INFO> [19:40:34] Password mode enabled.
<INFO> [19:40:34] History mode enabled.
<INFO> [19:40:34] Bookmark mode enabled.
<INFO> [19:40:34] Annotate mode enabled.
<INFO> [19:40:34] Certificate-exception mode enabled.
<INFO> [19:40:34] Vi-normal mode enabled.
<INFO> [19:40:34] Reduce-tracking mode enabled.
<INFO> [19:40:34] Reload the buffer for no-script-mode to take effect.
<INFO> [19:40:34] No-script mode enabled.
<INFO> [19:40:34] Force-https mode enabled.
<INFO> [19:40:34] Blocker mode enabled.
<INFO> [19:40:34] Auto mode enabled.
The WebExtensions support library is loaded
<INFO> [19:40:35] Loading "https://odysee.com/".
<INFO> [19:40:35] Finished loading "https://odysee.com/".
<INFO> [19:41:12] No-script mode disabled.
<INFO> [19:41:19] Loading "https://odysee.com/".
<INFO> [19:41:19] Finished loading "https://odysee.com/".
Ambrevar commented 2 years ago

Ouch, you caught a nasty bug! FIxed with c91c88a3a16b930a8664714e42cae6ccd6124c06.

Thank you for your continuous reports, it's very helpful!

r3k2 commented 2 years ago

@Ambrevar Thanks! yes, now it saves and now odysee loads. <3