• DDMessage Reader error on message voting

    From DaiTengu@VERT/ENSEMBLE to All on Friday, March 08, 2019 08:14:18
    Using DDMessage Reader, when I try to vote on a message, this happens:

    Vote for message: Up, Down, or Quit: U Submitting..!JavaScript ../xtrn/DDMsgReader/DDMsgReader.js line 14211: Error: index read (10710)
    failed

    Just figured I'd let someone know. :)

    DaiTengu

    ... You'll never walk alone with schizophrenia.

    ---
    ž Synchronet ž War Ensemble BBS - The sport is war, total war - warensemble.com
  • From Nightfox@VERT/DIGDIST to DaiTengu on Friday, March 08, 2019 08:24:27
    Re: DDMessage Reader error on message voting
    By: DaiTengu to All on Fri Mar 08 2019 10:14 am

    Using DDMessage Reader, when I try to vote on a message, this happens:

    Vote for message: Up, Down, or Quit: U Submitting..!JavaScript ../xtrn/DDMsgReader/DDMsgReader.js line 14211: Error: index read (10710) failed

    Just figured I'd let someone know. :)

    The appropriate person to let know would be me, as I am the developer of that message reader. :)

    What version of DDMsgReader.js are you using? Are you using the latest (1.17)? I have been using the voting in my reader, and this isn't an error I have seen recently. If I ever see it happen for me then I can hopefully debug it.

    The DDMsgReader.js that is currently in CVS has this on line 14211:
    var tmpHdrs = msgbase.get_all_msg_headers();
    I'm not sure in what situations that would produce that error, or if that's the same as your copy. What is on line 14211 in your copy of DDMsgReader.js?

    Nightfox

    ---
    ž Synchronet ž Digital Distortion: digitaldistortionbbs.com
  • From DaiTengu@VERT/ENSEMBLE to Nightfox on Friday, March 08, 2019 12:40:09
    Re: DDMessage Reader error on message voting
    By: Nightfox to DaiTengu on Fri Mar 08 2019 10:24 am

    Vote for message: Up, Down, or Quit: U Submitting..!JavaScript
    ../xtrn/DDMsgReader/DDMsgReader.js line 14211: Error: index read
    (10710) failed

    What version of DDMsgReader.js are you using? Are you using the latest (1.17)? I have been using the voting in my reader, and this isn't an error I have seen recently. If I ever see it happen for me then I can hopefully debug it.

    I just mashed "?" and got this:

    Digital Distortion Message Reader
    ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
    Version 1.17 (2019-01-02)

    That matches up with the header in the file in /sbbs/xtrn/DDMsgReader/DDMsgReader.js

    line 14211 (x) and surrounding lines:
    if (typeof(msgbase.get_all_msg_headers) === "function")
    {
    x var tmpHdrs = msgbase.get_all_msg_headers();
    if (tmpHdrs.hasOwnProperty(pMsgHdr.number))
    {


    So it looks like we're the same.

    DaiTengu

    ... He used to be fairly indecisive, but now he's not so certain.

    ---
    ž Synchronet ž War Ensemble BBS - The sport is war, total war - warensemble.com
  • From DaiTengu@VERT/ENSEMBLE to Nightfox on Friday, March 08, 2019 12:42:23
    Re: DDMessage Reader error on message voting
    By: Nightfox to DaiTengu on Fri Mar 08 2019 10:24 am

    Vote for message: Up, Down, or Quit: U Submitting..!JavaScript
    ../xtrn/DDMsgReader/DDMsgReader.js line 14211: Error: index read
    (10710) failed

    What version of DDMsgReader.js are you using? Are you using the latest (1.17)? I have been using the voting in my reader, and this isn't an error I have seen recently. If I ever see it happen for me then I can hopefully debug it.

    I just mashed "?" and got this:

    Digital Distortion Message Reader
    ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
    Version 1.17 (2019-01-02)

    That matches up with the header in the file in /sbbs/xtrn/DDMsgReader/DDMsgReader.js

    line 14211 (x) and surrounding lines:
    if (typeof(msgbase.get_all_msg_headers) === "function")
    {
    x var tmpHdrs = msgbase.get_all_msg_headers();
    if (tmpHdrs.hasOwnProperty(pMsgHdr.number))
    {


    So it looks like we're the same. I've tested it in a couple different areas, thinking maybe there was a corrupted index in my SMB, but it's happening in both local areas containing no more than 20 messages, and dovenet areas.

    Let me know if I can give you more info.


    DaiTengu

    ... He used to be fairly indecisive, but now he's not so certain.


    Mike

    ---
    ž Synchronet ž War Ensemble BBS - The sport is war, total war - warensemble.com
  • From Nightfox@VERT/DIGDIST to DaiTengu on Wednesday, March 13, 2019 15:07:53
    Re: DDMessage Reader error on message voting
    By: DaiTengu to All on Fri Mar 08 2019 10:14 am

    Using DDMessage Reader, when I try to vote on a message, this happens:

    Vote for message: Up, Down, or Quit: U Submitting..!JavaScript ../xtrn/DDMsgReader/DDMsgReader.js line 14211: Error: index read (10710) failed

    It looks like Digital Man has made a change to Synchronet that should fix that issue. Tomorrow I'd try updating your Synchronet binaries with tomorrow's build and see if that resolves the issue.

    Nightfox

    ---
    ž Synchronet ž Digital Distortion: digitaldistortionbbs.com