-
-
Notifications
You must be signed in to change notification settings - Fork 850
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
pyxel.load error when running pyxel web #466
Comments
It seems like an error that occurs when opening Pyxel 2.x resource files in Pyxel 1.9. |
It's an error that occured in Pyxel 1.9.14. I don't know if this still happens |
I believe it was likely a lag due to the CDN updating after a Pyxel version upgrade. Usually, this takes about 8 hours. I think it should not occur anymore. |
I believe it's up to date and still happening ? It's an almost 1 year-old bug, and it still happened multiple days after the update... |
I'm not sure. Because I dont't know which version of Pyxel is used to make the used resource file. We need to determine whether the problem is due to the Web or some other factor. |
It did work on native pyxel, but again this is a year-old issue that may be already resolved/caused by a wrong version of pyxel on my end. |
I'd like to know your app works with the latest Pyxel on Native environment because Web version of Pyxel always uses the latest Pyxel. |
Let me close this issue since there's no reports on the latest Pyxel. |
Hi,
I'm getting an error when trying to load pyxel web : when loading either pyxel-play or pyxel-editor, I get these messages :
Player output :
Editor output :
Here is the page I'm trying to load (player.php):
When loading a script that doesn't use
pyxel.load
, it works fine.I'm hosting the pages I'm trying to load on a GNU/Linux machine (debian Bullseye) with an nginx server.
However, I don't get this error when running the same exact website on a windows machine with Apache :/
Any idea on why this is happening / how to fix this ?
And yes, I already checked whether the client had access to the res.pyxres file, and it does
EDIT: Just noticed #462 , would it resolve the issue ?
The text was updated successfully, but these errors were encountered: