You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Make sure you have the package updated to the latest version
Try to update the assets, example:
fromenkanetworkimportEnkaNetworkAPIclient=EnkaNetworkAPI(debug=True)
asyncwithclient:
awaitclient.update_assets()
# You can see the progress download new assets in console
Please check if you update assets library is latest. or try update by example code this
importasynciofromenkanetworkimportEnkaNetworkAPIclient=EnkaNetworkAPI(debug=True)
asyncdefmain():
asyncwithclient:
awaitclient.update_assets()
# You can see the progress download new assets in consoleasyncio.run(main())
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just as the title sad.
When I used enkanetwork.py to get the information of 迪西雅,it catched some errors.
Was that my mistake?
The text was updated successfully, but these errors were encountered: