Abhinandan Shrestha
Abhinandan Shrestha
[E1003] FetchSchemaListFailed Failed to get schema list. TypeError: Failed to fetch can't use %40 for @ in connection string
Error: ProgrammingError (psycopg2.errors.UndefinedTable) relation "public.googleanalytics" does not exist LINE 1: select * from public.GoogleAnalytics limit 100 ^ [SQL: select * from public.GoogleAnalytics limit 100] (Background on this error at: http://sqlalche.me/e/14/f405)...
```py import time from pyVoIP.VoIP import VoIPPhone, CallState import threading phone = VoIPPhone( server="192.168.88.5", port=5060, username="5001", password="hello123817239", myIP="192.168.88.10", sipPort=53563 ) phone.start() start_thread=False try: call = phone.call('5000') print("Call initiated. Send mode:",...