Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Missing Hangouts.json file error [solved] #11

Open
gotdown opened this issue Jun 9, 2018 · 1 comment
Open

Missing Hangouts.json file error [solved] #11

gotdown opened this issue Jun 9, 2018 · 1 comment

Comments

@gotdown
Copy link

gotdown commented Jun 9, 2018

This was so helpful! I had to debug a problem where the script (or Windows or my Python environment?) used the Python program directory rather than the script directory as the working directory.

I don't know the cause, but I worked around it by copying my Hangouts.json file to the Python directory prior to running the script.

@GamerKingFaiz
Copy link

I had to change lines 6 & 7 to hardcode the location of my file:

HANGOUTS_JSON_FILE = 'C:\hangouts_to_sms-develop\Hangouts.json'
OUTPUT_FILE = "C:\hangouts_to_sms-develop\messages.xml"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants