What happened?
When trying to use the screenshot generator inside the VSCode extension I get the following error:
FetchError: invalid json response body at https://pwa-screenshots.azurewebsites.net/screenshotsAsBase64Strings reason: Unexpected token '<', "<div style"... is not valid JSON
When recreating the same request(based on the screenshot code in this repo) in HTTPie I get "503 Service Unavailable".
Seems to be related to #4802
What do you expect to happen?
Some kind of image files in return.
What version of VS Code are you using?
VS Code Stable
Relevant log output
FetchError: invalid json response body at https://pwa-screenshots.azurewebsites.net/screenshotsAsBase64Strings reason: Unexpected token '<', "<div style"... is not valid JSON
Full response is:
HTTP/1.1 503 Service Unavailable
<div style="display: block; margin: auto; width: 600px; height: 500px; text-align: center; font-family: 'Courier', cursive, sans-serif;"><h1 style="color: 747474">:( Application Error</h1><p style="color:#666">If you are the application administrator, you can access the <a style="color: grey"href="https://pwa-screenshots.scm.azurewebsites.net/detectors">diagnostic resources</a>.</div>
Are you using the latest version of the VS Code extension?
What happened?
When trying to use the screenshot generator inside the VSCode extension I get the following error:
FetchError: invalid json response body at https://pwa-screenshots.azurewebsites.net/screenshotsAsBase64Strings reason: Unexpected token '<', "<div style"... is not valid JSONWhen recreating the same request(based on the screenshot code in this repo) in HTTPie I get "503 Service Unavailable".
Seems to be related to #4802
What do you expect to happen?
Some kind of image files in return.
What version of VS Code are you using?
VS Code Stable
Relevant log output
Full response is:
Are you using the latest version of the VS Code extension?