Deer-Spangle

Results 16 comments of Deer-Spangle

Just encountered the same bug, in a public channel (with a handle). A log, if that helps at all. I was replacing an image with an mp4 ``` 2021-06-09 23:34:12,929:INFO:fa_search_bot.sites.fa_submission:Loading...

Somewhat, but the [documentation](http://sinatrarb.com/intro.html) states instance variables can be modified in before/after methods: ![image](https://user-images.githubusercontent.com/60626596/153220784-8dfbeaff-320f-4c9c-a077-6204434a67a6.png) Which implies thread safety in doing so, right? But if that thread safety does exist, it...

Yeah, that's roughly what I am saying, but I'm not sure I understand how that is possible? Like, if all the threads are sharing the same application object, why wouldn't...

Yeah, I did experimentation in that stress test repository. https://github.com/Deer-Spangle/FAExport-StressTest/blob/dc9850794a88e2e6a7553013f1176108035792ce/sinatra_app/lib/faexport.rb#L133-L138 - Line 133, `@user_cookie`, is set in before/after, not set in initialise, does not seem to leak? > @user_cookie =...

It does get fixed in PR #426 yup. There's even a test for it in `test/unit/sources/alternates/null_test.rb` The secure domain list is defined in `app/logical/sources/alternates/base.rb`, but it could be switched to...

Yeah, that's cloudflare anti-bot protection. Probably FA is being hit by some DDoS attacks in recent days. It went down for another 12 hours today, but seems to be back...