dank074 / arcturus-tools

Habbo standalone imager
6 stars 5 forks source link

Size Issue #2

Open svenbledt opened 4 years ago

svenbledt commented 4 years ago

I have The Problem everytime i start the server and wanna load my avatarimage that he sends me the feedback

"AttributeError: 'Sizes' object has no Attribute 'size'

if this is a bug pls solve it or if it's just my fault pls tell me how to solve it :D

Discord: Sven#6955

svenbledt commented 4 years ago

Its only because the size argument was l for Large imagesize as seen in the code there's only small size image supported in your imager script. If i'm right can you please tell me how to add Large size too?

dank074 commented 4 years ago

Fixed the bug related to the error you were getting in commit: https://github.com/dank074/arcturus-tools/commit/90d05bbc9538c82421f99f91b84b5d0d43e7614d

However, you are right about the large image size, it looks like code for generating it is missing. Will have to implement this.