Jason Jurotich
Jason Jurotich
Ok so, I'm having a ton of problems with this now. If I comment out 67, 68, 75 and 76, the page does nothing, and if I leave them, it...
It is the super simple example. I am using gunicorn and nginx to run it. It is the same on Safari as on Chrome. If you click on OK it...
I tried the ```wp.head_html = 'confirm = () => true;'``` but it just keeps refreshing, even though it no longer asks me to reload, you can see that it still...
I don't have enough experience with websockets to be able to answer your question unfortunately. My only concern would be one, that doing what you mentioned would cause more activity...
I'm out running errands, but as soon as I get back, I will try it and report. Thanks!!!
ok, so... still no dice. So to make sure that it would work, I put the following in the script: ``` import justpy app = jp.app def my_click(self, msg): self.text...
Understood, sadly something is blocking the app, because when I take out the lines, the app does nothing, and when they are active, it just asks me to constantly reload....
Sorry for the delay. Sadly that did not work as well. I guess I will just have to find a way of debugging your main.html file to find what is...
Update. So I did a clean install of everything on a new Compute Engine VM instance. It worked when I used just the public IP with an open port. But,...
OK, so... turns out that the problem was precisely that websockets was at 8.1 ! It would not go higher because it was depending on pyppeteer. I uninstalled both websockets...