Skip to content

Pyinstaller built application fails due to bad URLs #3401

@wileecyte

Description

@wileecyte

I have a Pyinstaller built application that uses astropy/astroquery to interact with simbad. My most recent build started to fail to launch due to
what appears to be bad URLs being used to download query_criteria_fields.json

urllib.error.URLError: <urlopen error Unable to open any source! Exceptions were {'http://data.astropy.org/data/query_criteria_fields.json': <HTTPError 404: 'Not Found'>, 'http://www.astropy.org/astropy-data/data/query_criteria_fields.json': <HTTPError 404: 'Not Found'>}>
[PYI-737:ERROR] Failed to execute script 'root_app' due to unhandled exception!

We've implemented a workaround for now to pull the file from your github repository and insert it into our build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions