Welcome Guest ( Log In | Register )

42 Pages V « < 40 41 42  
Reply to this topicStart new topic
> Hentai@Home 1.6 Stable, Not the kind for horsies

 
post Oct 17 2025, 03:50
Post #821
m0ch4



Newcomer
*
Group: Gold Star Club
Posts: 38
Joined: 18-July 14
Level 326 (Lord)


QUOTE(james58899 @ Oct 16 2025, 16:25) *

Technically, [github.com] hath-rust can run on Android, but since the Android system cannot guarantee that the program can run for a long time, I do not recommend using Android to run H@H.

If you want to run on a low-power device, the RPi5 is a good choice, as it has AES hardware acceleration.

Darn, that sounds like the best worst-idea to use a random Android phone for H@H. What could go wrong
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 19 2025, 07:55
Post #822
VenusFang



Newcomer
*
Group: Members
Posts: 20
Joined: 12-April 13
Level 166 (Destined)


i started getting this all of a sudden is there a fix? ISP is Spectrum
nothing has changed to my knowledge recently.

edit: fixed somehow my internal ip changed, so my port settings was wrong

2025-10-19T06:02:07Z [info] Starting up the internal HTTP Server...
2025-10-19T06:02:07Z [info] Internal HTTP Server was successfully started, and is listening on port 28500
2025-10-19T06:02:07Z [info] Notifying the server that we have finished starting up the client...
2025-10-19T06:02:12Z [WARN] Startup Failure: FAIL_CONNECT_TEST:Failed to connect to jbczjqi.gspqfesxrwyr.hath.network port 28500: No route to
2025-10-19T06:02:12Z [info]
2025-10-19T06:02:12Z [info] ******************************************************************************************************************
2025-10-19T06:02:12Z [info] The client has failed the external connectivity test.
2025-10-19T06:02:12Z [info] The server could not connect to the client, which usually means it is not publicly reachable from the internet.
2025-10-19T06:02:12Z [info] If you are behind a NAT and/or firewall, check that port 28500 is open and forwarded to this computer.
2025-10-19T06:02:12Z [info] If you need assistance with forwarding a port to this client, locate a guide for your particular router at https:/
2025-10-19T06:02:12Z [info] ***************************************
2025-10-19T06:02:12Z [info] Your outgoing and incoming IP address must be the same; the address above is your current outgoing IP as seen by t
2025-10-19T06:02:12Z [info] If your setup is using a non-transparent proxy, you may be able to fix this by starting the client with --disable-
2025-10-19T06:02:12Z [info] This is mostly applicable if you are seeing 'Rejecting connection request during startup' errors referencing a loc
2025-10-19T06:02:12Z [info] The client will remain running so you can diagnose firewall and port forwarding issues.
2025-10-19T06:02:12Z [info] Use Program -> Exit in windowed mode or hit Ctrl+C in console mode to exit the program.

This post has been edited by VenusFang: Oct 19 2025, 09:36
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 23 2025, 18:29
Post #823
Vector_Klmons



Lurker
Group: Lurkers
Posts: 1
Joined: 23-October 25


thanks for the hard work thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 26 2025, 19:01
Post #824
tp6d93



Newcomer
*
Group: Members
Posts: 12
Joined: 27-July 09
Level 433 (Dovahkiin)


Thanks for your work

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2025, 04:45
Post #825
hougongjialisan



Newcomer
*
Group: Recruits
Posts: 13
Joined: 13-February 16
Level 48 (Artisan)


Hello, I recently had this error on my H@H. What is the reason? My startup command is:
java -jar HentaiAtHome.jar --disable-ip-origin-check

The running error is:
2025-10-29T02:25:51Z [info] Internal HTTP Server was successfully started, and is listening on port 65443
2025-10-29T02:25:51Z [info] Notifying the server that we have finished starting up the client...
2025-10-29T02:25:53Z [WARN] Startup Failure: FAIL_CONNECT_TEST:OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to nzrwhea.bzeasadebyyp.hath.network:65443

Could this be an MTU issue?

This post has been edited by hougongjialisan: Oct 30 2025, 05:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 3 2025, 21:00
Post #826
Veil1667



Newcomer
*
Group: Members
Posts: 13
Joined: 29-March 22
Level 280 (Lord)


I'm getting these Input/Output errors and since I don't really know anything about Java I have no idea what I'm looking at. My client appears to be serving files fine now and nothing I'm aware of has changed in my setup in the last day or two when it looks like this started, so any insight would be appreciated. Example log chunk quoted, happy to provide any more info I can as needed.

