Replies: 1 comment 1 reply
-
Hi, we cannot tell from just those screenshots/code paste, please provide a github project/page or a itch web.zip archive (--archive) of whole project you give to pygbag. moving this to discussions help zone |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run the game in browser using the link, it shows a black screen, and when i debug it shows this:
Task exception was never retrieved
future: <Task finished name='custom_site' coro=<custom_site() done, defined at :52> exception=FileNotFoundError(44, 'No such file or directory')>
Traceback (most recent call last):
File "", line 186, in custom_site
File "", line 712, in runpy
File "", line 685, in check_code
FileNotFoundError: [Errno 44] No such file or directory: '/data/data/cat_dash/assets/main.py'
Don't mind my ugly code, I'm new. Also, this is my first GitHub post, so idk if I've given enough info. :)
Beta Was this translation helpful? Give feedback.
All reactions