IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#saltr
/2025/02/07
~dr|z3d
@RN
@RN_
@StormyCloud
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
+FreefallHeavens
+Leopold
+Xeha
+cumlord
+hk
+poriori
+profetikla
+r00tobo
+radakayot
+snex
+uop23ip
Arch
Danny
DeltaOreo
Irc2PGuest15852
Irc2PGuest17611
Irc2PGuest20596
Irc2PGuest31002
Irc2PGuest58773
Meow
Nausicaa
Onn4l7h
Onn4|7h
Over1
acetone_
anu
ardu
boonst
deadface
dickless
itsjustme
mareki2pb
not_bob_afk
pisslord
qend-irc2p
r3med1tz-
shiver_sc
simprelay
solidx66_
thetia
u5657
weko_
woodwose
StormyCloud Give me all the monies and Ill push whatever agenda yall need :D
StormyCloud $20 is $20 but I kidding everyone ❤️
Leopold Hi. Updated I2PSnark to 2.8 and now the filter bar is wonky. Pressing buttons doesn't update the page right away like it used to in 2.7. I have to refresh the page manually to see the changes. Can anyone confirm if they're having the same issue?
Leopold standalone*
dr|z3d Leopold: CTRL+SHIFT+R
dr|z3d also, make sure you don't have auto-refresh disabled or javascript disabled.
dr|z3d let me know if you still have the issue...
Leopold Refreshing the page with a clean cache has no effect
Leopold <~dr|z3d> also, make sure you don't have auto-refresh disabled or javascript disabled.
Leopold It was working fine recently when I was on 2.7. Just updated to 2.8 and now it's broken
Leopold I see that changing the key '/?filter=*' in the address bar, but the page is not updating automatically
dr|z3d try clearing your browser cache, perhaps, Leopold?
dr|z3d ?filter=* isn't a valid filter btw.
dr|z3d you want ?filter=all
Leopold Yes, I tried reopening the browser (I'm using private mode)
dr|z3d is javascript disabled?
Leopold I meant /?filter=active /?filter=all etc
Leopold of course, I have js accesible for localhost
dr|z3d ok, can you open your browser console and see if you have any errors there. ctrl+shift+c
Leopold Uncaught TypeError: descriptor is undefined
Leopold TypeError: can't redefine non-configurable property "Worker"
Leopold The resource from “http://127.0.0.1:8002/i2psnark/.res/themes/snark/images/images.css” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
Leopold Uncaught (in promise) Error: Permission denied to access object
Leopold Uncaught TypeError: Worker is not a constructor
dr|z3d ok, can you try in non-private mode, let's see if private mode is messing with snark.
dr|z3d as you may or may not have guessed, snark's seen a huge chunk of javascript being rewritten in the latest release. once you have it running correctly, you may or may not notice performance improvements, bug fixes etc, altogether making it more robust.
dr|z3d though possibly not if you're running it in private mode :)
dr|z3d any progress, Leopold?
Leopold Sooo, running the browser in regular mode has no effect, and neither does running it without the firejail sandbox. However, running it in --safe-mode from the terminal fixes the issue. I'm guessing that some addon is starting to block something in version 2.8.0, even though I have given all permissions to them for localhost
dr|z3d there we go, so something you need to fix. or run a different browser for the console if you want to totally compartmentalize, like librewolf for example.
Leopold <~dr|z3d> as you may or may not have guessed, snark's seen a huge chunk of javascript being rewritten in the latest release. once you have it running correctly, you may or may not notice performance improvements, bug fixes etc, altogether making it more robust.
Leopold nice to hear, I've noticed some new interface changes at least :)
dr|z3d in essence, snark now uses a worker script to handle page refresh, so whatever is blocking, it's blocking that.
dr|z3d if you're not familiar with worker scripts, they run off the main browser thread, so UI isn't impacted. leads to a much more fluid experience, as long as they're not blocked :)
dr|z3d the image.css error you're seeing in the browser console is harmless. I assume you're running snark with the light theme?
dr|z3d but yeah, aside from (or because of) javascript changes, a fair amount of new UI stuff, some of which you may not have noticed yet :)
Leopold Okay, now I think the 'worker' is no longer blocking, and the page has auto-updates. I prefer the midnight theme) Thanks for your work on the program, it's nice to see it's improved - I'll explore more of its features :D
dr|z3d great that it's now working for you.
dr|z3d midnight theme? images.css error, harmless, anyways.
dr|z3d it's just an side effect of running standalone. when I get around to it, I'll fixup the themes so the error doesn't display.