QUOTE
java.io.IOException: Input/output error
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:326)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282)
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:135)
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220)
at java.io.Writer.write(Writer.java:157)
at hath.base.Out.log(Out.java:215)
at hath.base.Out.log(Out.java:183)
at hath.base.Out.access$300(Out.java:36)
at hath.base.Out$OutPrintStream.println(Out.java:300)
at hath.base.Out.debug(Out.java:166)
at hath.base.FileDownloader.run(FileDownloader.java:151)
at hath.base.FileDownloader.downloadFile(FileDownloader.java:76)
at hath.base.FileDownloader.getResponseAsString(FileDownloader.java:113)
at hath.base.ServerResponse.getServerResponse(ServerResponse.java:62)
at hath.base.ServerResponse.getServerResponse(ServerResponse.java:57)
at hath.base.ServerHandler.getStaticRangeFetchURL(ServerHandler.java:288)
at hath.base.HTTPResponse.parseRequest(HTTPResponse.java:215)
at hath.base.HTTPSession.run(HTTPSession.java:118)
at java.lang.Thread.run(Thread.java:750)
java.io.IOException: Input/output error
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:326)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
at hath.base.Out.log(Out.java:218)
at hath.base.Out.log(Out.java:197)
at hath.base.Out.access$300(Out.java:36)
at hath.base.Out$OutPrintStream.println(Out.java:300)
at hath.base.Out.warning(Out.java:174)
at hath.base.ProxyFileDownloader.initialize(ProxyFileDownloader.java:132)
at hath.base.HTTPResponseProcessorProxy.initialize(HTTPResponseProcessorProxy.java:44)
2025-11-03T18:43:47Z [WARN] Input/output error
at hath.base.HTTPResponse.getHTTPResponseProcessor(HTTPResponse.java:325)
at hath.base.HTTPSession.run(HTTPSession.java:119)
at java.lang.Thread.run(Thread.java:750)
2025-11-03T18:43:47Z [WARN] Input/output error
java.io.IOException: Input/output error
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:326)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
at hath.base.Out.log(Out.java:218)
at hath.base.Out.log(Out.java:197)
at hath.base.Out.access$300(Out.java:36)
at hath.base.Out$OutPrintStream.println(Out.java:300)
at hath.base.Out.warning(Out.java:174)
at hath.base.ProxyFileDownloader.initialize(ProxyFileDownloader.java:132)
at hath.base.HTTPResponseProcessorProxy.initialize(HTTPResponseProcessorProxy.java:44)
at hath.base.HTTPResponse.getHTTPResponseProcessor(HTTPResponse.java:325)
at hath.base.HTTPSession.run(HTTPSession.java:119)
at java.lang.Thread.run(Thread.java:750)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 3 2025, 21:42
Post #827
Tenboro

Admin




QUOTE(Veil1667 @ Nov 3 2025, 20:00) *

I'm getting these Input/Output errors and since I don't really know anything about Java I have no idea what I'm looking at. My client appears to be serving files fine now and nothing I'm aware of has changed in my setup in the last day or two when it looks like this started, so any insight would be appreciated. Example log chunk quoted, happy to provide any more info I can as needed.


Looks like you have a faulty drive or some sort of file system issue. Check your OS logs.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 15 2025, 07:36
Post #828
Hrybok



Lurker
Group: Lurkers
Posts: 2
Joined: 16-August 17


Can anyone help me set this up?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 21 2025, 01:19
Post #829
918273



Casual Poster
***
Group: Members
Posts: 243
Joined: 26-November 11
Level 490 (Dovahkiin)


So my client is reporting max speed around 11000 I have set for 80000 which It was able to do for a long time now
does this have to do with cloudflare problems couple of days ago? It was down in my country capital

I'm using Hath rust I tried going down a version but that made no difference so not that
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 21 2025, 05:23
Post #830
james58899



Newcomer
**
Group: Members
Posts: 70
Joined: 25-February 16
Level 210 (Ascended)


QUOTE(918273 @ Nov 21 2025, 07:19) *
So my client is reporting max speed around 11000 I have set for 80000 which It was able to do for a long time now
does this have to do with cloudflare problems couple of days ago? It was down in my country capital

I'm using Hath rust I tried going down a version but that made no difference so not that

