Aahnik Daw

Results 55 comments of Aahnik Daw

> Now it's working . I added some headers to the request.get() arguments. push the new commit

![image](https://user-images.githubusercontent.com/66209958/117464773-9d954180-af6e-11eb-9c4a-088375d07b18.png) 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! ![image](https://user-images.githubusercontent.com/66209958/117524102-b850d000-afd9-11eb-8613-b8c7c555c0d2.png) 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 ![image](https://user-images.githubusercontent.com/66209958/117524206-2a291980-afda-11eb-9c59-1eb3618cc49e.png)

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...