-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Bug] #3
Comments
Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers! |
Have you renamed the .env.example to .env and modified it with your credentials? |
Yes. I'll check my machine for firewall issues. Also, maybe there is a problem with a large file (50MB), which took too long to upload, so it broke the pipeline. |
Also check to choose the a directory with at least 2 files because there is an unfixed bug that may occur if you only upload 1 file. |
Did it work @aglalit ? |
🐞 Bug Report
Doesn't work, here is the log:
Uploading file...
Traceback (most recent call last):
File "compress.py", line 51, in
task.execute()
File "/usr/local/lib/python3.8/site-packages/pylovepdf/task.py", line 169, in execute
self.upload()
File "/usr/local/lib/python3.8/site-packages/pylovepdf/task.py", line 79, in upload
file.server_filename = response.server_filename
AttributeError: 'Response' object has no attribute 'server_filename'
The text was updated successfully, but these errors were encountered: