• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Search results

  1. C

    Bot does not play nice with HTTP2

    Yeah, I tried it but it changed nothing. I'm not exactly sure why this is only happening with SinusBot. All my other proxied services work fine.
  2. C

    Bot does not play nice with HTTP2

    Commented out the line 4, didn't change anything. Do you think I'd have to run SinusBot with SSL as well? Edit: Tried it, didn't work.
  3. C

    Bot does not play nice with HTTP2

    I'm not exactly sure why it would work fine on the first try but not after. <VirtualHost *:80> ServerName music.domain.com Protocols h2c http/1.1 RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://music.domain.com%{REQUEST_URI} </VirtualHost>...
  4. C

    Bot does not play nice with HTTP2

    I am currently proxying SinusBot through Apache and recently enabled HTTP/2. After doing so I noticed that resources (icons, thumbnails, etc) would fail to load and command requests such as status, files, play would either stay pending or get cancelled with no error code...
Back
Top Bottom