SneedChat Complaint Thread

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
The Sneedloop of Death
1654618121738.png
 
just before it went down we discovered that if you hold down ENTER it will automatically leave a blank post. If two or more people hold it down it will cause a loop to occur. Posting at a super high rate.
 
Last edited:
  • Informative
Reactions: Dork Of Ages
Modem talking, modern walking in the streets, New desire, Take me higher, lift me higher with your speed, I need fire, Get the satellite, if you want to see me, Talking on the net, I know the way you like it, Get your credit card 'cause I need no money, All I wanna get is you, baby, Runnin' in the 90's is a new way I like to be, I'm just runnin' in the 90's, Come on, baby, run to me, We are runnin' in the 90's, it's a new way to set me free, I'm just runnin' in the 90's, Yes, I wanna know, yes, I wanna see
 
The left square bracket gets eaten if on it's own, same if both the left and right square brackets are typed forming an empty BBcode block.
 
  • Informative
Reactions: Dork Of Ages
Clicking a name in the chat window works, but doing @ then typing doesn't give the username list so you can tag someone. I assume that's not a feature yet?

Also, ctrl+clicking a chat room opens it up in a new tab, as expected, but without the rest of the site's UI.

1654631986509.png1654631961639.png
 
I need information about your device and browser.
I'm using a Windows desktop PC.

Chrome Version 102.0.5005.63 (Official Build) (64-bit)

Windows 11 Version 21H2 (OS Build 22000.675)

64-bit operating system, x64-based processor


Is this all you need?
 
  • Like
Reactions: Dork Of Ages
Do you have any extensions?
I have AdBlock Plus. If I turn it off, it still gives me the same message.

I also have:

Docs PDF/PowerPoint Viewer
Google Docs Offline
Privacy Pass
Shazam: Identify songs from your browser

I'm also using a VPN, but if I shut that off, I still get the message.



EDIT: The issue now seems to be resolved. I can post messages in chat now. Thanks, @Null you are a legend.

EDIT#2: The issue has returned (I didn't touch anything on my end), and can't post. But you're still a legend.
 
Last edited:
1.PNG
OS: Windows 7pro
Browser: Box stock up to date TOR browser. 11.0.13
Extensions: no
Troubleshooting done: restarted and relogged in
Security level: Standard (default setting)

Likely known issue but noticed people are able to load images from offsite servers.

EDIT: After reading @Frail Snail 's post I did this:
I restarted TOR and went in via the clearnet "kiwifarms.net" rather then the .onion. On .net I can sneedchat with the TOR browser.
 
Last edited:
Haven't been able to figure out what breaks, so here are my headers. Hopefully they help someone.

Code:
Request

GET /test-chat#8 HTTP/1.1
Host: uquusqsaaad66cvub4473csdu4uu7ahxou3zqc35fpw5d4ificedzyqd.onion
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://uquusqsaaad66cvub4473csdu4uu7ahxou3zqc35fpw5d4ificedzyqd.onion/chat/autistic-shitspigots.8/
Connection: keep-alive
Cookie: xf_csrf=[EDIT]; xf_user=[EDIT]; xf_session=[EDIT]
Upgrade-Insecure-Requests: 1
Sec-Fetch-Dest: iframe
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: same-origin

Response

HTTP/1.1 200 OK
Server: nginx
Date: Tue, 07 Jun 2022 15:04:33 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Content-Encoding: gzip
TL;DR Cookies are inside the iFrame.

Code:
Request

GET /rust-chat HTTP/1.1
Host: kiwifarms.net
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Sec-WebSocket-Version: 13
Origin: http://uquusqsaaad66cvub4473csdu4uu7ahxou3zqc35fpw5d4ificedzyqd.onion
Sec-WebSocket-Extensions: permessage-deflate
Sec-WebSocket-Key: [EDIT]
Connection: keep-alive, Upgrade
Sec-Fetch-Dest: websocket
Sec-Fetch-Mode: websocket
Sec-Fetch-Site: cross-site
Pragma: no-cache
Cache-Control: no-cache
Upgrade: websocket
TE: trailers

Response

HTTP/1.1 101 Switching Protocols
Date: Tue, 07 Jun 2022 15:04:37 GMT
Connection: upgrade
upgrade: websocket
sec-websocket-accept: [EDIT]
CF-Cache-Status: DYNAMIC
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
CF-RAY: 717a47ff58ebfd9d-PDX
alt-svc: h2="cflarenuttlfuyn7imozr4atzvfbiw3ezgbdjdldmdx7srterayaozid.onion:443"; ma=86400; persist=1
TL;DR Only Sec-Websocket-Key and no cookie on the WSS connection. Is it a websocket thing and it's normal or is this where things fuck up?
I've thought about it some more. Before auto-redirect to onion service fuckery got fixed, if you were logged into the forum on a regular clearnet domain and got randomly thrown onto the hidden service, you would have to log in again. The iframe page is requested through the proper Tor domain so cookies are saved, but the WSS rust-chat request is made to kiwifarms.net. This may be the reason, something to do with cross-origin policy and cookies.
 
Back