danbooru / danbooru

A taggable image board written in Rails.
Other
2.26k stars 416 forks source link

Unable to replace images using pixiv fanbox URLs (status 403) #4316

Closed RaisingK closed 4 years ago

RaisingK commented 4 years ago

Attempting to replace post 3803729 with https://fanbox.pixiv.net/images/post/686294/jlkY26dFjpZCw0LbWJnSpcxZ.jpeg yielded "error: Downloads::File::Error - HTTP error code: 403 Forbidden"

I had to replace the image from File instead.

kuchenmitsahne commented 4 years ago

This appears to be a broader issue with uploading from Fanbox in general, as I'm encountering the same issue when using the bookmarklet. When attempting to upload an image from a post (https://pukara.fanbox.cc/posts/242152), the error I get is

IQDB error: Exception: image_error: Unknown image format.

With a direct image link (https://downloads.fanbox.cc/images/post/242152/BgUmbvJzwlVfQRBq22QBGQco.jpeg), I get

HTTP error code: 403 Forbidden

The first error simply seems to be a result of Fanbox changing its URL scheme. Before, post URLs were of the form

https://pixiv.net/fanbox/creator/[CREATOR_ID]/post/[POST_ID]

but now they're of the form

https://[CREATOR_NAME].fanbox.cc/posts/[POST_ID]

There's not a whiff of fanbox.cc in pixiv.rb or pixiv_api_client.rb, so the parser doesn't even recognize the URLs to begin with.

As far as the API calls are concerned, I think the relevant ones are

https://api.fanbox.cc/post.info?postId=[POST_ID]
https://api.fanbox.cc/creator.get?creatorId=[CREATOR_NAME]

Which yield responses of this nature

post.info JSON ```{ "body": { "id": "242152", "title": "年賀状2019", "coverImageUrl": "https://pixiv.pximg.net/c/1200x630_90_a2_g5/fanbox/public/images/post/242152/cover/3veJAfW8QIkcUxR9JxnUkP96.jpeg", "feeRequired": 0, "publishedDatetime": "2018-12-30T07:59:57+09:00", "updatedDatetime": "2019-01-01T13:55:25+09:00", "type": "image", "body": { "text": "", "images": [ { "id": "BgUmbvJzwlVfQRBq22QBGQco", "extension": "jpeg", "width": 1378, "height": 2039, "originalUrl": "https://downloads.fanbox.cc/images/post/242152/BgUmbvJzwlVfQRBq22QBGQco.jpeg", "thumbnailUrl": "https://downloads.fanbox.cc/images/post/242152/w/1200/BgUmbvJzwlVfQRBq22QBGQco.jpeg" }, { "id": "X1xojqibwDu7Beb5PQUgzoJY", "extension": "jpeg", "width": 1378, "height": 2039, "originalUrl": "https://downloads.fanbox.cc/images/post/242152/X1xojqibwDu7Beb5PQUgzoJY.jpeg", "thumbnailUrl": "https://downloads.fanbox.cc/images/post/242152/w/1200/X1xojqibwDu7Beb5PQUgzoJY.jpeg" }, { "id": "HDgAhYf2u9pca2S6uov6pE9d", "extension": "jpeg", "width": 1378, "height": 2039, "originalUrl": "https://downloads.fanbox.cc/images/post/242152/HDgAhYf2u9pca2S6uov6pE9d.jpeg", "thumbnailUrl": "https://downloads.fanbox.cc/images/post/242152/w/1200/HDgAhYf2u9pca2S6uov6pE9d.jpeg" }, { "id": "bAcgpVdDqzYNHxCQUsTxJB2t", "extension": "jpeg", "width": 1378, "height": 2039, "originalUrl": "https://downloads.fanbox.cc/images/post/242152/bAcgpVdDqzYNHxCQUsTxJB2t.jpeg", "thumbnailUrl": "https://downloads.fanbox.cc/images/post/242152/w/1200/bAcgpVdDqzYNHxCQUsTxJB2t.jpeg" } ] }, "tags": [], "excerpt": "", "isLiked": false, "likeCount": 4, "commentCount": 0, "restrictedFor": null, "user": { "userId": "14093123", "name": "PUKARA", "iconUrl": "https://pixiv.pximg.net/c/160x160_90_a2_g5/fanbox/public/images/user/14093123/icon/Kf1i59LuRfyIlcW4VB5emMo3.jpeg" }, "creatorId": "pukara", "status": "published", "commentList": { "items": [], "nextUrl": null }, "nextPost": { "id": "247493", "title": "ほのかとなぎさで描き初め", "publishedDatetime": "2019-01-04 00:03:53" }, "prevPost": { "id": "242150", "title": "響○太くん ", "publishedDatetime": "2018-12-30 07:54:38" }, "imageForShare": "https://pixiv.pximg.net/c/1200x630_90_a2_g5/fanbox/public/images/post/242152/cover/3veJAfW8QIkcUxR9JxnUkP96.jpeg" } } ```
creator.get JSON ```{ "body": { "user": { "userId": "14093123", "name": "PUKARA", "iconUrl": "https://pixiv.pximg.net/c/160x160_90_a2_g5/fanbox/public/images/user/14093123/icon/Kf1i59LuRfyIlcW4VB5emMo3.jpeg" }, "creatorId": "pukara", "description": "はじめまして PUKARAといいます。\r\n\r\nおねショタ系のアダルト作品を中心としたイラストを制作しています。\r\n\r\nセクシーなお姉さんにショタ(中◯生までの少年)が性的に弄ばれているシチュエーションが好きですが、可愛くてエロければ性別にこだわらない趣向なので、ショタ単体、男の娘(女装)の同性同士の絡みなども好んで描きます。\r\n\r\nまとまった作品(同人作品など)はまだ作っておりませんが、完成を目指して現在製作中ですので、支援してくださると有り難いです。", "hasAdultContent": true, "coverImageUrl": "https://pixiv.pximg.net/c/1620x580_90_a2_g5/fanbox/public/images/creator/14093123/cover/DpQfJqTsplhxBIjG9F1ivsDk.jpeg", "profileLinks": [ "https://www.pixiv.net/member.php?id=14093123" ], "profileItems": [ { "id": "qW5Mx4E8iv5EugwQRow39FY0", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/qW5Mx4E8iv5EugwQRow39FY0.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/qW5Mx4E8iv5EugwQRow39FY0.jpeg" }, { "id": "iSWSP73ShPrqTn6dNeag6Ywm", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/iSWSP73ShPrqTn6dNeag6Ywm.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/iSWSP73ShPrqTn6dNeag6Ywm.jpeg" }, { "id": "AV5iz2xFFBCgjU3yJy6DAzpq", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/AV5iz2xFFBCgjU3yJy6DAzpq.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/AV5iz2xFFBCgjU3yJy6DAzpq.jpeg" }, { "id": "MdsyfoGVd6Uz3DYRDBExNMXS", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/MdsyfoGVd6Uz3DYRDBExNMXS.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/MdsyfoGVd6Uz3DYRDBExNMXS.jpeg" }, { "id": "tLNeI8WN8BELsvJom41MQ7JQ", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/tLNeI8WN8BELsvJom41MQ7JQ.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/tLNeI8WN8BELsvJom41MQ7JQ.jpeg" }, { "id": "KEtIpwNUM1UI5gEh1Qb3qEpf", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/KEtIpwNUM1UI5gEh1Qb3qEpf.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/KEtIpwNUM1UI5gEh1Qb3qEpf.jpeg" }, { "id": "RbJFM4huj4A1IGGiZlLhwb3K", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/RbJFM4huj4A1IGGiZlLhwb3K.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/RbJFM4huj4A1IGGiZlLhwb3K.jpeg" }, { "id": "76K96Z4e3AgNXWrxWQR4torF", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/76K96Z4e3AgNXWrxWQR4torF.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/76K96Z4e3AgNXWrxWQR4torF.jpeg" }, { "id": "hNghJLMQ3zSHqD0dvOgwgUAD", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/hNghJLMQ3zSHqD0dvOgwgUAD.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/hNghJLMQ3zSHqD0dvOgwgUAD.jpeg" }, { "id": "uqyIsjZhYPeIKObwC7HjKu19", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/uqyIsjZhYPeIKObwC7HjKu19.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/uqyIsjZhYPeIKObwC7HjKu19.jpeg" }, { "id": "y9k4xnHvkDqyhv3QWYRb9N5p", "type": "image", "imageUrl": "https://pixiv.pximg.net/fanbox/public/images/creator/14093123/profile/y9k4xnHvkDqyhv3QWYRb9N5p.jpeg", "thumbnailUrl": "https://pixiv.pximg.net/c/400x400_90_a2_g5/fanbox/public/images/creator/14093123/profile/y9k4xnHvkDqyhv3QWYRb9N5p.jpeg" } ], "isFollowed": false, "isSupported": false, "isStopped": false, "hasBoothShop": false } } ```

Note that the creator IDs used in the old style of URL are still used internally (the old post URL is https://www.pixiv.net/fanbox/creator/14093123/post/242152 , and that first number corresponds to body.user.userID in creator.get). Old post URLs currently redirect to the new style of URLs.

As for the 403, I played around with the request parameters, and it seems like Fanbox will invariably give a 403 if you don't include the FANBOXSESSID cookie (occasionally it was PHPSESSID, although the value was of a similar format--not sure why) when attempting to GET an image. However, there seems to be some other stuff going on, and this isn't really my wheelhouse, so I wasn't able to get a full automatic download working after tinkering with it for a little while.

Wish I could have actually written a solution myself, but hopefully that's enough info to get someone started.

nonamethanks commented 4 years ago

I've been trying to write a fix for this, but it doesn't seem like the correct FANBOXSESSID can be extracted via the current pixiv api client, and that's required to see R18 posts like https://brllbrll.fanbox.cc/posts/626093, so that part of the code needs fixing too.

rkdrns4747 commented 3 years ago

@kuchenmitsahne

Please forgive me asking this question on 6-month-old issue.

Is api.fanbox.cc method still available to get post info? It always returns 'general error' on my chrome browser :( Did I missed a step that I must pass like client login or something like that?

Again, I apologize for my impolite.

nonamethanks commented 3 years ago

The bookmarklet does not work with r-18 works, and it's not possible currently to support them due to how the fanbox login works. That might be why you're having issues.

Other works work fine for me.