[ b / kemono / coomer ]

/kemono/ - kemono.party

Kemono Development and Discussion
Name
Email
Subject
Comment
Verification
File
Password (For file deletion.)

 No.57455[View All]

>Your username is and was always lowercase, it's just that we stopped casting it to lower case on the backend.
Correction: If your account was created after 2023-09-03(September 3rd), the username is all lowercase in the database. Before that, it's wild west. So we can't even force cast usernames to lowercase on login. Shit's fucked. Welcome to legacy bullshit.

Forgot your password? https://keepassxc.org/

For failing imports, enable debugging and provide any part the import ID.

Old thread: >>54251
450 posts and 9 image replies omitted. Click reply to view.

 No.58858

> be me
> making new bad words
> schiznoesia
> indonigger
> pooplipines
> peelipines
> shitlipines
> indoneshitya
> feelsgoodman.jpeg

 No.58860

Real kid hours

>>58856
Rekt, now we can put the kid to sleep

 No.58862

>>58841

indonigger calls indonigger, recursive indoningger

why are you so brown like indian? at least indians are better in stem unlike indonigger

 No.58863

>>58857
jesus christ how is this website so broken

YOU HAVE TO TRY TO BE THIS INCOMPETENT, WHAT A SHITTY ADMIN

 No.58868

Anyway, I would like to fix Fantia importer, is that not possible?

 No.58869

>>58868
You want to take over on the coding tasks? Sure bro, thanks and good luck!

 No.58875

>>58858
> schiznoesia

How did you manage to misspell your own made-up word?

 No.58877

>>58875

> be me

> someone noticed misspelling on my made up word
> mfw misspelling

indonigger

 No.58880

Getting this error on every discord
Name:

TypeError

Message:

Object.groupBy is not a function

 No.58883

just wanted to mention that Deviantart has had paywalls for a long time now, and it would be very good if KP had an importer for that someday

 No.58884

>>58883

waste of time really

most of shits on DA are slop anyway

 No.58886

>>58883
Sure, go ahead and code it. Now that artists can instantly nuke links with the blessing of the site, it'll be a fun watch!

 No.58889

The devs just keep fucking up. Some API endpoints are now gzip compressed… bitch wtf.. I've never encountered an API that required you to inflate the response content

 No.58891

>>58880
More specifically,
Object.groupBy is not a function. (In 'Object.groupBy(e,l=>{let u=l.path.split(".")[1];return i2.includes(u)?"images":s2.includes(u)?"videos":"downloads"})', 'Object.groupBy' is undefined)
Interestingly, it’s not actually every one of them, but I can’t tell what separates the broken and working ones
Ex.
https://kemono.cr/discord/server/1290640672574931064/1290642192959803475 - Working
https://kemono.cr/discord/server/483768760369545236/1125468367239790642 - Broken
https://kemono.cr/discord/server/818188637329031199/1017244393624838194 - Working
https://kemono.cr/discord/server/479100433755799562/1190809242886750208 - Broken

 No.58898

Error

Originated from:

Server (no need to report since owner should be aware of it)

Page:

/patreon/user/4097237/post/61773615

Name:

Error

Message:

API is in maintenance or not available.

Request:

URL:

https://kemono.cr/api/v1/patreon/user/4097237/post/61773615

Method:

GET

Response:

Status code:

503

Type:

basic

 No.58899

>>58898

> Server (no need to report since owner should be aware of it)


must be an indonigger to have this level of illiteracy

 No.58900

Error

Originated from:

Server (no need to report since owner should be aware of it)

Page:

/patreon/user/4097237/post/61773615

Name:

Error

Message:

API is in maintenance or not available.

Request:

URL:

https://kemono.cr/api/v1/patreon/user/4097237/post/61773615

Method:

GET

Response:

Status code:

503

Type:

basic

 No.58901

Error

Originated from:

Server (no need to report since owner should be aware of it)

Page:

/account/favorites/artists

Name:

Error

Message:

API is in maintenance or not available.

Request:

URL:

https://kemono.cr/api/v1/account/favorites?type=artist

Method:

