python 3.9.13 Expecting property name enclosed in double quotes
InternalShadow opened this issue · 3 comments
Do NOT alter the configuration names, just the values...
It seems like you have something like this:
{
name: "myName"
}
when it should be like this:
{
"name": "myName"
}
this is my config.json
{
"verbose": true,
"firefox_profile": "C:\\UserswowowAppDataRoamingMozillaFirefoxProfiles\\40n7xz2q.dev-edition-default",
"headless": false,
"twitter_language": "English",
"llm": "gpt4",
"image_prompt_llm": "gpt4",
"image_model": "v3",
"threads": 2,
"zip_url": "",
"is_for_kids": false,
"google_maps_scraper": "https://github.com/gosom/google-maps-scraper/archive/refs/tags/v0.9.7.zip",
"email": {
"smtp_server": "smtp.gmail.com",
"smtp_port": 587,
"username": "",
"password": ""
},
"google_maps_scraper_niche": "",
"scraper_timeout": 300,
"outreach_message_subject": "I have a question...",
"outreach_message_body_file": "outreach_message.html",
"assembly_ai_api_key": "1234567890asdfghjkghjk",
"font": "bold_font.ttf",
"imagemagick_path": "C:\\Program Files\\ImageMagick-7.1.1-Q16-HDRI\\magick.exe"
}
I think when i filed out the
"email":
{"username":"something1",
"password":"something2"
},
it was erroring