~dr|z3d
@RN
@RN_
@StormyCloud
@eyedeekay
@orignal
@postman
@zzz
%Liorar
+FreefallHeavens
+Xeha
+bak83_
+cumlord
+hk
+poriori
+profetikla
+uop23ip
Arch
DeltaOreo
FreeRider
Irc2PGuest10850
Irc2PGuest19353
Irc2PGuest23854
Irc2PGuest46029
Irc2PGuest48064
Meow
Nausicaa
Onn4l7h
Onn4|7h
Over
T3s|4__
acetone_
anon4
anu
boonst
enoxa
mareki2pb
mittwerk
plap
shiver_
simprelay
solidx66
u5657_1
weko_
dr|z3d
fast approaching 80% minimum coverage for all console translations.
dr|z3d
you got a typo in the addressbook, zzz.
dr|z3d
> subscription.setEtag(get.getETag()); -> should be subscription.setEtag(get.getEtag());
dr|z3d
as per eepget -> public String getEtag() {
dr|z3d
I think that pre-exists zzz's addressbook fix, eyedeekay, so you might want to take a look.
dr|z3d
git.idk.i2p/i2p-hackers/i2p.i2p/-/commit/9b70d4be73c70f1b9c36e0907be1da161975a8ff#286a68367cb7876632f8cc6e906106997469f86c_143_151
dr|z3d
we're also missing logging there which may be helpful.
dr|z3d
for those running +, -96+ now uploaded to the /dev/ upload path.
dr|z3d
curious issue just turned up:
dr|z3d
CRIT […bQueue 2/10] …r.JobQueueRunner: Error processing job [Defer Tunnel Join Processing] on thread 1
dr|z3d
java.lang.IllegalArgumentException
dr|z3d
at net.i2p.data.i2np.BuildResponseRecord.encryptAEADBlock(BuildResponseRecord.java:178)
dr|z3d
at net.i2p.data.i2np.BuildResponseRecord.createShort(BuildResponseRecord.java:107)
dr|z3d
at net.i2p.router.tunnel.pool.BuildHandler.handleReq(BuildHandler.java:1148)
dr|z3d
at net.i2p.router.tunnel.pool.BuildHandler.access$600(BuildHandler.java:65)
dr|z3d
at net.i2p.router.tunnel.pool.BuildHandler$HandleReq.runJob(BuildHandler.java:710)
dr|z3d
at net.i2p.router.JobQueueRunner.runCurrentJob(JobQueueRunner.java:118)
dr|z3d
at net.i2p.router.JobQueueRunner.run(JobQueueRunner.java:67)
dr|z3d
not seen that one before.
dr|z3d
prevents any local tunnels from being built.
zzz
<dr|z3d> > subscription.setEtag(get.getETag()); -> should be subscription.setEtag(get.getEtag());
zzz
is this a trick question?
dr|z3d
lol, zzz. no.
zzz
so help my old eyes
dr|z3d
if I do git grep get.ETag, nada, if I do git grep get.Etag, then we have a hit.
dr|z3d
note the capitalization of the T in Etag.
zzz
compiles here fine
dr|z3d
sorry, the grep commands should be git grep getEtag and git grep getETag
dr|z3d
I don't see any occurences of getETag in the source. None.
zzz
then you've forked eepget
zzz
not my issue
dr|z3d
ok, forget I said anything. and no issue here, compiles fine :)
zzz
ditto with your BuildHander IAE above. Haven't seen it here or heard any other reports
dr|z3d
I didn't think I'd touched SusbscriptionList.java where the getEtag() method is called from, but it was a long time ago.
dr|z3d
only seen that IAE once, and a restart made it go away.
zzz
dunno why you took the addressbook workaround anyway, you said you weren't subscribing to projekt
dr|z3d
it's not a default subscription, but it doesn't prevent people from adding it.
dr|z3d
or if they've cross-graded from an i2p install, then it'll be in their subs list.
dr|z3d
reminder: core/java/src/net/i2p/util/DNSOverHTTPS.java: public static final String UA_CLEARNET = "Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0";
zzz
ok thx