Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


nextcloud_apps_onlyoffice_document_server_curl_error_28_operation_timed_out_after_120000_milliseconds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nextcloud_apps_onlyoffice_document_server_curl_error_28_operation_timed_out_after_120000_milliseconds [2021/04/30 03:03] wikiadminnextcloud_apps_onlyoffice_document_server_curl_error_28_operation_timed_out_after_120000_milliseconds [2021/04/30 03:03] (current) wikiadmin
Line 16: Line 16:
 You will see a line that says something like: You will see a line that says something like:
  
-<quote>+<code>
 $tempFile = $this->tempManager->getTemporaryFile('.tar.gz'); $tempFile = $this->tempManager->getTemporaryFile('.tar.gz');
 $timeout = $this->isCLI ? 0 : 120; $timeout = $this->isCLI ? 0 : 120;
 $client = $this->clientService->newClient(); $client = $this->clientService->newClient();
-</quote>+</code>
 Change the 120 (seconds) value to some value that is sufficiently longer, say 240 (seconds) or remove the condition and leave it always as 0 (unlimited, but perhaps that is not the best idea).  Now, the Nextcloud Community Document Server App will finish downloading and installing. Change the 120 (seconds) value to some value that is sufficiently longer, say 240 (seconds) or remove the condition and leave it always as 0 (unlimited, but perhaps that is not the best idea).  Now, the Nextcloud Community Document Server App will finish downloading and installing.
  
nextcloud_apps_onlyoffice_document_server_curl_error_28_operation_timed_out_after_120000_milliseconds.txt · Last modified: 2021/04/30 03:03 by wikiadmin