[GH-ISSUE #30] python 3.9.13 Expecting property name enclosed in double quotes #17

Closed
opened 2026-03-02 04:06:14 +03:00 by kerem · 3 comments
Owner

Originally created by @InternalShadow on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/30

image

Originally created by @InternalShadow on GitHub (Feb 21, 2024). Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/30 ![image](https://github.com/FujiwaraChoki/MoneyPrinterV2/assets/76181682/edc83726-7fca-4123-a200-0c3aa237f1d5)
kerem closed this issue 2026-03-02 04:06:14 +03:00
Author
Owner

@FujiwaraChoki commented on GitHub (Feb 21, 2024):

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"
}
<!-- gh-comment-id:1957496753 --> @FujiwaraChoki commented on GitHub (Feb 21, 2024): Do NOT alter the configuration names, just the values... It seems like you have something like this: ```json { name: "myName" } ``` when it should be like this: ```json { "name": "myName" } ```
Author
Owner

@InternalShadow commented on GitHub (Feb 21, 2024):

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" }

<!-- gh-comment-id:1957642493 --> @InternalShadow commented on GitHub (Feb 21, 2024): this is my config.json <p><code> { "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" } </code> </p>
Author
Owner

@InternalShadow commented on GitHub (Feb 21, 2024):

I think when i filed out the

"email":
{"username":"something1",
"password":"something2"
},

it was erroring

<!-- gh-comment-id:1957652176 --> @InternalShadow commented on GitHub (Feb 21, 2024): I think when i filed out the <code> "email": {"username":"something1", "password":"something2" }, </code> it was erroring
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MoneyPrinterV2#17
No description provided.