DarkCat09 / python-aternos

[UNMAINTAINED] Unofficial Aternos API written in Python
https://pypi.org/project/python-aternos/
Apache License 2.0
92 stars 13 forks source link

ServerStartError fails to import #95

Open dae-vinity opened 1 year ago

dae-vinity commented 1 year ago

The documentation here may just be outdated, but here's the error below.

Traceback (most recent call last):
  File "d:\Documents\Python\aternos.py", line 5, in <module>
    from python_aternos import ServerStartError
ImportError: cannot import name 'ServerStartError' from 'python_aternos' (C:\Users\___\AppData\Local\Programs\Python\Python311\Lib\site-packages\python_aternos\__init__.py)
DarkCat09 commented 10 months ago

from python_aternos.aterrors import ServerStartError if you are using the latest version.