Laughing-Man-Studios / Ski-Resort-Dashboard

A small dashboard to display some statistics about the local ski resorts I visit
MIT License
0 stars 0 forks source link

[Issue 96] Fixing Epic Scraper in Prod #97

Closed Rogibb111 closed 1 year ago

Rogibb111 commented 1 year ago

Apparently there is a bug with JRE 8 that mucks with SSL connections. Although it didn't seem to affect the scala ws library, it does seem to effect the Jsoup library which is what I am using to scrape the Snow Report pages on the epic resorts. After doing some testing in the play-with-docker web app, I'm pretty confident that switching the Running Docker image to use JRE 11 should fix the issue. PR changes include:

Closes #96

Rogibb111 commented 1 year ago

:tada: This PR is included in version 1.3.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: