Heybuddy fails to connect o statusnet server with a textlimit of 'false'.

Bug #1019504 reported by Kevin Granade
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
heybuddy
Fix Released
High
Unassigned

Bug Description

When connecting to my statusnet instance, I noticed that Heybuddy threw an error about the textlimit of my server:
http://status.linuxwrangling.com/api/statusnet/config.xml
http://status.linuxwrangling.com/api/statuses/friends_timeline/kevingranade.xml?count=20&since_id=0
http://status.linuxwrangling.com/api/statuses/mentions/kevingranade.xml?count=20&since_id=0
Traceback (most recent call last):
  File "./heybuddy.py", line 793, in process_configXML
    self.mainwindow.set_textlimit( server['textlimit'] )
  File "/home/azmodean/source/heybuddy/MainWindow.py", line 280, in set_textlimit
    self.textlimit = int(limit)
ValueError: invalid literal for int() with base 10: 'false'

The login succeeds despite the error, but subsequent runs of Heybuddy fail with the same traceback.

As you can see at http://status.linuxwrangling.com/api/statusnet/config.xml, the textlimit string is "false" instead of an integer, which I believe is a legit setting indicating "no limit".

jezra (jezra)
Changed in heybuddy:
status: New → Confirmed
importance: Undecided → High
jezra (jezra)
Changed in heybuddy:
status: Confirmed → Fix Committed
jezra (jezra)
Changed in heybuddy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.