It's very likely you're using the wrong unit to calculate speed; 1000KB/s = 1MB/s = 8Mbps.

ISPs typically use Mbps as the unit for advertising.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 21 2025, 20:04
Post #831
918273



Casual Poster
***
Group: Members
Posts: 243
Joined: 26-November 11
Level 490 (Dovahkiin)


QUOTE(james58899 @ Nov 21 2025, 04:23) *

It's very likely you're using the wrong unit to calculate speed; 1000KB/s = 1MB/s = 8Mbps.

ISPs typically use Mbps as the unit for advertising.


That's not it I'm retarded but not that retarded
I'm on gigabit my isp can do at least 900 Mbps download and 600 Mbps upload
right now max speed is showing 10705 KB/s highest I've seen is 99359 KB/s when I've had maximum upload rate set to 125.0 MB/s I'm using 100.0 MB/s cause that one is almost always stable and results in 80000 kilobytes per second

I've actually asked you about max speed before on github why on hath rust I can do full speed but on java it was around 32000 kilobytes you've said it was about cyphers so first thing I did was downgrade from 1.14.1 to 1.14.0
but no difference I didn't try further I guess I could try v1.13.1 but I think the problem is elsewhere max speed was fine for a very long time now only thing that happened recently was the cloudflare thing entire site was down for me for sometime

I've tried speedtest it gave me this result

[www.speedtest.net] https://www.speedtest.net/result/18505366437

so I've pulled the power cable from my gigabit switch and it gave me this

[www.speedtest.net] https://www.speedtest.net/result/18505375033

why would that help I'm gonna have to google that I wonder if everything is fixed

DOUBLE EDIT
speed going up 14000 18000 I guess fixed then

This post has been edited by 918273: Nov 21 2025, 20:47
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 22 2025, 12:55
Post #832
james58899



Newcomer
**
Group: Members
Posts: 70
Joined: 25-February 16
Level 210 (Ascended)


QUOTE(918273 @ Nov 22 2025, 02:04) *
I'm on gigabit my isp can do at least 900 Mbps download and 600 Mbps upload
right now max speed is showing 10705 KB/s highest I've seen is 99359 KB/s when I've had maximum upload rate set to 125.0 MB/s I'm using 100.0 MB/s cause that one is almost always stable and results in 80000 kilobytes per second

If you find that the maximum speed is limited, it's very likely that your client is overloaded. If you're using hath-rust, check the err_log for the message "Server overloaded!".

As long as the overload doesn't occur again, the speed limit will gradually be lifted, which usually takes about a week.

If you want to better monitor the client status, you can try setting up [github.com] Monitoring and focusing on the number of connections.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 22 2025, 17:40
Post #833
ruokasooda1



Lurker
Group: Recruits
Posts: 6
Joined: 27-February 20
Level 12 (Novice)


Hi. My client number 47454 started experiencing timeout issues today, specifically when using the H@H downloader, it loads about 5 to 10 individual images normally, then hangs for about 30 seconds and throws a Java socket "read timeout" warning. Then it usually succeeds to download the hanging file on 2nd attempt, then the cycle starts again: 5-10 images downloaded normally in quick succession, then a timeout. This significantly slows the download process as a whole. What worries me more is that there seem to be some comptelely aborted download attempts where it exhausts the three attempts and just skips the image completely, leaving missing files in downloaded galleries, and just moving to next gallery in download queue.

Is this most likely just a transient problem in my ISP connection? Today is the first time I have experienced this in a long time.

Also, is there any easy way or a script to check a large number of H@H-downloaded galleries for missing or broken files caused by these sort of issues so I would know what needs to be re-downloaded without manually going through everything.

Thank you.

E: Same problems are still continuing for about 24 hours now, also getting lots of 'request host did not specify Content-Length' warnings. I had not made any network-related changes recently and firewall logs pick up nothing unusual. All I can say this started after a few days of planned downtime. Also H@H uploads seem to be unaffected by this, only downloads. Any input would be appreciated, if you could see some client stats I don't see. Thanks!

E2: I think the issue went away on its own for about a day, then reappeared to some extent. I wonder if this is a consequence of losing almost half of high priority ranges during the downtime, then maybe also being assigned worse quality nodes for downloading as a result (does it even work that way?), or a connection problem I should complain to my ISP about.

This post has been edited by ruokasooda1: Nov 24 2025, 17:57
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


42 Pages V « < 40 41 42
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 6th December 2025 - 14:11