Results 26 comments of Vinícius Morais Silva

Ok, i add `django.contrib.auth.models import User` instead `from user.models import User`. Now the commands `architect partition --module article.models` works. But i cannot add users, because several errors. So i revert...

But if cannot import with this two ways, how i import my model User?

The problem is the `django.contrib.auth.models import User` and `from user.models import User` aren't the same, i have my own user model. And when i use `django.contrib.auth` is not giving me...

OK. I tried again: ```python def make_thumbs(self, obj, file, *args): img = PilImage.open(file) img.save(originalThumbStr, 'png') img = pyvips.Image.new_from_buffer(originalThumbStr.getvalue(), '', acess="sequencial") ``` But the third line give the error: `*** TypeError:...

Can you check if your bot is running as admin?

They? They changed something? Which server?

Not yet, in my country I can´t play metin2 from GameForge, just OnGame. It will be hard for me to detect this problem. Until now, I haven´t heard of any...

Can you check the file constants.py? The name needs to be the same as the game window.

For the skill you can try to use spacebar like: In The file fishingbot.py you can change the following lines to: ![image](https://github.com/vncsms/Metin2FishBot/assets/12662329/4c434eb8-8392-4b46-a26f-80434e0ce520) pydirectinput.keyDown('space') pydirectinput.keyUp('space')

This problem is the same as the black screen. Unfortunately I couldn't fix this problem.