כשאני מריץ pyton3 app.py
זה עובד בדיבאגר
אבל מחזיר מסך כזה

כשאני אורז אותו לתמונה הוא עוצר בטענה שהקובץ json לא תקין
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/meapi/auth.py", line 89, in credentials_manager
existing_content = load(config_file)
File "/usr/local/lib/python3.9/json/init.py", line 293, in load
return loads(fp.read(),
File "/usr/local/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.9/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Invalid control character at: line 3 column 159 (char 182)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "//app.py", line 6, in <module>
me = Me(phone_number="9725512345")
File "/usr/local/lib/python3.9/site-packages/meapi/me.py", line 46, in init
auth_data = self.credentials_manager()
File "/usr/local/lib/python3.9/site-packages/meapi/auth.py", line 91, in credentials_manager
raise MeException("Not a valid json file: " + self.config_file)
meapi.exceptions.MeException: Not a valid json file: config.json
כמובם שאת הטלפון שיניתי כאן וזה לא מה שבמקור