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

genPOI TypeError: unsupported operand type(s) for +: 'int' and 'str' #2102

Open
gouldcwilliam opened this issue May 13, 2024 · 2 comments
Open

Comments

@gouldcwilliam
Copy link

This is the error that occurred:
Traceback (most recent call last):
File "/home/red/overviewer/overviewer.py", line 662, in
ret = main()
File "/home/red/overviewer/overviewer.py", line 168, in main
g.genPOI.main()
File "/home/red/The-Minecraft-Overviewer/overviewer_core/aux_files/genPOI.py", line 576, in main
erset = w.get_regionset(render['dimension'][1] + '/entities')
TypeError: unsupported operand type(s) for +: 'int' and 'str'

@gouldcwilliam
Copy link
Author

I was able genpoi a couple of times but now it gives this error

@gouldcwilliam
Copy link
Author

So, i was using the version that you get when using git clone blah blah. That version after building didn't work. I downloaded the zip version from the download page and used that. It then started working

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

1 participant