-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
Guideline
- Carefully read the issue description before applying to ensure you have all the necessary information to start working on it.
- Write a brief description of how you will approach the task (without using ChatGPT).
- Add your Telegram handler in your application (e.g., in OnlyDust or similar)
- Write ETA in your application
What should I do if I have a problem
- Try to google it before asking. Googling is taking major part of dev work
- If you couldn't find answer your question with Google, text your question to dev group with your question.
- Do not send DM to maintainer, it would be better and faster to ask other contributors in chat
How to prepare PR
- Check if your code smell good
- Add close # to link your issue with your PR
- Do not commit changes which is not related to your task
- Check after you created PR, if you committed everything.
Task description
- Go to
apps/dashboard_app/charts/main.pyuncomment
# self.get_user_history("0x04d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a")- Run
docker compose -f devops/dev/docker-compose.dashboard-app.yaml up --build - Once started Go to
http://0.0.0.0:8501and wait... - Check the error:
File "/usr/local/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "/usr/local/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/app/dashboard_app/dashboard.py", line 35, in <module>
dashboard.run()
File "/app/dashboard_app/charts/main.py", line 584, in run
self.get_user_history("0x04d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a")
File "/app/dashboard_app/charts/main.py", line 461, in get_user_history
user_data = get_user_history(wallet_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Your task is to review the functions and fix all errors. The wallet is a stub - you can use any
Metadata
Metadata
Assignees
Labels
No labels