turicfr / CPPS-PCL

A Penguin Client Library for Club Penguin Private Servers written in Python
42 stars 12 forks source link

SetBounds() not implemented on this platform #17

Closed ghost closed 5 years ago

ghost commented 5 years ago

For CPR, the captcha window opens even there's no captcha on it. image

relrelb commented 5 years ago

Do you still encounter that problem? If so, what platform do you use and what cefpython version do you have? This can be checked in the python interpreter by:

>>> import cefpython3
>>> print cefpython3.__version__
relrelb commented 5 years ago

Hey, thank you for letting me know about this issue. I have committed a fix for that error and it should not appear anymore on Windows.