We are currently experiencing payment processing issues. Our team is working to resolve the problem as quickly as possible. Thank you for your patience
Seems like the API was recently updated...
0
waterflame
FAKKUDL.NET
I'm not sure what you are talking about exactly but I have noticed a thing or two... like the thumbnails for the tag page... weren't they fucked up before?(I normally only use /index/page/ & /manga/... + /doujin.../... + /.../.../read) I asked because I have code where I was removing something of the front of the string.
0
In what aspect has it changed?
Looks like quite a few fields have been removed from user profile (the online field doesn't exist anymore, neither does the timezone field, nor the width and height of avatars) and probably other places. I'm in the process of cleaning up my go library right now and further testing is required.
go test returns this in my test suite as having issues:
- Categories/Index returns empty
- Forum/Topics returns 503
- Forum/Posts returns 503
- User/Favorites returns 503
I'm wondering if the 503 isn't actually an error, let me try it out on the User/Favorites part.
EDIT: Nope it is a legitimate 503
Looks like quite a few fields have been removed from user profile (the online field doesn't exist anymore, neither does the timezone field, nor the width and height of avatars) and probably other places. I'm in the process of cleaning up my go library right now and further testing is required.
go test returns this in my test suite as having issues:
- Categories/Index returns empty
- Forum/Topics returns 503
- Forum/Posts returns 503
- User/Favorites returns 503
I'm wondering if the 503 isn't actually an error, let me try it out on the User/Favorites part.
EDIT: Nope it is a legitimate 503