You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-12-14 10:27:44.241 INFO matplotlib.font_manager: generated new fontManager
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to False.
2022-12-14 10:27:44.952 Did not auto detect external IP.
Please go to https://docs.streamlit.io/ for debugging hints.
You can now view your Streamlit app in your browser.
Network URL: http://172.25.141.140:8501
TypeError: string indices must be integers
Traceback:
File "/home/nisha/anaconda3/lib/python3.7/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 564, in _run_script
exec(code, module.__dict__)
File "/home/nisha/bioschemas-validator/website_st.py", line 107, in <module>
markdown_text = report.generate_report_summary(result)
File "/home/nisha/bioschemas-validator/web/report.py", line 13, in generate_report_summary
"""
Expected behavior
It should display any proper validation error if my raw metadata has.
Screenshots
Operating System
Windows WSL.
Can anyone please help if I am missing something out here?
The text was updated successfully, but these errors were encountered:
NishaSharma14
changed the title
TypeError: string indices must be integers
Unknown error while validating raw metadata in local instance.
Dec 14, 2022
Describe the bug
I spinned up an instance locally by performing the following steps:
git clone https://github.com/ElixirTeSS/bioschemas-validator.git
git checkout develop
$ pip install -r requirements.txt
streamlit run website_st.py
To Reproduce
Steps to reproduce the behavior:
Ctrl + Enter
Expected behavior
It should display any proper validation error if my raw metadata has.
Screenshots
Operating System
Windows WSL.
Can anyone please help if I am missing something out here?
The text was updated successfully, but these errors were encountered: