Upvote Upvoted 2 Downvote Downvoted
Demos.tf Curl Code error 26
posted in Q/A Help
1
#1
0 Frags +

i tried installing demos.tf on my server but it seems to have issues uploading files leaving the message Curl Code error 26 to the website have the curl extension already installed on my server for logs but I don't know how to fix this issue anyone have any ideas.

i tried installing demos.tf on my server but it seems to have issues uploading files leaving the message Curl Code error 26 to the website have the curl extension already installed on my server for logs but I don't know how to fix this issue anyone have any ideas.
2
#2
8 Frags +

Curl error 26 means the file couldn't be opened, which usually would happen when the file doesn't exist.

I believe the demos.tf plugin doesn't record demos but only uploads them, so if you don't have something like the recordSTV plugin that could explain it.

If you do have recordSTV or similar, it might be that the user you're running the server under doesn't have write permission to the folder the demos should be saved in and they're not getting saved. chmod +w would add that on linux, no clue if windows even has filesystem permissions.

Curl error 26 means the file couldn't be opened, which usually would happen when the file doesn't exist.

I believe the demos.tf plugin doesn't record demos but only uploads them, so if you don't have something like the recordSTV plugin that could explain it.

If you do have recordSTV or similar, it might be that the user you're running the server under doesn't have write permission to the folder the demos should be saved in and they're not getting saved. chmod +w would add that on linux, no clue if windows even has filesystem permissions.
3
#3
0 Frags +
turbochad69Curl error 26 means the file couldn't be opened, which usually would happen when the file doesn't exist.

I believe the demos.tf plugin doesn't record demos but only uploads them, so if you don't have something like the recordSTV plugin that could explain it.

If you do have recordSTV or similar, it might be that the user you're running the server under doesn't have write permission to the folder the demos should be saved in and they're not getting saved. chmod +w would add that on linux, no clue if windows even has filesystem permissions.

I use tcadmin as my server is a tragicserver is the stv supposed to show up in spectate with recordstv plugin

[quote=turbochad69]Curl error 26 means the file couldn't be opened, which usually would happen when the file doesn't exist.

I believe the demos.tf plugin doesn't record demos but only uploads them, so if you don't have something like the recordSTV plugin that could explain it.

If you do have recordSTV or similar, it might be that the user you're running the server under doesn't have write permission to the folder the demos should be saved in and they're not getting saved. chmod +w would add that on linux, no clue if windows even has filesystem permissions.[/quote]
I use tcadmin as my server is a tragicserver is the stv supposed to show up in spectate with recordstv plugin
4
#4
0 Frags +

I think it is

I think it is
5
#5
0 Frags +
turbochad69I think it is

i got stv in spectate the only issue is i dont know how to allow permissions

[quote=turbochad69]I think it is[/quote]
i got stv in spectate the only issue is i dont know how to allow permissions
6
#6
0 Frags +

If it's a managed server then I would assume it's already set up so that the server is allowed to write to everything in the tf folder. If you have ftp access, check whether the demo files exist on disk or not. If you have shell access, you can check permissions with 'ls -l' or 'stat' and change permissions with 'chmod'.

If it's a managed server then I would assume it's already set up so that the server is allowed to write to everything in the tf folder. If you have ftp access, check whether the demo files exist on disk or not. If you have shell access, you can check permissions with 'ls -l' or 'stat' and change permissions with 'chmod'.
Please sign in through STEAM to post a comment.