Skip to content

(Problem) Now AppPixivAPI.novel_text method is not available #337

@xiyihan0

Description

@xiyihan0

Tested on PixivPy 3.7.0:

_ACCESS_TOKEN = ""
_REFRESH_TOKEN = ""
from pixivpy3 import *
api = AppPixivAPI()
api.set_auth(access_token = _ACCESS_TOKEN,refresh_token=_REFRESH_TOKEN)
res = api.novel_text(21269184)
print(res) #{'error': {'user_message': "Specified end-point doesn't exist", 'message': '', 'reason': '', 'user_message_details': {}}}

This method has been affected since the latest update of Pixiv APP.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions