You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path is set to /tmp where normal user context has no write permission
this leads to "incorrect padding" error message when trying to create a screenshot
changing to directory where user has permission (e.g. home directory or /var/tmp) will fix the issue.
tested on MacOS Big Sur.
Created branch with pull request
The text was updated successfully, but these errors were encountered:
Highpressure
changed the title
Screenshot Module - error returns - incorrect padding
Screenshot Module - error returns - incorrect padding | fix provided - read details
Feb 9, 2021
/server/modules/bot/screenshot.py
path is set to /tmp where normal user context has no write permission
this leads to "incorrect padding" error message when trying to create a screenshot
changing to directory where user has permission (e.g. home directory or /var/tmp) will fix the issue.
tested on MacOS Big Sur.
Created branch with pull request
The text was updated successfully, but these errors were encountered: