SouthParkDownloader icon indicating copy to clipboard operation
SouthParkDownloader copied to clipboard

Dockerize

Open fl0aten opened this issue 7 years ago • 3 comments

The ability to use the downloader with docker. The advantage is that you don't have to install any more services on your system. It can be further simplified in the future.

fl0aten avatar Feb 18 '18 16:02 fl0aten

Works perfectly, thanks. Please merge.

JakubFojtik avatar Oct 11 '19 00:10 JakubFojtik

Did not work for me with alpine:3.6.

PHP Warning:  file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning:  file_get_contents(): Failed to enable crypto in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning:  file_get_contents(http://www.southpark.de/alle-episoden): failed to open stream: operation failed in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning:  DOMDocument::loadHTML(): Empty string supplied as input in /southpark/app/SouthParkDownloader.php on line 642

It worked fine with :latest

Blenderpics avatar Nov 02 '19 17:11 Blenderpics

PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed in /southpark/app/SouthParkDownloader.php on line 642 PHP Warning: file_get_contents(): Failed to enable crypto in /southpark/app/SouthParkDownloader.php on line 642 PHP Warning: file_get_contents(http://www.southpark.de/alle-episoden): failed to open stream: operation failed in /southpark/app/SouthParkDownloader.php on line 642 PHP Warning: DOMDocument::loadHTML(): Empty string supplied as input in /southpark/app/SouthParkDownloader.php on line 642

That error i tried to solve in PR #20. It is either related to PHP version used, or the trusted certificates in the container.

JakubFojtik avatar Nov 02 '19 19:11 JakubFojtik