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

Invalid or Missing URLs Fitching from updater.py When Fetching TestFlight Links ! #1

Open
nectariferous opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested
Milestone

Comments

@nectariferous
Copy link
Owner

The updater.py script is experiencing issues when fetching and processing URLs from GitHub. Specifically, the script is not consistently fetching valid TestFlight URLs or correctly extracting app names and logos, leading to incomplete or invalid entries in the output JSON file.

Expected Behavior:
The script should fetch valid TestFlight URLs, correctly extract the app names and logos, and save them in the output JSON file.

Observed Behavior:

Some URLs are either not fetched or are invalid.
App names and logos are not consistently extracted, with some entries missing this data or using default/placeholder images.
Possible Causes:

GitHub API rate limiting may be causing incomplete URL fetches.
HTML structure of fetched pages might differ, causing parsing issues with BeautifulSoup.
Headers or user-agent strings used in the requests might not be effectively simulating a browser environment.

@nectariferous nectariferous added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers invalid This doesn't seem right question Further information is requested labels Aug 9, 2024
@nectariferous nectariferous added this to the Pro milestone Aug 9, 2024
@nectariferous nectariferous self-assigned this Aug 9, 2024
@nectariferous nectariferous pinned this issue Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant