-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
When using the pyscreenshot library in my employee tracking system, the system works perfectly when running locally. However, after deploying the application on Render, the screenshots taken are all black (completely blank or black screen). This issue doesn't occur locally, which suggests that the problem is environment-specific and related to the deployment setup.
Steps to Reproduce:
- Deploy the application using pyscreenshot on Render.
- Trigger a screenshot capture action from the application.
- Observe that the resulting screenshot is completely black (or a blank screen).
Expected Behavior:
The expected behavior is that pyscreenshot captures the current screen of the application or desktop, similar to how it works when running locally.
Actual Behavior:
Instead of a valid screenshot, a black screen is returned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels