continuing a game after being disconnected from IGS

Comments, questions, rants, etc, that are specifically about IGS go here.
Post Reply
User avatar
Kuta
Beginner
Posts: 4
Joined: Sun Aug 22, 2010 9:48 pm
GD Posts: 0

continuing a game after being disconnected from IGS

Post by Kuta »

Is there some process to reopen a game after losing connection with pandanet? This happens to me frequently, and I never can get back to my games. Maybe one time, I reconnected and my game popped back up for me.

It seems that whenever my opponents reconnect, our game resumes with no problem.
mw42
Lives in gote
Posts: 566
Joined: Sat Dec 25, 2010 10:01 pm
Rank: 1k
GD Posts: 0
Universal go server handle: mw42
Has thanked: 39 times
Been thanked: 59 times

Re: continuing a game after being disconnected from IGS

Post by mw42 »

The only way I know of is

Code: Select all

stored <account>


Which will make a list of your adjourned games, the first entry will probably be the one you are interested in. Then

Code: Select all

load <game>
User avatar
karaklis
Lives in sente
Posts: 797
Joined: Tue Apr 20, 2010 2:14 pm
GD Posts: 600
Has thanked: 93 times
Been thanked: 105 times

Re: continuing a game after being disconnected from IGS

Post by karaklis »

Maybe your opponents use another client. I've had that disconnection problem with IGS several times in the past. It is very annoying that there is no function in the GUI to resume an interrupted game. So you have to start the console and proceed as shown in the previous posting.
User avatar
Kuta
Beginner
Posts: 4
Joined: Sun Aug 22, 2010 9:48 pm
GD Posts: 0

Re: continuing a game after being disconnected from IGS

Post by Kuta »

Thanks very much for the replies. I'm gonna try this if, god forbid, I get kicked off tonight...
ahamay
Dies in gote
Posts: 46
Joined: Wed Apr 28, 2010 10:32 am
Rank: EGF 6 dan
GD Posts: 14
Been thanked: 11 times

Re: continuing a game after being disconnected from IGS

Post by ahamay »

GoPanda from the new Pandanet website (http://pandanet-igs.com) now has a "Continue game" box on top right of the main window - if you reconnect, you can find and continue adjourned games there.
User avatar
daal
Oza
Posts: 2508
Joined: Wed Apr 21, 2010 1:30 am
GD Posts: 0
Has thanked: 1304 times
Been thanked: 1128 times

Re: continuing a game after being disconnected from IGS

Post by daal »

I am using the GoPanda client, and today I was playing a game and towards the end a message appeared stating:

"game adjourned on disconnection."

I looked at the main window, and saw that I was disconnected. I clicked the button to connect which turned from red to green.

On my game, it was my opponent's turn. I clicked "reload" and my opponent's clock started ticking down again. I waited for him to move, but he didn't. I then typed a message, which appeared. After a while, my opponent thanked me for the game, although it appeared to be his move, and his clock was still ticking. I tried passing but nothing happened.

After waiting a bit, I got the message that I had lost on time. :scratch:

I hadn't seen the "continue game" option. What is "reload" supposed to do?
Patience, grasshopper.
User avatar
Thunkd
Dies with sente
Posts: 88
Joined: Sun Oct 24, 2010 9:59 am
Rank: KGS 6K
GD Posts: 0
Has thanked: 2 times
Been thanked: 13 times

Re: continuing a game after being disconnected from IGS

Post by Thunkd »

I've been playing on my ipad using Tengen Go. When I lose connectivity I often can't get back to a game. Sometimes it will prompt me to resume a game but there seems to be no way to do it. It does have a terminal access so I can use system commands. And I've tried 'stored' but it doesn't seem that disconnected games always get added to that list for whatever reason. Is there anything like a 'resume' command? I haven't been able to find anything like it yet.
User avatar
EdLee
Honinbo
Posts: 8859
Joined: Sat Apr 24, 2010 6:49 pm
GD Posts: 312
Location: Santa Barbara, CA
Has thanked: 349 times
Been thanked: 2070 times

Post by EdLee »

mw42 wrote:The only way I know of is

Code: Select all

stored <account>

Code: Select all

load <game>
There's another, more indirect way, which leads to the same result:
View your own stats -- two ways to do this:
stats <account>
Or, in gIgo, Tools > My stats
You should see your disconnected game in your stats.
load <game>
User avatar
EdLee
Honinbo
Posts: 8859
Joined: Sat Apr 24, 2010 6:49 pm
GD Posts: 312
Location: Santa Barbara, CA
Has thanked: 349 times
Been thanked: 2070 times

Post by EdLee »

daal wrote:After waiting a bit, I got the message that I had lost on time. :scratch:
Hi daal, the old and stable client gIgo also has a similar problem -- sometimes it would get confused when there's a disconnect and reconnect,
and especially when there are multiple disconnects and reconnects (by your opponent or yourself.)
The safest way I know is to completely exit gIgo, restart gIgo, then use:
stored <account>
load <game>
to re-connect to the ongoing game.
User avatar
daal
Oza
Posts: 2508
Joined: Wed Apr 21, 2010 1:30 am
GD Posts: 0
Has thanked: 1304 times
Been thanked: 1128 times

Re:

Post by daal »

EdLee wrote:
daal wrote:After waiting a bit, I got the message that I had lost on time. :scratch:
Hi daal, the old and stable client gIgo also has a similar problem -- sometimes it would get confused when there's a disconnect and reconnect,
and especially when there are multiple disconnects and reconnects (by your opponent or yourself.)
The safest way I know is to completely exit gIgo, restart gIgo, then use:
stored <account>
load <game>
to re-connect to the ongoing game.


Thanks, but the two year old problem no longer seems to be an issue. :lol:
Patience, grasshopper.
Post Reply