Skip to content

Commit

Permalink
- try
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyNagy committed Dec 20, 2024
1 parent c13c675 commit f744dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DevBetterWeb.Core/Services/CreateVideoService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public async Task<string> StartAsync(string videoName, long videoSize, string do
HideFromVimeo = true
};
var responseSessionId = await _uploadVideoTusService.StartAsync(uploadVideoRequest, cancellationToken);
//TODO: Remove this
_logger.LogInformation($"Error Vimeo: {responseSessionId.Json}");
if (!responseSessionId.IsSuccess || string.IsNullOrEmpty(responseSessionId.Data))
{
_logger.LogError(new Exception(responseSessionId.Exception?.Message), responseSessionId.Json);
Expand Down

0 comments on commit f744dcb

Please sign in to comment.