Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup Fails at Checking FCC facilities database for updates #249

Open
dyl421421 opened this issue Apr 10, 2021 · 9 comments
Open

Startup Fails at Checking FCC facilities database for updates #249

dyl421421 opened this issue Apr 10, 2021 · 9 comments

Comments

@dyl421421
Copy link

I tried to start up locast2plex for the first time today and am successful up to Checking FCC facilities database for updates, and then I get a TracebackError, which ultimately leads to a urlopen error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because the connected host has failed to respond.

It seems to be related to performing the HEAD request on this file: 'https://transition.fcc.gov/Bureaus/MB/Databases/cdbs/facility.zip'. I tried opening that link myself and cannot seem to access it. Is it possible the link changed for this database, or is it down?

@bunjicat
Copy link

Same issue.

@zdale59
Copy link

zdale59 commented Apr 10, 2021

Same

@RaaZeR2169
Copy link

ditto

@dyl421421
Copy link
Author

I ended up trying again later and it worked without issue, looks like it came back online.

@zdale59
Copy link

zdale59 commented Apr 11, 2021

It’s back up for me too!

@scotte
Copy link

scotte commented May 5, 2021

This issue started up again about 3 hours ago again for me.

Recommend two things:

  1. Make this a non-fatal issue if the request fails but the cache file is available. Keep retrying, don't fail.
  2. Make the facility.zip URL a configuration item, rather than a hardcoded string, so that when the location changes it can easily be updated.

@michaelblong
Copy link

Just got this as well

@tazhatewater
Copy link

it looks like the ssl request is being rejected:

File "/usr/lib/python3.8/ssl.py", line 1099, in read
return self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer

I'll try and dig a bit more

@tazhatewater
Copy link

seems to be cleared up. obviously an issue on the .gov side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants