Giter VIP home page Giter VIP logo

Comments (15)

bropines avatar bropines commented on August 23, 2024 1

Got it, let me know how it goes. China's Great Firewall at least is known to
arbitrarily send TCP RST packets to close connections, so it wouldn't surprise me if there were issues in Russia as well.

It seems to be a colab problem. I've protested with and without VPN, with and without DPI bypass. Asked friends from Kazakhstan and Japan, same thing. I would try other services, but either you need to buy there (and russia is on the block), or like in Kaggle it will take hundreds of years to confirm the number

from bore.

bropines avatar bropines commented on August 23, 2024 1

As I figure out how to check whether colab or the script is to blame, I'll open it.

from bore.

ekzhang avatar ekzhang commented on August 23, 2024

Could you provide more details — What "output" are you sending through bore? A minimal and reproducible example would be best so I could figure out how to best help you.

from bore.

Wushengyao avatar Wushengyao commented on August 23, 2024

It seems like a diffusion model of Novel AI.

from bore.

bropines avatar bropines commented on August 23, 2024

Could you provide more details — What "output" are you sending through bore? A minimal and reproducible example would be best so I could figure out how to best help you.

I am sending via the SD novelAI tunnel. They can give you a link to colab and you will test it yourself, you can also download it if necessary.

from bore.

Wushengyao avatar Wushengyao commented on August 23, 2024

It might not cause serious problems.
Local port open by webui.(https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/webui.py)
And expose it through bore by command:

bore local 7860 --to bore.pub

In the webui.py, we can see:

def wait_on_server(demo=None):
    while 1:
        time.sleep(0.5)
        if demo and getattr(demo, 'do_restart', False):
            time.sleep(0.5)
            demo.close()   //Cause "connection exited"
            time.sleep(0.5)
            break

from bore.

bropines avatar bropines commented on August 23, 2024

That's not what this is about. I'm using Naifu (I translated it into English for simplicity.). Constantly no matter what tunnel I catch an error streaming error although when running on the local pk, all is well. Also, bore.pub sometimes just stops working and when you go to it, a 404 error.

from bore.

ekzhang avatar ekzhang commented on August 23, 2024

That's strange. I'm not sure why the connection would not be working. It seems fairly reliable when I use it; connections being dropped has never been an issue from here in Boston.

How often does the connection get dropped? I wonder if it has something to do with your location or network connection?

from bore.

bropines avatar bropines commented on August 23, 2024

That's strange. I'm not sure why the connection would not be working. It seems fairly reliable when I use it; connections being dropped has never been an issue from here in Boston.

How often does the connection get dropped? I wonder if it has something to do with your location or network connection?

Well, purely in theory in russia with an awesome censorship system (slag) pages are often sluggish. I think I'll use a VPN, see if that helps. If so, I'll close the question.

from bore.

ekzhang avatar ekzhang commented on August 23, 2024

Got it, let me know how it goes. China's Great Firewall at least is known to arbitrarily send TCP RST packets to close connections, so it wouldn't surprise me if there were issues in Russia as well.

from bore.

ekzhang avatar ekzhang commented on August 23, 2024

Thanks for all of this work! Since it shows up on Colab, would you be able to share a minimal Colab notebook with me that is producing problems so I can take a look?

from bore.

bropines avatar bropines commented on August 23, 2024

Thanks for all of this work! Since it shows up on Colab, would you be able to share a minimal Colab notebook with me that is producing problems so I can take a look?

https://colab.research.google.com/drive/1SRa9ZCBWKNJMoXE5Q6Y0RuvYYvaXllyH?usp=sharing

That's where the error comes in.

from bore.

ekzhang avatar ekzhang commented on August 23, 2024

Thanks. I'm not sure what this notebook is doing, but the error message seems to indicate that a QUIC request is failing — is that what you saw? QUIC is a protocol over UDP, not TCP, so bore wouldn't be able to proxy that.

image

from bore.

bropines avatar bropines commented on August 23, 2024

This displays logs from cloudflare tunnel. I update notebook so that it makes a tunnel only through bore
https://colab.research.google.com/drive/1SRa9ZCBWKNJMoXE5Q6Y0RuvYYvaXllyH?usp=sharing

Thanks. I'm not sure what this notebook is doing, but the error message seems to indicate that a QUIC request is failing — is that what you saw? QUIC is a protocol over UDP, not TCP, so bore wouldn't be able to proxy that.

image

from bore.

ekzhang avatar ekzhang commented on August 23, 2024

Hi @bropines, unfortunately your notebook still shows errors serving a QUIC connection. And I'm not sure where the error is originating since the code is quite complicated and hidden after a few thousand lines of logs. Could you provide a minimal reproduction of the issue?

from bore.

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.