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

requests error #4

Open
wkta opened this issue Oct 5, 2021 · 3 comments
Open

requests error #4

wkta opened this issue Oct 5, 2021 · 3 comments

Comments

@wkta
Copy link
Member

wkta commented Oct 5, 2021

when katasdk is used "on thonny"
it seems to raise an error related to the requests package

requests-err

@Kyuchumimo
Copy link

Kyuchumimo commented Oct 5, 2021

Thonny is an Python (Python 3.7 in this case) integrated development environment (IDE). See: https://thonny.org/
The error when exporting to webtest occurs after installing katasdk in Thonny plug-ins.

To make it work again, you have to reinstall katasdk with pip install katasdk --force-reinstall

@Kyuchumimo
Copy link

@wkta
Copy link
Member Author

wkta commented Mar 20, 2024

Thank you very much for pointing out the bug and letting me know about users who like to use the Thonny IDE.

I 'll analyze this again (after the very long wait) as a new version of the game engine will be released soon.
Right now:

  • I am testing the tool along with Thonny 4.1.4.
  • installing the package (new name: pyved_engine) works fine
  • you can also initialize a new game by using the pyv-cli init myBundle command, after clicking Tools -> Open system shell in the IDE
  • if one opens launch_game.py and Execute that launcher script, everything works as intended, the game runs properly

But a new variant of the problem apeears when trying to share the web version of your game…
(Example below)
image

We will fix that bug very soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants