Blackvist, Up/Downvoting is borked.
Updated by anonymous
Posted under Site Bug Reports & Feature Requests
This topic has been locked.
Blackvist, Up/Downvoting is borked.
Updated by anonymous
Since few hours sometimes it looks like javascript is not working. Style is reverted to default, blacklist is not working etc. Few hours ago it was all the time, and there was error which, if I remember correctly, was something about cookies not being defined. Now it happens randomly and I yet failed to catch it with firebug.
Also https://e621.net/advertisement don't display anything, and gives a lot of 404 errors in firebug console.
----
I got error again while opening forum #85181, and got following errors in firebug console:
SyntaxError: syntax error
https://e621.net/forum/show/85181
Line 259
ReferenceError: Cookie is not defined
if(Cookie.get("css") != "") {
https://e621.net/forum/show/85181
Line 31
ReferenceError: Cookie is not defined
Cookie.setup();
https://e621.net/forum/show/85181
Line 259
ReferenceError: borosimageswitch is not defined
borosimageswitch('si341447')
https://e621.net/forum/show/85181/event/seq/1/onmouseover
Line 2
Updated by anonymous
I can't get the News Notice to stay hidden. It's reappearing on almost every page I visit.
Updated by anonymous
ScyStorm said:
I can't get the News Notice to stay hidden. It's reappearing on almost every page I visit.
Yes, I've noticed that too. Though it seems to me that it keeps changing between the last two entries. Hide one and it won't disturb you. But the other one will.
Updated by anonymous
ScyStorm said:
I can't get the News Notice to stay hidden. It's reappearing on almost every page I visit.
It's the javascript issues that the site is having right now. Varka and the developers (sounds like a band name) know about it and will get it fixed as soon as they can, but apparently it's being a bit difficult to track down.
Updated by anonymous
Char said:
It's the javascript issues that the site is having right now. Varka and the developers (sounds like a band name) know about it and will get it fixed as soon as they can, but apparently it's being a bit difficult to track down.
Error console sez line 1661. But I'm not having any errors since forum #85122, though. I'm no dev (and neither a master in JS) but I'm checking at it ;)
heh, Varka and the Developers :)
Edit: Line seems OK, both brackets are there, object seems OK too, um... nope! That's all I got :I
Edit 2: Hah! Some symbols are is missing!
Opened up with notepad and did a Search and Replace (with the same symbol). This is what I got:
1822 "[" and 1820 "]" - two "[" missing.
9628 "(" and 9629 ")" - one ")" is missing.
4658 " - even number.
2144 ' - even number.
The question is: Where are those symbols?
Resuming investigation...
Updated by anonymous
Xch3l said:
Error console sez line 1661. But I'm not having any errors since forum #85122, though. I'm no dev (and neither a master in JS) but I'm checking at it ;)heh, Varka and the Developers :)
Edit: Line seems OK, both brackets are there, object seems OK too, um... nope! That's all I got :I
Edit 2: Hah! Some symbols are is missing!
Dev relevant. You can check if you like
Opened up with notepad and did a Search and Replace (with the same symbol). This is what I got:
- 4073 opening curly braces ("{") and 4073 closing curly braces ("}") - numbers match.
1822 "[" and 1820 "]" - two "[" missing.
9628 "(" and 9629 ")" - one ")" is missing.
4658 " - even number.
2144 ' - even number.The question is: Where are those symbols?
Resuming investigation...
The issue is that the javascript is being corrupted, but it's not being corrupted all the time. That's why you're able to refresh a page a few times and it will suddenly start working again. Tracking down WHY the javascript keeps getting corrupted seemingly randomly is what's taking a while to figure out.
Your effort is certainly appreciated though!
Updated by anonymous
It's probably that the javascript file on one server (e621 is content load-balanced between two servers, I believe) is fine, but the file on the other server is corrupt and never works. So sometimes you get served the good file, sometimes you get served the bad file.
Updated by anonymous
tony311 said:
It's probably that the javascript file on one server (e621 is content load-balanced between two servers, I believe) is fine, but the file on the other server is corrupt and never works. So sometimes you get served the good file, sometimes you get served the bad file.
Maybe you could copy one file to the other server (when it's fixed, obviously) because there are a lot of symbols XP, oh and I'll keep editing that post so I don't spam this thread
Updated by anonymous
Something wonky is going on with how the index url's are build through using the searchbox.
Currently created link https://e621.net/post/index/1/gif throws a 404.
The normal index url https://e621.net/post/index?tags=gif however does still work as expected.
Updated by anonymous
NotMeNotYou said:
Something wonky is going on with how the index url's are build through using the searchbox.Currently created link https://e621.net/post/index/1/gif throws a 404.
The normal index url https://e621.net/post/index?tags=gif however does still work as expected.
I already mentioned that somewhere around the top of the page with coc.swf. Apparently every search that ends with (.)gif, jpg, swf, png and maybe some other extensions that the site recognises will throw a 404 error.
Updated by anonymous
EsalRider said:
I already mentioned that somewhere around the top of the page with coc.swf. Apparently every search that ends with (.)gif, jpg, swf, png and maybe some other extensions that the site recognises will throw a 404 error.
I wonder what bugged them. It worked fine before.
Updated by anonymous
Thumbnails don't appear in comment previews
1) Open any post on e621
2) Enter a comment:
This reminds me very little of thumb #1234
3) Preview the comment
4) The preview doesn't show the thumbnail, only the text:
This reminds me very little of
I've also reported this bug on the Mantis tracker:
http://bugs.ouroboros.ws/view.php?id=114
Updated by anonymous
Munkelzahn said:
Thumbnails don't appear in comment previews
That has been happenning since ever. I though they were'nt showing because bandwidth use or something.
Updated by anonymous
When trying to upload an image this morning, I got the following exception:
ActiveRecord::StatementInvalid in PostController#create
PG::Error: ERROR: canceling statement due to statement timeout
: UPDATE table_data SET row_count = row_count + 1 WHERE name = 'posts'
RAILS_ROOT: /home/e621/e621-production
Application Trace | Framework Trace | Full Trace
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract_adapter.rb:227:in log'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/postgresql_adapter.rb:520:in execute'
/home/e621/e621-production/lib/core_extensions.rb:8:in __send__'
/home/e621/e621-production/lib/core_extensions.rb:8:in execute_sql'
/home/e621/e621-production/app/models/post_methods/count_methods.rb:44:in increment_count'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/callbacks.rb:178:in send'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/callbacks.rb:178:in evaluate_method'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/callbacks.rb:166:in call'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/callbacks.rb:93:in run'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/callbacks.rb:92:in each'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/callbacks.rb:92:in send'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/callbacks.rb:92:in run'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/callbacks.rb:276:in run_callbacks'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/callbacks.rb:344:in callback'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/callbacks.rb:267:in create'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/base.rb:2935:in create_or_update_without_callbacks'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/callbacks.rb:250:in create_or_update'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/base.rb:2585:in save_without_validation'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/validations.rb:1089:in save_without_dirty'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/dirty.rb:79:in save_without_transactions'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/transactions.rb:229:in send'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/transactions.rb:229:in with_transaction_returning_status'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in transaction'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/transactions.rb:182:in transaction'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/transactions.rb:228:in with_transaction_returning_status'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/transactions.rb:196:in save'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/transactions.rb:208:in rollback_active_record_state!'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/transactions.rb:196:in save'
/home/e621/e621-production/app/controllers/post_controller.rb:117:in create'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:1333:in send'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:1333:in perform_action_without_filters'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:617:in call_filters'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:610:in perform_action_without_benchmark'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:68:in perform_action_without_rescue'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in ms'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in ms'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:68:in perform_action_without_rescue'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/rescue.rb:160:in perform_action_without_flash'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/flash.rb:151:in perform_action'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:532:in send'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:532:in process_without_filters'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:606:in process'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:391:in process'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:386:in call'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/routing/route_set.rb:438:in call'
Request
Parameters:
{"post"=>{"source"=>"http://d.facdn.net/art/iko/1380447025.iko_winter_kitsune.png",
"rating"=>"Explicit",
"parent_id"=>"",
"description"=>"",
"tags"=>"iko female solo red_eyes white_fur black_fur arctic_fox breasts nipples pussy white_background plain_background black_nose open_mouth purple_hair 2013"}}
Show session dump
Response
Headers:
{"Set-Cookie"=>"blacklisted_tags=sonic_%28series%29&sonic_the_hedgehog&sonic_style&sonic_the_hedgehog&bee&bee_sting&slugbox&crystal-for-ever&king-cheetah&vic34677&kayla-na&bd&0r0&0r0ch1&toratoraya&clorin_spats&bitterplaguerat&vixy_%28artist%29&theseus9&john_joseco&kayla-na&morenatsu&latex_%28artist%29&homestuck&tumblr; path=/\nblacklist_avatars=true; path=/\nblacklist_users=false; path=/",
"Cache-Control"=>"no-cache",
"Content-Type"=>""}[/section]
Updated by anonymous
corgi_bread said:
Stuff
I Got the exact same thing about an hour ago
Updated by anonymous
I've also got it right now.
Updated by anonymous
Feces is aliased to fæces yet they show up as separate tags.
Updated by anonymous
FinallyLostIt said:
Feces is aliased to fæces yet they show up as separate tags.
It's because scat implies feces, and implications are done after aliasing. Implication should be changed.
Updated by anonymous
I'm not sure if this has been reported before, but when I try to click on the 'X number of comments below threshold' button, I get linked to a page that NEVER loads. Like, just one big white window.
Updated by anonymous
Man, I've just noticed that the bug in the searches makes it impossible to search by type if it's the last thing in your search query. You can do, like, type:swf game, but game type:swf doesn't work.
Updated by anonymous
EsalRider said:
Man, I've just noticed that the bug in the searches makes it impossible to search by type if it's the last thing in your search query. You can do, like, type:swf game, but game type:swf doesn't work.
That's an issue with how the search is formatted in the URL; the colon before SWF is fine if that search term is located prior to other search terms (and this holds true regardless of the term searched, any type:<context> format search will have issues), but not if it is at the end because of how URLs are processed. You can read up more about it here: http://www.ietf.org/rfc/rfc2396.txt
I'm -pretty- sure that something can be done on the backend to resolve these issues (primarily in how the search box translates the colon'd terms into search terms in the URLs), but until then, always make sure you qualify any colon-use search term with a secondary search term afterwards to deal with the URL scheme issue!
Updated by anonymous
EsalRider said:
Man, I've just noticed that the bug in the searches makes it impossible to search by type if it's the last thing in your search query. You can do, like, type:swf game, but game type:swf doesn't work.
This will be fixed in the next site update. If you need to search for ONLY a type tag right now, do it like you normally would, and then when the 404 page shows up, just add a / to the end of the URL and it will work. This won't be necessary after the problem is fixed.
Updated by anonymous
Char said:
This will be fixed in the next site update.
Actually it's not fixed yet D:
Updated by anonymous
When I search " my_little_pony swf ", I can't go past the first page, I get a 404 error on pages 2 to the last page
Updated by anonymous
Javascript is randomly not working for me again.
Updated by anonymous
Char said:
This will be fixed in the next site update. If you need to search for ONLY a type tag right now, do it like you normally would, and then when the 404 page shows up, just add a / to the end of the URL and it will work. This won't be necessary after the problem is fixed.
Unless you started using webbrick instead of nginx, I doubt it.
tony311 said:
Actually it's not fixed yet D:
Because it's not a bug with ruby, it's a bug with nginx. Varka has to fix it.
Updated by anonymous
Since tony said that there's two scripts in e621, why not make an annotation on both?
Like "// Script on server 1" and "// Script on server 2" at the first line, and when some of us get to the faulty script (page not working, both +/-Fave buttons, etc.), go look into it using the dev tools (included in all browsers) and (technically) point to the bad script and report it here. Then replace the bad script on one server with the good one from the other server.
This should probably work.
Unless you don't have access to those files...
Yeah, since it's happening again, this idea came to me, instead of looking symbol by symbol (can be tiresome)
Updated by anonymous
Is the fact that janitors have some mod options:
- 'Hide' button replacing 'report' for comments, but not for forum posts.
- Visible hidden comments when searching for comment (like https://e621.net/comment/search?query=user%3A<username>), but not visible on the post where there were made?
bug or a feature?
I thought it was bug, and submitted it here, but when I look on changes in CoC I start to think that maybe this is half-implemented new feature.
Updated by anonymous
Now it's so bad that I have to use e926 to write on forum. That begs the question - why there is no forum tab on e926? Or pool tab. Or sets tab.
They are not blocked - they can be accessed by manually entering url but it's pain in the ass.
Updated by anonymous
Gilda_The_Gryphon said:
Now it's so bad that I have to use e926 to write on forum. That begs the question - why there is no forum tab on e926? Or pool tab. Or sets tab.They are not blocked - they can be accessed by manually entering url but it's pain in the ass.
Simple. Because it's out of date with e621. Which for the most part is a good thing as long as it doesn't have the script bug. But who was updating e926 anyway? They should have at least noticed the missing tabs.
Updated by anonymous
the javascript error that made the respond button not work seems to have fixed itself for me
Updated by anonymous
API documentation: anonymous posting
The API documentation says:
comment[anonymous] Set to 1 if you want to post this comment anonymously.
I just tried this and got the following error:
http://pastebin.com/y09yQ2v9
(I'm using pastebin because "414 Request-URI Too Large", yours truly, "nginx/1.4.1")
- Please remove the line about anonymous comments from the API documentation
- I tried to create the comment with /comment/create.json, but e621 gave me an HTML response when I was expecting JSON :-(
Updated by anonymous
Falord said:
Simple. Because it's out of date with e621. Which for the most part is a good thing as long as it doesn't have the script bug. But who was updating e926 anyway? They should have at least noticed the missing tabs.
I remember times when there was no bar with likes/favorites/rating under each thumbnail. However I don't remember times when the site didn't have forum, and pools. E926 have former feature, so it is updated. Even better - it has Blip tab, which wasn't added that long ago. Apparently it is updated only partially.
Updated by anonymous
Gilda_The_Gryphon said:
I remember times when there was no bar with likes/favorites/rating under each thumbnail. However I don't remember times when the site didn't have forum, and pools. E926 have former feature, so it is updated. Even better - it has Blip tab, which wasn't added that long ago. Apparently it is updated only partially.
Part of this also is the fact that e926 is a pretty quick and dirty version of e621 that automatically hides all questionable and explicit posts. The site does this (to my knowledge) by just checking a post's rating and seeing if it's "safe" or not.
e926.net is considered to be "safe for work", which means that parts of the site that we can't even remotely guarantee are safe for work have to have their access restricted. There is no way we can say that e926 is "safe for work" while still giving completely open access to other areas that are obviously going to be NSFW.
And yes, currently even the way e926.net works right now doesn't even guarantee that it's completely safe for work. As I said, it's quick and dirty. :P The bottom line is it's simply not intended to be used like e621 is, it's just there if you need a SFW version of e621 for whatever reason.
Updated by anonymous
I'm having troubles to log myself in again, I got logged out and when I tryed to come back, it just kept saying "incorrect password" even though it's correct (checked because right now I'm logged in into e926, but I can't in e621)... any advice? :/
Updated by anonymous
I second this. Tried several times, and was absolute sure it was the right one. I thought someone might have stolen the account, so I changed the password and now I'm in.
Updated by anonymous
Those issues happened because your session cookie is out of date with the site cookies. Press Ctrl+F5 to request a new page from the server, and all should be good.
Updated by anonymous
EDFDarkAngel1 said:
Those issues happened because your session cookie is out of date with the site cookies. Press Ctrl+F5 to request a new page from the server, and all should be good.
Thanks! :3
Updated by anonymous
EDFDarkAngel1 said:
Those issues happened because your session cookie is out of date with the site cookies. Press Ctrl+F5 to request a new page from the server, and all should be good.
Didn't work for my desktop.
Funny because I'm writing this from my laptop which shares the same internet connection and browser configuration.
Updated by anonymous
MaDrow said:
Didn't work for my desktop.
Funny because I'm writing this from my laptop which shares the same internet connection and browser configuration.
That's weird. There are other things I would try, like CCleaner and cleaning out your cache and cookies. If it continues to be a problem, contact me and we'll work through it.
Updated by anonymous
Everyone still has the java error....commenting or faving images is 50/50
Updated by anonymous
Conker said:
Everyone still has the java error....commenting or faving images is 50/50
I haven't had any java issues besides the loggin in thingy today.
Updated by anonymous
Butterscotch said:
I haven't had any java issues besides the loggin in thingy today.
Its 50/50 for me, some threads I can reply to, others I cant :/ and this is only 10 mins ago since I saw this problem again
Updated by anonymous
The java error is still being worked on, as of a couple of hours ago.
The issue with the 500s was separate, and that's fixed for now.
Updated by anonymous
Everyone still has the java error
I haven't had any java issues
The java error is still being worked on
http://www.akawebdesign.com/blog/2009-09-29/java-vs-javascript.jpg
Updated by anonymous
Gilda_The_Gryphon said:
http://www.akawebdesign.com/blog/2009-09-29/java-vs-javascript.jpg[/quote]heh :P
Updated by anonymous
I can't even login now. I'm using e926 at the moment and Crtl+F5 doesn't help.
Updated by anonymous
my blacklist no longer works on iOS Chrome. It does work on iOS Safari and on my PC
Updated by anonymous
I had to reset my password just to log on - anyone else having this issue?
Updated by anonymous
VinylScratch said:
I had to reset my password just to log on - anyone else having this issue?
Read page 19 :P
Updated by anonymous
VinylScratch said:
I had to reset my password just to log on - anyone else having this issue?
I'm having that same issue as well. I find reload often lets me login.
Updated by anonymous
When attempting to access: https://e621.net/wiki/show?title=breasts
I see the following:
ActiveRecord::StatementInvalid in WikiController#show PGError: ERROR: canceling statement due to statement timeout : SELECT posts.* FROM "posts" JOIN posts_tags ON posts_tags.post_id = posts.id JOIN tags ON tags.id = posts_tags.tag_id WHERE (tags.name = 'breasts' AND posts.status <> 'deleted') ORDER BY posts.id DESC LIMIT 8 RAILS_ROOT: /home/e621/e621-production Application Trace | Framework Trace | Full Trace /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract_adapter.rb:227:in `log' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/connection_adapters/postgresql_adapter.rb:520:in `execute' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/connection_adapters/postgresql_adapter.rb:1002:in `select_raw' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/connection_adapters/postgresql_adapter.rb:989:in `select' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/query_cache.rb:81:in `cache_sql' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/base.rb:665:in `find_by_sql' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/base.rb:1582:in `find_every' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activerecord-2.3.18/lib/active_record/base.rb:619:in `find' /home/e621/e621-production/app/models/post_methods/sql_methods.rb:6:in `find_by_tag_join' /home/e621/e621-production/app/presenters/wiki_page_presenter.rb:10:in `initialize' /home/e621/e621-production/app/controllers/wiki_controller.rb:110:in `new' /home/e621/e621-production/app/controllers/wiki_controller.rb:110:in `show' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/base.rb:1333:in `send' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/base.rb:1333:in `perform_action_without_filters' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/filters.rb:617:in `call_filters' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/rescue.rb:160:in `perform_action_without_flash' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/flash.rb:151:in `perform_action' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/base.rb:532:in `send' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/base.rb:532:in `process_without_filters' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/filters.rb:606:in `process' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/base.rb:391:in `process' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/base.rb:386:in `call' /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-2.3.18/lib/action_controller/routing/route_set.rb:438:in `call' Request Parameters: {"title"=>"breasts"} Show session dump Response Headers: {"Cache-Control"=>"no-cache", "Content-Type"=>"", "Set-Cookie"=>"blacklisted_tags=blood&jasonafex&washa&adam_wan+animated&fav%3Ahalite; path=/\nblacklist_avatars=true; path=/\nblacklist_users=false; path=/"}
Updated by anonymous
Atom feed redirects me to source pages instead post.
Eg. to http://www.furaffinity.net/full/10745450/ instead https://e621.net/post/show/387040 .
Is it normal or bug?
Updated by anonymous
Halite said:
{"Cache-Control"=>"no-cache", "Content-Type"=>"", "Set-Cookie"=>"blacklisted_tags=blood&jasonafex&washa&adam_wan+animated&fav%3Ahalite; path=/\nblacklist_avatars=true; path=/\nblacklist_users=false; path=/"}
You've blacklisted your own favorites?
Updated by anonymous
Tons of errors today, from trying to mark all forum topics as read to saving changes to a post.
Also, any eta on the alias creation bug being fixed? It's really frustrating.
Updated by anonymous
Here, let me help you guys with these, I think you need it.
EDFDarkAngel1 said:
That's weird. There are other things I would try, like CCleaner and cleaning out your cache and cookies. If it continues to be a problem, contact me and we'll work through it.
Sounds like the database ran out of connections~~
Halite said:
When attempting to access: https://e621.net/wiki/show?title=breastsI see the following:
<snip>
Error handling code still deleted?
The java error is still being worked on, as of a couple of hours ago.
The issue with the 500s was separate, and that's fixed for now.
yet no one's thought of rebuilding the application. Strange. Also lol Java
Updated by anonymous
I'm not sure whether this has already been reported but I'm getting a behavior in Chrome where the blacklist quickmenu is coming up behind the images in the Post tab, which makes it quite useless.
I'm sure I could meddle in Stylish to fix it, but this really should be touched up for everyone.
Updated by anonymous
Naydian said:
Atom feed redirects me to source pages instead post.
Eg. to http://www.furaffinity.net/full/10745450/ instead https://e621.net/post/show/387040 .
Is it normal or bug?
Source links are included in the Atom feed as a "related" link, so maybe your feed reader is picking up the wrong link?
Updated by anonymous
Is anyone getting a code script when they go to see the tag history? Because I am just getting this ever time I click on it { Using Chrome }
Updated by anonymous
Deatron said:
Is anyone getting a code script when they go to see the tag history? Because I am just getting this ever time I click on it { Using Chrome }
Same here.
NoMethodError in Post_tag_history#index Showing app/views/post_tag_history/index.html.erb where line #41 raised: undefined method `each_with_index' for nil:NilClass Extracted source (around line #41): 38: </thead> 39: 40: <tbody> 41: <% @change_list.each_with_index do |change,i| %> 42: <tr id="r<%= change[:change].id %>" > 43: <td><%= link_to change[:change].post_id, :controller => "post", :action => "show", :id => change[:change].post_id %></td> 44: <td><span title='<%= change[:change].created_at.strftime("%b %d, %Y %I:%M %p") %>'><%= change[:change].created_at.strftime("%b %d") %></span></td> RAILS_ROOT: /home/e621/e621-production Application Trace | Framework Trace | Full Trace /home/e621/e621-production/app/views/post_tag_history/index.html.erb:41:in `_run_erb_app47views47post_tag_history47index46html46erb' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_view/renderable.rb:34:in `send' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_view/renderable.rb:34:in `render' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_view/base.rb:306:in `with_template' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_view/renderable.rb:30:in `render' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_view/template.rb:205:in `render_template' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_view/base.rb:265:in `render' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_view/base.rb:348:in `_render_with_layout' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_view/base.rb:262:in `render' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:1252:in `render_for_file' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:936:in `render_without_benchmark' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:51:in `render' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:51:in `render' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:1328:in `default_render' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:1334:in `perform_action_without_filters' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:617:in `call_filters' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/rescue.rb:160:in `perform_action_without_flash' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/flash.rb:151:in `perform_action' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:532:in `send' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:532:in `process_without_filters' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:606:in `process' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:391:in `process' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:386:in `call' /usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/routing/route_set.rb:438:in `call' Request Parameters: {"post_id"=>"387681"} Show session dump Response Headers: {"Content-Type"=>"text/html", "Set-Cookie"=>"blacklisted_tags=; path=/\nblacklist_avatars=true; path=/\nblacklist_users=false; path=/", "Cache-Control"=>"no-cache"}
Updated by anonymous
Deatron said:
Is anyone getting a code script when they go to see the tag history? Because I am just getting this ever time I click on it { Using Chrome }
It's my understanding that this section of the site has been temporarily disabled due to it causing performance issues server-side. I guess this is just how Varka decided to disable it. :P
Updated by anonymous
Char said:
It's my understanding that this section of the site has been temporarily disabled due to it causing performance issues server-side. I guess this is just how Varka decided to disable it. :P
Well, that's... annoying.
Updated by anonymous
tony311 said:
Source links are included in the Atom feed as a "related" link, so maybe your feed reader is picking up the wrong link?
I've checked 3 or 4 feed readers and only one is picking up the correct link.
Updated by anonymous
Black Listing doesn't seem to be working at the moment past page 1 when you go through the regular post section
Updated by anonymous
DanridarGFrederick said:
Black Listing doesn't seem to be working at the moment past page 1 when you go through the regular post section
Seems like it's the same reason as forum #79988. So temporary solution is searching for *
Broken post seems to be post #387962 by toh.
Updated by anonymous
Bug: I'm getting a (non harmful) error on the Blacklisted Tags box when typing something.
Expected behavior: No errors at all?
Actual behavior: This at any key press:
https://e621.net/javascripts/application-min.js?1381261262 Uncaught exception: TypeError: Cannot convert '$('aliased-blacklist-length').innerHTML.match(/(\d+) \//)' to object Line: 1008
This happens when the "Aliased Length" field has the ??? but doesn't when it has a number.
Steps to duplicate: Type anything and look at your error console.
yay! Formalities!
Also, no, I don't have the error console always open. I have a script that displays errors in page as they happen (to know when e621's JSs dies)
Updated by anonymous
Gilda_The_Gryphon said:
Broken post seems to be post #387962 by toh.
How does that post have comments? Lol I thought it wasn't possible to view them before they were fixed.
Edit (42 mins later): seems the post is fixed now.
Updated by anonymous
Trying to look at tag history on posts results in a page that reads
NoMethodError in Post_tag_history#index
Updated by anonymous
DragonRanger said:
Trying to look at tag history on posts results in a page that readsNoMethodError in Post_tag_history#index
Updated by anonymous