admin管理员组文章数量:1403438
When I run pygbag with my project on my laptop with localhost, I can play it fine in my browser. When I uploaded it to a server machine on my local network and tried to run it there and access it through my browser, it gets stuck on this screen:
On the server machine, I get this warning:
/home/administrator/cloverdle/venv/lib/python3.11/site-packages/pygbag/optimizing.py:62: UserWarning: Black not found for processing folder=PosixPath('/home/administrator/cloverdle')
warnings.warn(f"Black not found for processing {folder=}")
It sticks on this screen with no progress on the download bar for many minutes, long enough that I'm confident it won't actually download.
What might be going on, and how might I fix?
When I run pygbag with my project on my laptop with localhost, I can play it fine in my browser. When I uploaded it to a server machine on my local network and tried to run it there and access it through my browser, it gets stuck on this screen:
On the server machine, I get this warning:
/home/administrator/cloverdle/venv/lib/python3.11/site-packages/pygbag/optimizing.py:62: UserWarning: Black not found for processing folder=PosixPath('/home/administrator/cloverdle')
warnings.warn(f"Black not found for processing {folder=}")
It sticks on this screen with no progress on the download bar for many minutes, long enough that I'm confident it won't actually download.
What might be going on, and how might I fix?
Share Improve this question asked Mar 20 at 20:19 WillregexWillregex 215 bronze badges1 Answer
Reset to default 0I was able to solve this by having nginx host the files, rather than using pygbag's built-in development server.
本文标签: serverPygbag stuck on quotDownloadingquotStack Overflow
版权声明:本文标题:server - Pygbag stuck on "Downloading" - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744386192a2603749.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论