GET

Response:

Status code:

503

Type:

basic

 No.58903

To heap some more crap on this shit sundae, the Fanbox importer is not detecting any posts at all currently, even with a new key. It's not even saying it's skipping them due to being unchanged, it's just not seeing any posts at all.

 No.58904

>>58903
Import ID Segment: *-**-4b42-9c35-fc4a31830359

 No.58906

Has anyone found a workaroud for gallery-dl now that it can't even download using the links of the individual posts?

 No.58911

is there any way to get back the password from my account. Just lost all my saved passwords

 No.58912

How much did they pay you to sabotage your API? We do not cater to artists, yet now anyone can nuke anything instantly the way the API "works".

Is Kemono a sellout site or is this the new like a broken record doomposting?

 No.58916

>>58911
Session recovery. Backup first, don't trust the site.

 No.58918

>>58916
>Session recovery
no session. only 404 error. i dont have any old stuff. had to completely reformat ssd

 No.58920

I have a suggestion if it's not too much trouble. Do you think you could fix the edited comments? The comment edit popup shows the same timestamp for the entire list and the content isn't up-to-date with the API, even for extremely old posts that don't have stale comments and have been recently reimported (no errors on import either, so it's on the website side).

That would be really appreciated if you can, thanks! It's been a problem for years.

 No.58924

>>57455
Legacy fanbox links (with an @, the ones you get when you follow or support) aren't caught by the regex that redirects the braindead channers. Not a big deal since those of us with one live neuron can just put the ID but thought you'd like to know. Probably happens to some more convoluted paytreon links too.

Random idea: Redirect them to malware instead if they click :D

 No.58925

>>58906
TL;DR: Request headers must accept 'text/css' since admin uses mock CSS.

The explanation the admin gave:
>If you want to scrape, use "Accept: text/css" header in your requests for now. For whatever reason DDG does not like SPA and JSON, so we have to be funny. And you are no exception to caching.

