taskWeeChat - Tasks: task #10616, Reassigned to another tracker...

 
 

task #10616: Reassigned to another tracker [was: weechat_infolist_reset_item_cursor does not work]

Submitter:  arno <arenevier>
Submitted:  Thu 16 Sep 2010 03:09:37 PM UTC
   
 
Category:  scripts API plugins Should Start On:  Thu 16 Sep 2010 12:00:00 AM UTC
Should be Finished on:  Thu 16 Sep 2010 12:00:00 AM UTC Priority:  * 5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Percent Complete:  0%
Originator Name:  Open/Closed:  Closed
Planned Release:  None IRC nick: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 17 Sep 2010 11:16:49 AM UTC, comment #2: 

THIS ITEM WAS REASSIGNED TO BUG #31057


Please, do not post any new comments to this item.

Sebastien Helleu <flashcode>
Group administrator
Fri 17 Sep 2010 11:16:48 AM UTC, comment #1: 

It is a bug, not a task.

Sebastien Helleu <flashcode>
Group administrator
Thu 16 Sep 2010 03:09:37 PM UTC, original submission:  

THIS ITEM WAS REASSIGNED TO BUG #31057
Hi,
http://www.weechat.org/files/doc/devel/weechat_plugin_api.fr.html#_weechat_infolist_reset_item_cursor
weechat_infolist_reset_item_cursor
does not seem to work

here is a python script example:

import weechat

weechat.register("test_python", "FlashCode", "1.0", "GPL3", "Script de test", "", "")

infolist = weechat.infolist_get("history", "", "")

#this works fine
weechat.infolist_next(infolist)

#this does not work
weechat.infolist_reset_item_cursor(infolist)

and here is the exception raised:

python: stdout/stderr: Traceback (most recent call last):
python: stdout/stderr:   File "/home/arno/.weechat/python/autoload/test.py", line 11, in <module>
python: stdout/stderr:     weechat.infolist_reset_item_cursor(infolist)
python: stdout/stderr: AttributeError: 'module' object has no attribute 'infolist_reset_item_cursor'
python: unable to parse file "/home/arno/.weechat/python/autoload/test.py"

arno <arenevier>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Posted a comment)
  • -email is unavailable- added by arenevier (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-09-17 flashcode Reassign ItemWeeChat, task #10616 WeeChat, bug #31057

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code