maxpumperla / deep_learning_and_the_game_of_go

Code and other material for the book "Deep Learning and the Game of Go"

Home Page:https://www.manning.com/books/deep-learning-and-the-game-of-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chapter7 server in httpfrontend cannot work

activate-an opened this issue · comments

when i run the server in httpforntend ,it will give me a web ,but i cannot click it ,because it will be say :404 NO Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

anyone can help me

well, what URL shows up?

I had to add www to the URL from the book.
So in index_processor, you have to put:
kgs_url='https://www.u-go.net/gamerecords/'

I have solved the problem. thank you very much @maxpumperla @VideoPac

@activate-an you very welcome :)
hey given that we are reading the same chapter apparently, can you take a look at the issues I just opened. Can you make the code work? I can't...