banner_jpg
Username/Email: Password:
Forums
Search Results
These are all posts ordered by last posting time.
Post
Categories (Tags) Bug Thread
(585 posts, 85628 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
Hi angelhalo.

Thanks for your report. Pages 26-58 seem to be working for me. What exact error were you getting?

As for the duplicates, this has to do with the way our elasticsearch query is working. I've identified the cause, but am not sure of an easy way to fix it at this...
Permission To Use MU Tags Data - Please!
(2 posts, 387 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
Hi,

Our acceptable use policy is on the API page. What you want to do is not prohibited, provided it doesn't contribute to illegal activities, defraud or trick users, etc. You also have to include an attribution.
Site Update - Please help report bugs
(366 posts, 16912 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
Yup. That's fixed now. Thanks!
Site Update - Please help report bugs
(366 posts, 16912 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
You must have a really small screen... I think that's the best I can do for now.
Site Update - Please help report bugs
(366 posts, 16912 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
I removed the "Previous Page" button on mobile ...
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
Can you point me to some other examples of existing apis that use the cors settings you want to implement? I'd like to look at their headers, and also read their documentation to see any concerns or configuration differences they have.
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
Hi,

This has been requested before. We are still evaluating any potential security vulnerabilities and concerns involved in such an approach.

Our current design plan is such:
- Allow all non-authenticated actions with ACAO: *
- Read origin header when user executes login req...
Site Update - Please help report bugs
(366 posts, 16912 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
I've updated the category searching ... Let me know if it works for you.

Edit: The reason it's complicated is that there is no categories "table". When you search for a category in the categories section, it's actually an aggregation query on the nested tags lists that are...
Site Update - Please help report bugs
(366 posts, 16912 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
It was for performance reasons... I'll try to see if I can do something about it, as others have complained.
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
The ID you used was the base36 encoded ID. Just decode it and use the integer value.
I made a cover preview userscript :p
(39 posts, 7740 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
I don't know how the script works, but it would be nice if someone could recode it to work with the API. You can easily get the image cover URL like so: https://api.mangaupdates.com/v1/series/17360452316
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
Hi,

Here are the possible values: 5,10,15,25,30,40,50,75,100

This is how it was in the legacy site, and we brought it over. It's probable that we could enable users to select whatever values they want, and I will consider it in the future. For now, 5 is the minimum.
We Need Your Help!
(76 posts, 7914 views) Posted: about 1 year ago by Manick in News
Once again, thank you all for your suggestions! They will help evolve our experience and keep MU relevant.
Bug: Inaccurate series count in member list
(1 posts, 399 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
While I could definitely see this as a bug, I'm hesitant to remove it. Someone's contributions, even if they aren't accepted, are still contributions. If someone starts to abuse the system, it'll become obvious and we can ban them. I'll keep this in mind, however. We defi...
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
Quote from romdierom
How about a field for description without any HTML tags?

You can use the unrenderedFields option, but other than that you can strip the tags easily... I've been wanting to move to markdown for editing, so at some point I will do a mass update.
We Need Your Help!
(76 posts, 7914 views) Posted: about 1 year ago by Manick in News
Thank you all for the great feedback! For anyone who still has thoughts, please don't hesitate to let us know what they are. If MU is going to evolve, it's important we have community input.
Just saying hi and thanks!
(1 posts, 521 views) Posted: about 1 year ago by Manick in User Announcements
Hi! Welcome and thank you for the kind words!
We Need Your Help!
(76 posts, 7914 views) Posted: about 1 year ago by Manick in News
Quote from YuriM
First of all, you should allow to use old version of this site (user setting).

Now that we are 100% API driven, we should be able to keep this version around without too much trouble.
We Need Your Help!
(76 posts, 7914 views) Posted: about 1 year ago by Manick in News
Hello fellow readers,

MU is showing it's age. After 18 years, we still have the same design and user experience from 2004. The web and the world have moved on, and we are having a difficult time pinpointing our place in today's community. We need your help to define how we...
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
https://github.com/OpenAPITools/openapi-generator

OpenAPI Generator is a good tool for generating clients from API definitions for multiple languages.

You can point it at the API Definition here: https://api.mangaupdates.com/openapi.yaml
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
All we want to prevent is enumeration of the database, because it's extremely heavy on our servers. That means we don't want folks to just run 200k GET requests, from 1-200k, all at once. If you scrape a page occasionally or on demand when you want to find the new ID, we ...
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
I want to discourage scraping as it really reduces the performance of the site for others. I know some people will scrape the pages and get the new ids, but I don't want to make it easy because that's not the way I want people to use the API. I prefer people to use the se...
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
One can be accessed by others publicly, and the other one is for access by you only...
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
I fixed it.. I'll try to figure out why it didn't automatically work.
MangaUpdates API Comments/Suggestions/Bugs
(121 posts, 37827 views) Posted: about 1 year ago by Manick in Suggestions & Bugs
So you want the date and the link added back?

Pages (84) [ 1 2 3 4 5 6 7 ... ]

Search Again  Back to forums