Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

The Chinese information of some new characters is unavailable. #45

Open
miraclejzd opened this issue May 14, 2023 · 2 comments
Open

The Chinese information of some new characters is unavailable. #45

miraclejzd opened this issue May 14, 2023 · 2 comments

Comments

@miraclejzd
Copy link

Just as the title sad.

When I used enkanetwork.py to get the information of 迪西雅,it catched some errors.

image

Was that my mistake?

@Jelosus2
Copy link

  1. Make sure you have the package updated to the latest version
  2. Try to update the assets, example:
from enkanetwork import EnkaNetworkAPI

client = EnkaNetworkAPI(debug=True)
async with client:
  await client.update_assets()
  # You can see the progress download new assets in console

@kuronekouwu
Copy link
Owner

Please check if you update assets library is latest. or try update by example code this

import asyncio

from enkanetwork import EnkaNetworkAPI

client = EnkaNetworkAPI(debug=True)

async def main():
    async with client:
        await client.update_assets()
        # You can see the progress download new assets in console

asyncio.run(main())

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants