Browshot blog
This blog provides updates on the API and features offered by Browshot. Subscribe to our blog to stay up to date on the service.
Sep 8, 2013
We have updated our Terms of Service to cover inactive accounts. Accounts with no activity for 6 months or more will be disabled. Screenshots will not be available to the user anymore.
We will send notices by e-mails to the owner of inactive accounts. We encourage all users to add a valid e-mail address to their Browshot account to receive important updates.
See more...
Aug 30, 2013
Our hosting provider in Australia will do an upgrade of their data center on Thursday, September 5 from 1:00am AEST to 5:00am AEST. Service for Australian browsers may be interrupted during this period.
We will update this post when the maintenance window is closed.
Update: The maintenance is done, all Australian browsers are running fine.
See more...
Aug 13, 2013
Users could look for screenshot requests matching a string on their Dashboard. We have added a similar search feature to the Browshot API. You can find screenshots you requested by looking for a string in the URL. For example, if you want to look for all the screenshots requests of google.com, you can try:
https://api.browshot.com/api/v1/screenshot/search?url=google.com
We have also made a change to the information stored for each screenshot. If you want to get full information about a page (details=3) with screenshot/info, you now need to add details=3 to the screenshot request as well. This will make screenshots faster for the vast majority of users who don't really need the additional details. We avoid changes that break backward compatibility, but we fell that the gains for the majority of the users were worth it.
We will update the Browshot libraries with the new screenshot/search API call.
See more...
Jul 5, 2013
In our continuous efforts to scale up Browshot and increase reliability, we will upgrade our infrastructure on Saturday 07/13/2013 from 9pm PST to 11pm PST.
We expect the upgrade to take less than 30 minutes and less than 5 minutes of downtime. The API will be stopped up to 15 minutes.
We have notified all users by e-mail (make sure you have added your e-mail address to Browshot) and through the Dashboard.
We will post status updates in real time on this page during the upgrade.
Upgrade
- 9:00pm
- upgrade started
- OS update
- Browshot works smoothly during the update, no down time
- 10:16pm
- Database server updated and restarted
- HTTP server updated and restarted
- Caching server restarted
- Back-end restarted
- Total downtime: 30 seconds
- 10:37pm
- Tests and monitors show no problem
- Upgrade complete
See more...
Jun 29, 2013
The main reason of failure for screenshots is the DNS resolution: the domain name cannot be mapped to an IP address. This happen when the URL is mistyped or if the domain is no longer registered. This problem is found and reported by the browser.
We have integrated the DNS resolution verification in the API calls (screenshot/create and screenshot/simple). If you request a screenshot for a domain that cannot be resolved, you will receive an error in return:
 |
| Error message in the dashboard |
{"status":"error","error":"Domain name cannot be resolved"}
Error returned by the API
This makes it easier for users to understand when the URL may have been mistyped. This will also make screenshots faster by elimination unnecessary requests.
See more...