-
Notifications
You must be signed in to change notification settings - Fork 10
[Enhancement] Remove Compression From Plugin #142
Comments
@PhlexPlexico demos are not getting deleted after compression. We can see both .dem and .zip files of that matchid in the csgo folder. i think its failing to upload .zip after compression. |
I'm pretty sure it's a race condition within system2. I've had it delete demos before much to the dismay of players. So I'd rather not have it happen to anyone else :) |
@PhlexPlexico can we link FTP to other location and use that link with config file to locate Demos ? Like i can use my Unlimited Web Host Service for Demo Uploads and use that link with config file for adding demos to the panel where Data Transfer is limited . |
@PhlexPlexico this would help alot. |
Please create a seperate ticket if you wish to request that so others may be able to see it. |
@PhlexPlexico Currently we know that Compression of Demos is not possible via System2 version, but i just came across plugin and extension that does support lot of protocols you might already know Also the way someone has already created Auto Demo Upload function Which are currently working perfectly. Is there any way we can change from System2 to this method |
PRs are welcome if someone wishes to change the functionality of uploads. I don't have the capacity to work on this project anytime soon, and I know compression is very possible with System2, it's just how it's implemented in the plugin. |
Is your feature request related to a problem? Please describe.
Compression either doesn't work, or works half the time. This is probably due to a timing thing and then the demo is usually deleted before the zip file can be uploaded to the ftp server.
Describe the solution you'd like
Just remove compression as it doesn't work.
Describe alternatives you've considered
Fixing wouldn't be worth the time, so it's best just to remove it.
Additional context
N/A
The text was updated successfully, but these errors were encountered: