Skip to content

Forum in maintenance, we will back soon 🙂

Intensive Topic Res...
 
Notifications
Clear all

Intensive Topic Research with AI Error

7 Posts
4 Users
1 Reactions
80 Views
Dim2001
(@dassa)
Posts: 95
Member
Topic starter
 

Hi Mr. Hasan,
I am trying to develop this tool today. I use your API and my website for saving posts. but when I tick the check box which is generate blog post draft, It shows me the below error.

JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback:
File "D:\Hasan\Project directory\Keyword-Research-Graph-main\Keyword-Research-Graph-main\venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 75, in exec_func_with_error_handling
    result = func()
             ^^^^^^
File "D:\Hasan\Project directory\Keyword-Research-Graph-main\Keyword-Research-Graph-main\venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 574, in code_to_exec
    exec(code, module.__dict__)
File "D:\Hasan\Project directory\Keyword-Research-Graph-main\Keyword-Research-Graph-main\ui.py", line 157, in <module>
    main()
File "D:\Hasan\Project directory\Keyword-Research-Graph-main\Keyword-Research-Graph-main\ui.py", line 127, in main
    st.session_state.nodes, st.session_state.edges = generate_subtopics_tree(
                                                     ^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Hasan\Project directory\Keyword-Research-Graph-main\Keyword-Research-Graph-main\ui.py", line 78, in generate_subtopics_tree
    post_on_wordpress(subtopic, draft)
File "D:\Hasan\Project directory\Keyword-Research-Graph-main\Keyword-Research-Graph-main\helpers.py", line 69, in post_on_wordpress
    print(response.json())
          ^^^^^^^^^^^^^^^
File "D:\Hasan\Project directory\Keyword-Research-Graph-main\Keyword-Research-Graph-main\venv\Lib\site-packages\requests\models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
 
Posted : 07/26/2024 5:48 am
Hasan Aboul Hasan
(@admin)
Posts: 1229
Member Admin
 

If you dont tick keyword metrics and drafts, it works?

 
Posted : 07/30/2024 6:39 pm
Dim2001
(@dassa)
Posts: 95
Member
Topic starter
 

yes. even works with keyword metrics.

 
Posted : 07/31/2024 5:43 am
Hasan Aboul Hasan
(@admin)
Posts: 1229
Member Admin
 

@dassa did you test with only one level?

 
Posted : 08/01/2024 4:12 pm
(@nayeem)
Posts: 1
New Member
 

Hi

I am trying to install the simpler LLM and getting the following error, can you please help

image
 
Posted : 08/05/2024 7:06 am
(@google-abellara)
Posts: 1
New Member
 

Hi Hasan,

I got this error after installing and starting to search a topic:

Failed after 3 attempts due to: Error code: 404 – {‘error’: {‘message’: ‘The model `gpt-4o` does not exist or you do not have access to it.’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: ‘model_no
t_found’}}

AttributeError: ‘str’ object has no attribute ‘sub_topics’

 

Would appreciate your help.

Kind Regards,

 

 
Posted : 08/06/2024 10:31 am
Hasan Aboul Hasan
(@admin)
Posts: 1229
Member Admin
 

@google-abellara do you have access to openAI API gpt-4o model? try gpt-3.5-turbo

 

 
Posted : 08/06/2024 8:29 pm
Dim2001 reacted
Share: