locast2plex icon indicating copy to clipboard operation
locast2plex copied to clipboard

Startup Fails at Checking FCC facilities database for updates

Open dyl421421 opened this issue 3 years ago • 9 comments

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?

dyl421421 avatar Apr 10 '21 14:04 dyl421421

Same issue.

bunjicat avatar Apr 10 '21 16:04 bunjicat

Same

zdale59 avatar Apr 10 '21 18:04 zdale59

ditto

RaaZeR2169 avatar Apr 10 '21 19:04 RaaZeR2169

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

dyl421421 avatar Apr 11 '21 02:04 dyl421421

It’s back up for me too!

zdale59 avatar Apr 11 '21 02:04 zdale59

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.

scotte avatar May 05 '21 00:05 scotte

Just got this as well

michaelblong avatar May 27 '21 06:05 michaelblong

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 avatar May 27 '21 07:05 tazhatewater

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

tazhatewater avatar May 27 '21 16:05 tazhatewater