ChuckMac / ADRFinder

Self-Hosted, Open Source, Advanced Dining Reservation Notifications for Disney World
Apache License 2.0
37 stars 11 forks source link

Access to container has stopped working. #7

Closed gkeable closed 2 years ago

gkeable commented 2 years ago

Describe the bug Doesn't seem to work anymore for me, cannot connect via http://127.0.0.1:5500/ Version In the top right area: 0.1.2

To Reproduce Steps to reproduce the behavior: Using desktop docker docker pull chuckmacdev/adrfinder docker run -d --restart always -p "127.0.0.1:5500:5500" -v datastore-volume:/datastore --name adrfinder chuckmacdev/adrfinder http://127.0.0.1:5500/ results in

127.0.0.1 didn’t send any data. ERR_EMPTY_RESPONSE

Docker logs shows

(1) wsgi starting up on http://0.0.0.0:5500

 Request failed: 404 Client Error: Not Found for url: https://www.disneyworld.co.uk/dining/ (1) accepted ('172.17.0.1', 54274) 172.17.0.1 - - [05/Jul/2022 12:29:02] "GET / HTTP/1.1" 200 0 2.409906 wsgi exiting (1) wsgi exited, is_accepting=True

Additional context installed ping and curl within the container to test and could ping out to internet OK but curl to https://www.disneyworld.co.uk/dining/ resulted in refused connection.

ChuckMac commented 2 years ago

Disney has changed their auth schema for retrieving restaurants. Working on updating it.

gkeable commented 2 years ago

Thanks, pesky Disney!

Cheers

Giles

From: ChuckMac @.> Sent: 05 July 2022 13:48 To: ChuckMac/ADRFinder @.> Cc: gkeable @.>; Author @.> Subject: Re: [ChuckMac/ADRFinder] Access to container has stopped working. (Issue #7)

Disney has changed their auth schema for retrieving restaurants. Working on updating it.

- Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FChuckMac%2FADRFinder%2Fissues%2F7%23issuecomment-1175019909&data=05%7C01%7C%7Cbbcc243317a4481a0ff508da5e848df1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637926220644299678%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=WvHjLCQSodQoQRjLonCJTKJnq9%2Bf1QbK%2Fx1EsocaGXA%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEJR5X5DSAEMZB6IUVILOGTVSQVG5ANCNFSM52WCRIVQ&data=05%7C01%7C%7Cbbcc243317a4481a0ff508da5e848df1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637926220644299678%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=kRqEtMYR2jZ1u7T4j5FEh805%2FxnUJfoWPW0yMoE%2F5MY%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.**@.>>

ChuckMac commented 2 years ago

(and didn't mean to close this one)