Add this to your .conf file, verbatim, for the kemono extractor (you'll see a section with "kemono":{ }) - indentation does not matter, this is not Python, just make sure you properly close braces, quotes and put colons and commas to adhere to proper JSON for your configuration file.

"headers":{"Accept":"text/css"}

Add a comma depending on where you place it in the curly braces and run gallery-dl again.

If you prefer, you can use -o headers (run gallery-dl –help for all flags) directly in the prompt.

 No.58926

>>58925

> this is not Python


Python or not, doesn't excuse you to not properly write a clean code. Always indent. Because "Beautiful is better than ugly" as defined in the Zen of Python.

Zen of Python is not limited to Python, it's the way of better life.

 No.58927

What the hell is this?
Failed to fetch due to client settings.
This appears whenever I try to search artists.

 No.58934

>>58927

> What the hell is this?

> Failed to fetch due to client settings.
> This appears whenever I try to search artists.

> Failed to fetch due to client settings.

> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.
> Failed to fetch due to client settings.

idk what you expect, you're using the search feature, allow script or let the page to load completely first ffs

 No.58937

Indoniggers are posting cheese pizza links here:

>>58849


>>58754

 No.58938

Is this the dedicated rεqυεsτ thread?

 No.58941

>>58938

yes, it's on 127.0.0.1:8080

 No.58942

>>58934
What do you want punk?
If you are not helping then get lost.

 No.58944

>>58884
I doubt Patreon is much better

 No.58947

>>58944
As much as I loathe DeviantShart, we indeed have evidence of this every single day. Sloppers push their shit everyway AND paywall it too. Imagine pushing gens without even cleaning them up, and making people pay for it.

Which they do. Mindblowing.

 No.58949

>>58942

> If you are not helping…


No one can help you if the issue is YOU.

That error only happens with 2 things, really:

- You have an adblocker blocking javascript from running
- You're using the search function as soon as the page loads, assuming you were not even waiting the progress bar from the browser to complete itself or the loading indicator from the page itself, search function needs javascript to work, and loading speed of it depends on how shitty your internet is

Re-read my reply, I said the same thing except less verbose than this.

 No.58950

>>58944

If you're seeking something is better, Patreon is definitely better, but since you're thinking it is less better because it has slop too albeit less than dickviantfart (15% vs 99%), you're not asking for something better, you're asking for something flawless.

And something flawless only exists in your dream.

 No.58954

>>57455
NOT having a good day.

Everyday I go and check out the last 24 hours of the "recent artists" page, but yesterday I was too busy to get the time, so I went to do a catchup today.

51 hours worth of stuff to go through, each page containing as little as 8 minutes worth of real time imports (an hour is usually manageable).

Estimated I'd have to go through well over 100 pages (could be as high as the 300s).

Got to page 40 something, the profile pictures and background pictures stopped loading, which sucks because I don't always remember artist names (sometimes only the picture[s]).

Went from page 71 to 72 and the thing began to fail loading (as if there were an internet issue, there wasn't).

Even worse, I haven't even reached the chronological halfway point yet. This isn't some DDOS crap is it? Because if so it's badly implemented. (I mean, I saw the DDOS crap come up with some of the artist pages I'm opening on the side, though I intend not to go through the artist pages I'd opened until AFTER I covered the past 51 hours. Otherwise the whole process would be sabotaged harder)

The worst part, I'm trying to do a mission. Not for a fap but rather I'm hunting for certain content, and this shit make me lose out on being able to properly find it.

That combined with all the IRL stress I'd been dealing with throughout the day/week/month… Don't you ever just want to cry?

LAST MINUTE UPDATE: Okay so I just got back in and am now continuing on this long arse thing, still no profile/background pictures loading so still 3 quarters in the dark, and prone to crashing again…

Still… why do I have to carry the stone?

 No.58955

>>58950
wtf are you talking about

 No.58958

>>58927
>>58949
I had the same issue, turned out to be because certain API requests are blocked by one of the default filter lists in the adblock extension I use - uBlock Origin Lite

The offending filter list is EasyPrivacy which supposedly blocks privacy violating requests, but we see they added the rules in this commit:
https://github.com/easylist/easylist/commit/d6f8563465ee75ee327da199927ec3f910bde002

Looking around it seems this was the raised issue that triggered this:
https://github.com/AdguardTeam/AdguardFilters/issues/210328

Where it seems someone reported the "AI Jerk Off" side bar entry but the list maintainers blocked part of the API instead of defining a rule to remove the element. Searching the issues for mention of the two sites there's plenty of issues where they seem to selectively try to remove ads rather than trying to disrupt the intended behaviour so I assume this is a mistake rather than malicious.

Either way, you can resolve this by defining two new rules in uBlock as follows:
```

action:
type: allow
condition:
initiatorDomains:
- coomer.st
urlFilter: ||coomer.st/api/v1/creators|
id: 999999
priority: 999999

action:
type: allow
condition:
initiatorDomains:
- kemono.cr
urlFilter: ||kemono.cr/api/v1/creators|
id: 999999
priority: 999999

```

 No.58960

Make the CP a removal!!!! If boss see this in my call center because I am from Bangalore India then he make me suck the goat dick and eat goat shit!!!!

>>58849


>>58754

 No.58970

>>58960
didn't ask where were you from and where do you work at indinigger

 No.58972

>>58891

Likewise most discords I check have broken files. Really hope this can be fixed and that the files aren't just lost forever.

 No.58973

Pretty much every Discord with embedded videos is failing to load them. Hoping this can get looked at.

e.g.: https://kemono.cr/discord/server/967818772926832670/1089265238563627088

 No.58978

>>57455
why are the dates on all my favorites from the 1700s?

 No.58983

>>58954
you check this shit every day? bro go outside lol.

 No.58992

>>58983
I second that, it's literally useless to monitor kemono. Just import stuff if you feel like it, let shit run and go fuck it, I'm outta here. Have yet to see a single import id get debugged.

 No.58993

In closing, congratulations on wonderfully breaking the site, team!

https://imgflip.com/i/4s1c9i



[Return][Go to top] [Catalog] [Post a Reply]
Delete Post [ ]
[ b / kemono / coomer ]