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

Unable to retrieve availability after running app.py #7

Open
kkarthick12 opened this issue Sep 23, 2024 · 0 comments
Open

Unable to retrieve availability after running app.py #7

kkarthick12 opened this issue Sep 23, 2024 · 0 comments

Comments

@kkarthick12
Copy link

Config file:
[search]
device_family = "iphone_16_pro_max" # the device family
models = ["MYW33LL/A", "MYW63LL/A"] # the device types
carriers = ["UNLOCKED/US"] # the carriers, if applicable
country_code = "us" # the country code
zip_code = "78705" # the zip-code area, can be left empty to use specific stores
stores = []

[general]
polling_interval_seconds = 60 # recommended to make it > 10 seconds to account for processing time, make it > 30 when using random proxies
report_after_n_counts = 30 # after how many times a report should be generated
data_path = "data.csv"
log_path = "log.txt"
randomize_proxies = false

Output of app.py:

NiceGUI ready to go on http://localhost:8000
Timer cancelled because client is not connected after 60.0 seconds

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

1 participant