leela-chess
leela-chess copied to clipboard
colab's disconnection
colab keeps disconnecting
can someone fix this issue asap?
thanks very much
https://i.imgur.com/PLtPp86.png No URLs found in -. error
is colab down?
i can't connect now
@kpu3uc This is fixed in the current version of the notebook.
robin, i'm still getting the same message. this issue needs 2 b fixed asap. many others are experiencing my same situation, which means that many self training games are being lost
On Fri, May 4, 2018 at 1:06 PM, Robin Houston [email protected] wrote:
@kpu3uc https://github.com/kpu3uc This is fixed in the current version of the notebook https://colab.research.google.com/drive/1nGIZyvmGdyOXGLnBGx0JqSSt6PsXeim1 .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/glinscott/leela-chess/issues/523#issuecomment-386569112, or mute the thread https://github.com/notifications/unsubscribe-auth/AlKU2_HTCxAnBkqkA71KyIKUnV6u1vbqks5tvDZPgaJpZM4TyAqL .
In my version I just have changed the line:
!cd leela-chess/build && wget https://github.com/glinscott/leela-chess/releases/download/v0.7/client_linux -O client_linux && chmod +x client_linux
by:
!cd leela-chess/build && wget https://github.com/glinscott/leela-chess/releases/download/v0.8rc1/client_linux -O client_linux && chmod +x client_linux
and it works...
!cd leela-chess/build && curl -s -L https://github.com/glinscott/leela-chess/releases/latest | egrep -o '/glinscott/leela-chess/releases/download/[v][0-9.a-zA-Z]*/client_linux' | head -n 1 | wget --base=https://github.com/ -i - -O client_linux && chmod +x client_linux
thanks people 4 your help
i applied the changes u proposed
but i still got the same message over and over again
yesterday i got connected on my first attempt
and managed to upload some 400+ games until i got disconnected
2day i can't connect again, so probably the problem is not mine, but google's
i give up