sugarlabs / chat

The Sugar chat activity
GNU General Public License v2.0
5 stars 25 forks source link

Feature: advise of connection progress #16

Closed quozl closed 4 years ago

quozl commented 5 years ago

When a second or subsequent instance of the activity is started by others, there is little explanation for the delay that ensues. Like the Maze activity says "Joining a maze", say "Joining a chat" or whatever message is appropriate given the other messages in use now.

Aniket21mathur commented 5 years ago

Traceback (most recent call last): File "/usr/bin/sugar-activity", line 219, in <module> main() File "/usr/bin/sugar-activity", line 163, in main module = __import__(module_name) File "/home/guest/GSOC/test/chat/activity.py", line 22, in <module> gi.require_version('TelepathyGLib', '0.12') File "/usr/lib/python2.7/dist-packages/gi/__init__.py", line 130, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace TelepathyGLib not available I am getting this error on running the activity.Please help. Thanks!

quozl commented 5 years ago