Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screenshot Module - error returns - incorrect padding | fix provided - read details #119

Open
Highpressure opened this issue Feb 9, 2021 · 0 comments

Comments

@Highpressure
Copy link
Contributor

/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

@Highpressure Highpressure changed the title Screenshot Module - error returns - incorrect padding Screenshot Module - error returns - incorrect padding | fix provided - read details Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant