E0001 error

Is anyone else getting these?
Not all threads though , just some of the threads for me

Other urls found in this thread:

sys.8ch.net/co/res/681879.html
twitter.com/SFWRedditGifs

Been getting them too, not sure why.

what threads?

I got them on 6 or so threads I've been watching and had to close for now. Off the top of my head, the Ben 10 thread and Shenanimation.

well there seems to be a thread on >>>/sudo/7822 apparently >>Holla Forums isn't the only board that has them

ain't that the thing that pops up when the thread is removed

I've seen that error even when a thread is still in the catalog.

And one of them is a sticky.

This is a grievous blow. I hope Codemonkey can fix this.

They're still fucked.

Worst part is I'm losing threads I can't access to save anything from.

All besides works for me, looks like their getting fixed.

I'm still getting it with

Oh no, all those drawn loli butts

Have you complained on /sudo/

I've experienced in /loli/ so I can say for sure.

Also, here we lost which is best thread.
However, an user may have the answer:
Apparently you can break threads by mistake by double-deleting posts.
That's some awesome accidental hacking right there.

BR dolls don't have loli butts.

>>>/sudo/7813
I reported several in this thread and they've since been restored, you could maybe try there.


If that's the problem couldn't BOs temporarily disable post deletion by posters to prevent the problem from spreading, or worse being used by people with malicious intend to destroy boards?

Thanks. 3 of them were restored. Only

wasn't

has not been restored, I think we all can agree this is the worst thing that has happened ever.

I've been getting these on my board. A thread can be restored by any admin by making a post to the thread in management mode, i.e. on the sys.8ch.net domain.

How do you contact them? Lord of Burger translation thread is down too, and I have some pages to post.

I think /k/ found a fix, apparently you need to acsess the thread via mod.php

the Lord of Burger thread is giving the error, despite being on page 8 in the catalog.

Try this
sys.8ch.net/co/res/681879.html

I slightly modified the javascript workaround from the sudo thread for greasemonkey. Just create a new script and paste this text. (Does it actually work for anyone? I tried using this for but it just gives a different error.) // ==UserScript==// @name 8ch error redirect// @namespace arch// @include http*://8ch.net/*// @exclude http*://sys.8ch.net/*// @version 1// @grant none// ==/UserScript==if (document.body.innerHTML.substring(0, 5) == "e0001") { var url = window.location.href; var i = url.indexOf("://") + 3; var newUrl = url.substring(0, i) + "sys." + url.substring(i, url.length); window.location.href = newUrl;} I'm aware Holla Forums can also run javascript, but with how often shit fucks up I'd rather it run separate from the site. (Plus, would the script even run if the page never loads?)

This greasemonkey script will redirect e0001 threads to the mod.php page. Making a post should revive the thread. (user:"Anonymous", pass:"0") // ==UserScript==// @name 8ch e0001 redirect// @namespace arch// @include http*://8ch.net/*// @exclude http*://*8ch.net/mod.php?/*// @exclude http*://sys.8ch.net/*// @version 1// @grant none// ==/UserScript==if (document.body.innerHTML.substring(0, 5) == "e0001") { var url = window.location.href; var i = url.indexOf(".net") + 4; var newUrl = url.substring(0, i) + "/mod.php?" + url.substring(i, url.length); window.location.href = newUrl;}

Can someone revive these threads for me?