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

Overviewer 0.19.9 with Minecraft 1.18.2 world running markers script (--genpoi): "AttributeError: 'dict' object has no attribute '_name'" #2072

Open
sethborg opened this issue Oct 1, 2022 · 1 comment

Comments

@sethborg
Copy link

sethborg commented Oct 1, 2022

I'm using a world download via minecraft world downloader and getting this error when running the markers script.

  File "overviewer.py", line 653, in <module>
  File "overviewer.py", line 168, in main
  File "overviewer_core\aux_files\genPOI.py", line 601, in main
  File "overviewer_core\aux_files\genPOI.py", line 338, in handlePlayers
AttributeError: 'dict' object has no attribute '_name'

here's the genPOI.py section of code, with the offending line 308 being 3rd from the bottom "data._name = playername":

        playername = playerfile.split(".")[0]
        if isSinglePlayer:
            playername = 'Player'
        data._name = playername
        if useUUIDs:
            data['uuid'] = playername
@ajh123
Copy link

ajh123 commented Jul 10, 2023

The main README states ..

PLEASE NOTE: Overviewer is currently unmaintained. PRs will not be merged and issues will not be addressed. The website and repository will remain online and accessible.

Instead please use the new working (“successor”) version of Overviewer supporting 1.20 worlds and textures.
https://github.com/GregoryAM-SP/The-Minecraft-Overviewer

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

2 participants