Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

@mrwan200
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants