gulbuhar / pino-twitter

Automatically exported from code.google.com/p/pino-twitter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Running pino from command line get critical warnings #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile pino on Fedora 13
2. Start pino from command line

Expected result: silent and pino run

Actual result: warnings and pino run

[filiperosset@filiperosset ~]$ pino 

** (pino:4653): WARNING **: rest_api_abstract.vala:202: 0

** (pino:4653): WARNING **: main_window.vala:632: start home

** (pino:4653): WARNING **: rest_api_timeline.vala:89:
http://api.twitter.com/statuses/home_timeline.xml

** (pino:4653): WARNING **: rest_api_abstract.vala:202: 1

** (pino:4653): WARNING **: timeline_list.vala:117: SIZE: 96

** (pino:4653): WARNING **: main_window.vala:634: start mentions

** (pino:4653): WARNING **: rest_api_timeline.vala:89:
http://api.twitter.com/statuses/mentions.xml

** (pino:4653): WARNING **: rest_api_abstract.vala:202: 1

** (pino:4653): WARNING **: timeline_list.vala:117: SIZE: 38

** (pino:4653): WARNING **: main_window.vala:636: start direct

** (pino:4653): WARNING **: rest_api_abstract.vala:202: 1

** (pino:4653): WARNING **: timeline_direct_list.vala:87: SIZE: 0

** (pino:4653): WARNING **: main_window.vala:639: end of update, starting
notification

** (pino:4653): WARNING **: main_window.vala:641: notification is ok

Additional information:

[filiperosset@filiperosset ~]$ valac --version
Vala 0.7.10

[filiperosset@filiperosset ~]$ uname -a
Linux filiperosset 2.6.33.1-19.fc13.x86_64 #1 SMP Sat Mar 20 02:14:15 UTC
2010 x86_64 x86_64 x86_64 GNU/Linux

Original issue reported on code.google.com by rosset.filipe on 6 Apr 2010 at 12:33

GoogleCodeExporter commented 9 years ago
Good, version 0.2.6 implements debug options and solve this issue.

Original comment by rosset.filipe on 14 Apr 2010 at 4:59