Connecting to i-logout.cz crashes internaly #28

Closed
opened 2026-08-10 01:25:39 +02:00 by Felisp · 4 comments
Owner
W/IInputConnectionWrapper( 9265): getTextBeforeCursor on inactive InputConnection
I/flutter ( 9265): read line: 'iLogout's Gopherspace            i-logout.cz     70'
I/flutter ( 9265): read line: 'i=======(est. 2011)==            i-logout.cz     70'
I/flutter ( 9265): read line: 'i                i-logout.cz     70'
I/flutter ( 9265): read line: 'iWelcome.                i-logout.cz     70'
I/flutter ( 9265): read line: 'i                i-logout.cz     70'
I/flutter ( 9265): read line: 'iYou don't have to be crazy to enjoy it here, but it helps.              i-logout.cz     70'
I/flutter ( 9265): read line: 'i                i-logout.cz     70'
D/InputConnectionAdaptor( 9265): The input method toggled cursor monitoring on
D/FlutterJNI( 9265): Sending viewport metrics to the engine.
I/chatty  ( 9265): uid=10356(org.treebrary.gophershy) identical 6 lines
D/FlutterJNI( 9265): Sending viewport metrics to the engine.
I/flutter ( 9265): read line: 'iThis is my personal corner of gopherpace, which became operational              i-logout.cz     70'
D/FlutterJNI( 9265): Sending viewport metrics to the engine.
I/flutter ( 9265): read line: 'ion June 18, 2011 and has been visited 135327 times since then.          i-logout.cz     70'
I/flutter ( 9265): read line: 'iIt's brought to you by Motsognir, running on an AMD EPYC based VPS              i-logout.cz     70'
I/flutter ( 9265): read line: 'ipowered by Slackware Linux 15.0. Current uptime is 33 days.             i-logout.cz     70'
I/flutter ( 9265): read line: 'i                i-logout.cz     70'
I/flutter ( 9265): read line: '0About (read this first!)        /about.txt      i-logout.cz     70'
I/flutter ( 9265): read line: '0Changelog (read this as well!)  /changelog.txt  i-logout.cz     70'
I/flutter ( 9265): read line: 'i                i-logout.cz     70'
I/flutter ( 9265): read line: '1In Czech / V cestine    /cz     i-logout.cz     70'
I/flutter ( 9265): read line: 'i                i-logout.cz     70'
I/flutter ( 9265): read line: '1Bongusta! phlog aggregator      /bongusta/      i-logout.cz     70'
D/FlutterJNI( 9265): Sending viewport metrics to the engine.
I/flutter ( 9265): read line: '1Exit to random phlog: tfurrows @ zaibatsu       /0.000000e+00tfurrows/phlog/    zaibatsu.circumlunar.space    70'
E/flutter ( 9265): [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: SocketException: Connection reset by peer (OS Error: Connection reset by peer, errno = 104), address = i-logout.cz, port = 39583
E/flutter ( 9265): 
``` W/IInputConnectionWrapper( 9265): getTextBeforeCursor on inactive InputConnection I/flutter ( 9265): read line: 'iLogout's Gopherspace i-logout.cz 70' I/flutter ( 9265): read line: 'i=======(est. 2011)== i-logout.cz 70' I/flutter ( 9265): read line: 'i i-logout.cz 70' I/flutter ( 9265): read line: 'iWelcome. i-logout.cz 70' I/flutter ( 9265): read line: 'i i-logout.cz 70' I/flutter ( 9265): read line: 'iYou don't have to be crazy to enjoy it here, but it helps. i-logout.cz 70' I/flutter ( 9265): read line: 'i i-logout.cz 70' D/InputConnectionAdaptor( 9265): The input method toggled cursor monitoring on D/FlutterJNI( 9265): Sending viewport metrics to the engine. I/chatty ( 9265): uid=10356(org.treebrary.gophershy) identical 6 lines D/FlutterJNI( 9265): Sending viewport metrics to the engine. I/flutter ( 9265): read line: 'iThis is my personal corner of gopherpace, which became operational i-logout.cz 70' D/FlutterJNI( 9265): Sending viewport metrics to the engine. I/flutter ( 9265): read line: 'ion June 18, 2011 and has been visited 135327 times since then. i-logout.cz 70' I/flutter ( 9265): read line: 'iIt's brought to you by Motsognir, running on an AMD EPYC based VPS i-logout.cz 70' I/flutter ( 9265): read line: 'ipowered by Slackware Linux 15.0. Current uptime is 33 days. i-logout.cz 70' I/flutter ( 9265): read line: 'i i-logout.cz 70' I/flutter ( 9265): read line: '0About (read this first!) /about.txt i-logout.cz 70' I/flutter ( 9265): read line: '0Changelog (read this as well!) /changelog.txt i-logout.cz 70' I/flutter ( 9265): read line: 'i i-logout.cz 70' I/flutter ( 9265): read line: '1In Czech / V cestine /cz i-logout.cz 70' I/flutter ( 9265): read line: 'i i-logout.cz 70' I/flutter ( 9265): read line: '1Bongusta! phlog aggregator /bongusta/ i-logout.cz 70' D/FlutterJNI( 9265): Sending viewport metrics to the engine. I/flutter ( 9265): read line: '1Exit to random phlog: tfurrows @ zaibatsu /0.000000e+00tfurrows/phlog/ zaibatsu.circumlunar.space 70' E/flutter ( 9265): [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: SocketException: Connection reset by peer (OS Error: Connection reset by peer, errno = 104), address = i-logout.cz, port = 39583 E/flutter ( 9265): ```
Felisp self-assigned this 2026-08-10 01:25:39 +02:00
Author
Owner

Happens with menu and normal files. Opening files on this server is broken

Happens with menu and normal files. Opening files on this server is broken
Author
Owner

Opening /cz/cz_gopher.txt fails by trying to open it as menu. When we reject too many menu lines, we should automatically display as plaintext

Opening ``/cz/cz_gopher.txt`` fails by trying to open it as menu. When we reject too many menu lines, we should automatically display as plaintext
Author
Owner

The problem seems to be that the server closes connection before I finished reading which breaks my reading loop

The problem seems to be that the server closes connection before I finished reading which breaks my reading loop
Author
Owner

The problem was that I'm a retard

The problem was that I'm a retard
Sign in to join this conversation.
No description provided.