Donmai

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

@Provence said:

I really don't know if it is me or Danbooru that makes the mistake, but it is really annoying that if use I the bookmarklet for DeviantArt, that I don't get the artist name. Sure, I know all artist names of the artists I follow on DeviantArt, but it is still not good when I can't just click the artist name.

Artist finding should work if you use one of these URLs:

It doesn't work if you use an URL like this:

If you use it on an URL like that it returns twkr (suguro-m), nadezhd, moname, aosora (mizore) because of issue #2696. Those artists have a http://www.deviantart.com/download/* URL in their artist entry which is incorrectly matched. That's wrong, dA artists should only have an URL like http://fisne.deviantart.com/ in their artist entry.

evazion said:

Artist finding should work if you use one of these URLs:

It doesn't work if you use an URL like this:

If you use it on an URL like that it returns twkr (suguro-m), nadezhd, moname, aosora (mizore) because of issue #2696. Those artists have a http://www.deviantart.com/download/* URL in their artist entry which is incorrectly matched. That's wrong, dA artists should only have an URL like http://fisne.deviantart.com/ in their artist entry.

Well, it is the following:
I go to every picture on DeviantArt the same way: By the mainpage and sometimes by using the Follower list.
But sometimes, Danbooru it picking the correct artist name and sometimes it is picking those four names. Although I click on every image the same way and that is kinda confusing.

evazion said:

@Provence: What page are you using the bookmarklet on? If you use the bookmarklet on http://fisne.deviantart.com/art/fog-638506684 it should work. Some dA posts have a "Download" link on the right side of the page that opens the full size image, but you don't have to use that for the bookmarklet to work.

Indeed. I've always used the bookmarklet from this page and sometimes it gave me the correct artist name and sometimes those four other names.
I also don't use the download links, because I know that the bookmarklet is grabbing the full size.

andalus said:

like post #2584085 and post #2584079 but i can find artis from another seiga like post #2584089

another post from seiga that i cant find artis post #2583784

Initially thought thought it might be an issue with the artist entries, but even after updating and normalizing all of the Seiga entries, it still failed to pull up the artist name as indicated by Andalus above. The links below are what was used for the bookmarklet...

post #2583784, http://seiga.nicovideo.jp/seiga/im6368853 , nanase-san_(honey be), artist #101314
post #2584089, http://seiga.nicovideo.jp/seiga/im6368677 , yucchan_(drizzle star), artist #76427

I noticed that when I tried searching using the artists controller, both Artist's URLs were unable to bring up the artist entry, even though the search term matched what was in the URLs field exactly.

So...???

I don't know why this would make a difference, but I noticed that both Claverhouse and g3gen are Platinum-level accounts...

I searched the last 500 comments...

http://danbooru.donmai.us/comments?group_by=comment&limit=500

...and the last comment from a Platinum-level account was 22 hours ago (comment #1626977), 1 hour before the latest commit went live (ref forum #124672).

Unfortunately, Testbooru isn't updated with the latest commit, so I'm unable to test this theory out there... :(

Updated

BrokenEagle98 said:

Initially thought thought it might be an issue with the artist entries, but even after updating and normalizing all of the Seiga entries, it still failed to pull up the artist name as indicated by Andalus above. The links below are what was used for the bookmarklet...

post #2583784, http://seiga.nicovideo.jp/seiga/im6368853 , nanase-san_(honey be), artist #101314
post #2584089, http://seiga.nicovideo.jp/seiga/im6368677 , yucchan_(drizzle star), artist #76427

I noticed that when I tried searching using the artists controller, both Artist's URLs were unable to bring up the artist entry, even though the search term matched what was in the URLs field exactly.

So...???

and now i cant searching yucchan_(drizzle star), artist #76427 XD

Here's a new one: visiting any user's profile page, my own included, gives me only this:

Show
ActiveRecord::StatementInvalid exception raised
PG::UndefinedTable: ERROR: relation "pool_versions" does not exist LINE 5: WHERE a.attrelid = '"pool_versions"'::regclas... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"pool_versions"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
app/models/user.rb:677:in `pool_version_count'
app/presenters/user_presenter.rb:186:in `pool_version_count'
app/views/users/_statistics.html.erb:90:in `_app_views_users__statistics_html_erb__3086056033771310982_69876580860480'
app/views/users/show.html.erb:5:in `_app_views_users_show_html_erb__4417819415042541892_69876580792340'
app/controllers/users_controller.rb:41:in `show'

Only the numbers at the two app/views/users rows at the bottom change from profile to profile, the rest is the same text in every profile page.

Yeah

Fred1515 said:

Here's a new one: visiting any user's profile page, my own included, gives me only this:

...

Only the numbers at the two app/views/users rows at the bottom change from profile to profile, the rest is the same text in every profile page.

Yeah, there was a recent commit that probably has something to do with it. Created issue #2812.