Aahnik Daw
Aahnik Daw
> Now it's working . I added some headers to the request.get() arguments. push the new commit
 love this @manujosephv this fixes #11, as age is logical.
but getting 👉 full traceback ```shell File "/home/aahnik/Desktop/vaccine_availability/.venv/lib/python3.9/site-packages/streamlit/script_runner.py", line 337, in _run_script exec(code, module.__dict__) File "/home/aahnik/Desktop/vaccine_availability/streamlit_app.py", line 77, in main() File "/home/aahnik/Desktop/vaccine_availability/streamlit_app.py", line 53, in main df = cached_availability(next_n_days, district_ids,...
hi @manujosephv, the JSON decode error is resolved after the changes. thanks!  46 is greater than 45, so it should show all slots with min age 45 ... right...
without the "show full slots" being checked, nothing is being shown ever 
hi @manujosephv, it would be more logical to have a download pdf button. ```python df.to_html() # will give HTML of the dataframe import pdfkit as pdf # pip install pdfkit...
Hi @Blucknote, I have waited for a sufficient amount of time, also cleared all cache, and retried several times. I could get all subpages, and everything within the page, but...
> I'm tried to do a "raw" request and it seems working to me. Have you followed the exact steps as described in the issue?
I don't know what's wrong with my setup. I am still getting the same result, as I described in the issue. Did you try with a new integration? The integration...
> another top-level (workspace parent) page By the word "root", I did not mean workspace parent page. I meant the page that is shared with the integration. All the subpages...