mapmarker / mapmarker.io

A straight-forward API that generates complex map markers on the fly.
https://www.mapmarker.io
MIT License
4 stars 0 forks source link

browser tests failing in ci due to not being able to install chrome driver #62

Closed Jonnx closed 1 year ago

Jonnx commented 1 year ago
file_get_contents(https://chromedriver.storage.googleapis.com/LATEST_RELEASE_115): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found

  at vendor/laravel/dusk/src/Console/ChromeDriverCommand.php:325
    321▕         }
    322▕ 
    323▕         $streamContext = stream_context_create($contextOptions);
    324▕ 
  ➜ 325▕         return file_get_contents($url, false, $streamContext);
    326▕     }
    327▕ }
    328▕ 

This issue is caused by a change in the release urls by the team shipping these files. This is a known issue and has been resolved in newer versions of laravel/dusk and we will need to upgrade to a working version.

Jonnx commented 1 year ago

see reported issue here: https://github.com/laravel/dusk/issues/1040

Jonnx commented 1 year ago

fixed in https://github.com/mapmarker/mapmarker.io/pull/63