Back
Dmytro Krasun
Dmytro Krasun
@krasun
Building screenshotone.com (a screenshot API for developers).
78
Joined June 2024
Load previous page…
Fixed an issue with Paddle Billing for
#screenshotone.
It turns out you can not use the Paddle Classic and Billing scripts on the same page since they reuse the same global variable and it cause unpredictable behavior.
Answered a customer email approving that
#screenshotone can handle more than 50 requests per minute.
Rendering HTTP status code in the
#screenshotone dashboard when the target website returns an error.
Fixed minor rendering issues (
#screenshotone) caused by sites returning errors and closing pages prematurely.
In case if there is an issue or timeout to open a new page in the browser, I launch a new instance of the browser to guarantee reliable rendering by
#screenshotone as much as possible.
Improved error handling for
#screenshotone.
Enabled timeouts for asynchronous requests and fixed a few small issues that periodically made API requests hang.