Replies: 4 comments 1 reply
-
Hi Rakesh, The offline mode not working appears to be a bug, introduced by the recent changes. I'll fix that. However, not sure why the online mode isn't working. The error message seems a bit odd. Need to check on that. Hope you had reset the offline mode before by changing the env variable to |
Beta Was this translation helpful? Give feedback.
-
Thank you. I’ll look for the fix.I did reset the env variable before running online mode and got this error. On Feb 27, 2025, at 10:02 PM, Barun Saha ***@***.***> wrote:
Hi Rakesh,
The offline mode not working appears to be a bug, introduced by the recent changes. I'll fix that.
However, not sure why the online mode isn't working. The error message seems a bit odd. Need to check on that. Hope you had reset the offline mode before by changing the env variable to RUN_IN_OFFLINE_MODE=False?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
(1) The bug in the offline mode has been fixed. It should work now. Please see issue #84 for more information and a sample installation script, available at https://gist.github.com/barun-saha/6918ee50a50db819241301a29ce69727 Do give it a try and let me know how it works. |
Beta Was this translation helpful? Give feedback.
-
Thanks! This worked for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When I try to run the application in offline mode, the application throws an error that no
NameError: name 'azure_deployment' is not defined
Traceback:
File "/nvmes-349tb-raid1/rakesh/anaconda3/envs/slide-deck-ai/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/nvmes-349tb-raid1/rakesh/anaconda3/envs/slide-deck-ai/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "/nvmes-349tb-raid1/rakesh/code/external/slide-deck-ai/app.py", line 550, in
main()
File "/nvmes-349tb-raid1/rakesh/code/external/slide-deck-ai/app.py", line 546, in main
build_ui()
File "/nvmes-349tb-raid1/rakesh/code/external/slide-deck-ai/app.py", line 239, in build_ui
set_up_chat_ui()
File "/nvmes-349tb-raid1/rakesh/code/external/slide-deck-ai/app.py", line 275, in set_up_chat_ui
az_deployment = azure_deployment.strip()
and when I run in online mode it throws the error:
_Unfortunately, SlideDeck AI failed to generate any content for you! Please try again later.
logs show:
2025-02-27 09:38:09 - ERROR - main - Caught a generic exception: Package not found at 'pptx_templates/Ion_Boardroom.pptx'_
Can you help me resolve both errors please?
Thanks,
Rakesh
Beta Was this translation helpful? Give feedback.
All reactions