pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.

Home Page:https://docs.pwabuilder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Windows Packaging Error

sparkktv opened this issue · comments

Link to the report card page

https://www.pwabuilder.com/reportcard?site=https://www.sparkk.tv

What Store were you trying to package for?

Windows

What is the error message you received?

@https://www.pwabuilder.com/code/test-publish-pane.e307632c.js:14:319
//www.pwabuilder.com/code/test-publish-pane.e307632c.js:14:31

Paste your stack trace below

The site I was testing is: https://www.sparkk.tv
@https://www.pwabuilder.com/code/test-publish-pane.e307632c.js:14:319

What environment were you using?

OS: macOS 14.3
Browser: Safari 17.3

Additional context

Also got a different error when trying to use Chrome Browser:
Error: Failed. Status code 500

System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. ---> System.TimeoutException: The operation was canceled. ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request.. ---> System.Net.Sockets.SocketException (995): The I/O operation has been aborted because of either a thread exit or an application request. --- End of inner exception stack trace ---

Hey! Sorry for the delay on this. So the issue here is that this Icon in your manifest https://www.sparkk.tv/images/resources/icons/android-maskable.png?v=924875 is really really large, and therefore our service takes around 2 minutes to process it, which is over the timeout that we have set. However, this is not only an issue for our service, but you also really don't want to load an icon (or really any image) this large on a users network. Our recommendation is to compress that icon, or use a different one. https://squoosh.app is a good, quick, open source app that you can use to do this. Thanks!