Giter Site home page Giter Site logo

Comments (32)

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024 2

Azure server in USA
image

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024 2

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024 1

I had purchased new VPS from Contabo.com and same issue

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024 1

it's interested, if you want I can share VPS access information via private message if you want to make any debug

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Hi! This just means that your browser cannot establish a connection to the server. So you'll see this if you have a weak wifi signal, weak cellular connection, or if your device's internet is offline.

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024

Thanks, please check my internet speed below

image

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Oh, interesting! Well, in that case I'm not sure. Something else is causing trouble with the websocket connection between your browser and the BUGOUT server.

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

I wonder if you'll experience the same trouble using a different device entirely, either on the same network, or on a different network

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024

I had made two installations one on Windows and one on Ubuntu 20,

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

OK. So it's probably not your device causing the problem. I wonder what happens if you try from a different network

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Hmm! Are you able to see a basic web page when you go here?

https://bg03.terkwood.farm/

This web page is running on the server which handles talking to the AI and dealing with Multiplayer games. I would guess you can't see it,based on the other trouble you're having

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024

this the result

image

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Bizarre! I'm stumped. I'll hope for some inspiration to help troubleshoot this, but for now I'm out of ideas.

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

I asked another friend and they're having the same issue. I'll see if restarting the server helps

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024

Thanks, is their any recommendations for nodejs and npm version or other dependencies not mentioned in the wiki

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

You really shouldn't have to mess with any of that! This should just work for you 😁 But there is a problem with BUGOUT itself, since my friend is able to reproduce the problem. I'll post again once I have fully restarted the system.

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

OK, it's restarted now. I'm not very hopeful that this fixed it, but please feel free to try again.

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

I did raise #514 as a potential avenue of exploration for addressing this issue, though I think it's unlikely it will fix the problem. Thanks very much for raising this issue, you definitely uncovered a weakness in BUGOUT! πŸš’

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Raising #515 as well. I know that my friend who was able to reproduce this issue was connecting from Europe to the BUGOUT server in AWS us-east-1. Although the bandwidth reported in this thread is really good, there may still be a high latency in the websocket connection.

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Wow, it is very flaky under many circumstances. πŸ˜… Thanks so much for making the effort to try from Azure!

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Since you've successfully reproduced the issue in US Azure, I plan to do that also! πŸ€ΈπŸ»β€β™‚οΈ This will give me a personal path for testing and iterating on the behavior.

Previously my tests have come from my own devices, which wasn't a great strategy!😁

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024

the issue her I want to install it :(, what to do to make this success

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

So far I'm not sure! I apologize for that.

I am pretty confident that this is an issue with the websocket connection between browser and gateway service, but I don't want to estimate the difficulty of the fix until I understand more!

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Self-hosting BUGOUT is difficult. It is designed for most components to be run in a cloud environment(we use AWS for prod), but the KataGo AI runs on an NVIDIA Jetson nano hosted in my home.

All of this combines for a very difficult developer experience should anyone try to run BUGOUT themselves πŸ˜‡

There is some incomplete information in the README.

from bugout.

waleedahmed2090 avatar waleedahmed2090 commented on June 12, 2024

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

I'm sorry. BUGOUT is pretty difficult to set up locally right now. You do need docker-compose. The distributed nature of the system, with KataGo needing to run on a separate device, which is a specific piece of hardware -- NVIDIA Jetson Nano, is problematic. Further, the design of this system assumes a valid SSL certificate for the cloud portion, so that tinybrain / katago can talk to the cloud deployment.

Some of this is captured in https://github.com/Terkwood/BUGOUT#-stop-potential-developers-please-read-carefully

If you do decide to take on the difficult path of building this locally, we should probably move the discussion to a separate ticket.

Also see #473 and #471 (not necessarily helpful, but related)

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Localization is clearly a big need. I'll raise a ticket for that also, so that we can start breaking down the task. My time has been really constrained during the last month; I appreciate the input on all of these problems!

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Opened #516 for planning localization.

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

(whoops, mis posted a message to this thread, apologies)

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

For reproducing on US Azure, this looks like the default solution: https://azure.microsoft.com/en-us/services/virtual-desktop/#features

from bugout.

Terkwood avatar Terkwood commented on June 12, 2024

Hm, what browser and operating system did you use when testing with Azure? I was able to launch a VM in Azure and install Brave browser using Windows Server 2019, then play some moves with KataGo.

from bugout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.