maxpumperla / deep_learning_and_the_game_of_go

Code and other material for the book "Deep Learning and the Game of Go"
https://www.manning.com/books/deep-learning-and-the-game-of-go
953 stars 387 forks source link

chapter7 server in httpfrontend cannot work #62

Closed activate-an closed 4 years ago

activate-an commented 4 years ago

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

maxpumperla commented 4 years ago

well, what URL shows up?

VideoPac commented 4 years ago

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/'

activate-an commented 4 years ago

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

VideoPac commented 4 years ago

@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...