Who M-307?

Results 3 comments of Who M-307?

Pixiv was changed grant_type password to authorization_code. But it's so hard to login because pixiv using login with OAuth 2.0 ![image](https://user-images.githubusercontent.com/24217516/107594799-710aab80-6c45-11eb-9687-acaff764bcc8.png)

You try install via GitHub? `pip3 install git+https://github.com/mrwan200/EnkaNetwork.py`

Please check if you update assets library is latest. or try update by example code this ```py import asyncio from enkanetwork import EnkaNetworkAPI client = EnkaNetworkAPI(debug=True) async def main(): async...