Danbooru

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

I'm not sure if this issue is new or possibly related to issue #3762, but when I upload images from twitter via the batch uploader, the source is set to the direct image link rather than the twitter post. I have to set the twitter link manually after uploading, as changing the source in the initial tagging/upload step removes the commentary.

I know that for pixiv sources, the source is the direct image, but the post links to the pixiv post, are twitter sources supposed to behave like that as well?

there is some way of uploading images without having to use the new system, when trying to upload images from my PC the new system stops whenever the image weighs more than 8 mb or is that a limit was set for the weight of the images ?

I would appreciate if you could clarify this doubt that I have for several days

If the new system doesn't work for you, try using the old one for now until the bugs are worked out. Here's the CSS code for bringing it back.

#c-uploads #a-new #filedropzone {
    display: none;
}
#c-uploads #a-new .input.fallback {
    display: block;
}

A commit was pushed for issue #3767 but Danbooru still fails to upload with both the file and source boxes filled, prioritizing returning an error for md5 mismatching first and foremost before the file box, so any site where the auto-extracted image (or can't auto-extract) does not match the file (Twitter, patreonesque sites, e-h, etc...) fails the upload.

CodeKyuubi said:

A commit was pushed for issue #3767 but Danbooru still fails to upload with both the file and source boxes filled, prioritizing returning an error for md5 mismatching first and foremost before the file box, so any site where the auto-extracted image (or can't auto-extract) does not match the file (Twitter, patreonesque sites, e-h, etc...) fails the upload.

I left a comment on GitHub.

Getting a fair amount of "Error 502 Bad Gateway" errors over the past week or so. It isn't consistent; sometimes it happens once or twice, then nothing for the rest of the day. At one point, it was happening every time I tried to look at a different page, lasting anywhere from 15-30 seconds each time. It was so bad, it wouldn't even let me post a question about it here on the forum. It's nowhere near that intense right now, but it is happening a bit more than it has in the past few days. Unfortunately, as it IS so inconsistent, I'm not sure if the problem can be pinned down at all.

There's something that's been bugging me for a while, which i don't know if it's actually connected to Danbooru or if it can be fixed but, here goes:

In the image edit mode, you start typing a tag, 3 letters in the right one appears in the suggestion list.
If for some reason you missclick on the way and end up somewhere else in the box, the tag will be entered there.
That's ok, my problem is when trying to revert that.

Clicking Ctrl+Z, that tag which was inserted isn't reverted, instead the last batch of written letters is removed and you end up with 3 badly written tags now.

keonas said:

There's something that's been bugging me for a while, which i don't know if it's actually connected to Danbooru or if it can be fixed but, here goes:

In the image edit mode, you start typing a tag, 3 letters in the right one appears in the suggestion list.
If for some reason you missclick on the way and end up somewhere else in the box, the tag will be entered there.
That's ok, my problem is when trying to revert that.

Clicking Ctrl+Z, that tag which was inserted isn't reverted, instead the last batch of written letters is removed and you end up with 3 badly written tags now.

There's already a whole bunch of programming wizardry going on as-is under the covers just to even work the way it does. TBQH trying to account for the scenario you described sounds like a programming nightmare.

My suggestion would be to not use Ctrl-Z, which up until now I didn't even consider as a possibility so I've never used it. If you make a mistake, then fix it manually.

BrokenEagle98 said:

There's already a whole bunch of programming wizardry going on as-is under the covers just to even work the way it does. TBQH trying to account for the scenario you described sounds like a programming nightmare.

My suggestion would be to not use Ctrl-Z, which up until now I didn't even consider as a possibility so I've never used it. If you make a mistake, then fix it manually.

Ofc, you do always fix it manually Ctrl-z was the only auto option.
I only found this interaction because of the weird auto-insert interaction though. (you'd expect the new text to be inserted at the end as it used to)

Btw, how have you never tried to Ctrl-Z so far? It works in pretty much any textbox so i just instinctively did it the 1st time.

For some reason when I precache a file to upload and come back to it later after some time, even though I left the source box blank from the very beginning, I still get a md5 mismatch error. Md5 mismatching with what?

Not sure if this deserves a separate topic, but the format of DeviantArt links changed a few days ago and have caused incorrect artists to be suggested. Instead of username.deviantart.com, they are now deviantart.com/username as explained here.

忍猫 said:

Not sure if this deserves a separate topic, but the format of DeviantArt links changed a few days ago and have caused incorrect artists to be suggested. Instead of username.deviantart.com, they are now deviantart.com/username as explained here.

issue #3771

Could we please add to the post-upload notices a message telling the user that sources are REQUIRED and they cannot ignore the source field if they include none?

I believe this will help mitigate the number of posts without a source which is a very large amount right now. The state of those posts make it a really large task to find sources and artists tags.

chinatsu said:

Could we please add to the post-upload notices a message telling the user that sources are REQUIRED and they cannot ignore the source field if they include none?

I believe this will help mitigate the number of posts without a source which is a very large amount right now. The state of those posts make it a really large task to find sources and artists tags.

Without going to deep, I believe I stated it best in forum #141428. Although this isn't the right topic for a discussion on that, so perhaps some alternatives could be discussed in a separate topic?