Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIXED] Unexpected error lists/statuses: "undefined"(Not Found) updating tweets #429

Open
diego10arg opened this issue Oct 21, 2014 · 27 comments

Comments

@diego10arg
Copy link

Hi All,

I just restarted my W7 x64 and got this messeage when I try to see my lists.

I'm using Chrome Version 38.0.2125.104 m (64-bit), and Silverbird 1.9.10.2.

Does anyone knows why is this happening?
Is there any Log file to check so I can give you further information?

Thanks in advance

Diego

@fifanatic
Copy link

I'm seeing this same behavior when trying to see my lists.

I'm using Chrome Version 38.0.2125.104 m (32-bit), and Silverbird is 1.9.10.2

Thanks

Nathan

@DIL23
Copy link

DIL23 commented Oct 21, 2014

ditto! been happening since yesterday on both Windows (8.1) - Chrome Version 36.0.1985.143 m & Linux (Mint16) - probably Twitter changed something? O_o

@itsanti
Copy link

itsanti commented Oct 22, 2014

this helped me with same lists status error:

  1. find lists_timeline.js file in silver bird extension directory:
    <chrome profile>\Extensions\<random A-Z>\1.9.10.2_0\lib\timelines\lists_timeline.js
  2. inside _extendParams method i changed line
    params.slug = this.listIdParts[2];
    on
    params.slug = this.listIdParts[3];
  3. restart silver bird on chrome://extensions/ page

@fifanatic
Copy link

Hey, that worked, thanks so much!

 On Wednesday, October 22, 2014 2:05 AM, Aleksandr <[email protected]> wrote:

this helped me with same lists status error:

  1. find lists_timeline.js file in silver bird extension directory:
    \Extensions\1.9.10.2_0\lib\timelines\lists_timeline.js
  2. inside _extendParams method i changed line
    params.slug = this.listIdParts[2];
    on
    params.slug = this.listIdParts[3];
  3. restart silver bird on chrome://extensions/ page—
    Reply to this email directly or view it on GitHub.

@diego10arg
Copy link
Author

It worked here too!

Thank you very much!

@diego10arg diego10arg changed the title Unexpected error lists/statuses: "undefined"(Not Found) updating tweets [FIXED] Unexpected error lists/statuses: "undefined"(Not Found) updating tweets Oct 22, 2014
@DIL23
Copy link

DIL23 commented Oct 22, 2014

Excellent! worked for me too, many thanks! :)

DIL23

@missjava12
Copy link

Oook... How do I find this directory? How about some help for those of us who are less computer literate.

@diego10arg
Copy link
Author

Try to follow this path:

C:\Users\XXX\AppData\Local\Google\Chrome\User Data\Default\Extensions\encaiiljifbdbjlphpgpiimidegddhic\1.9.10.2_0\lib\timelines\lists_timeline.js

@zinuzoid
Copy link

zinuzoid commented Nov 4, 2014

It worked for me also.

@criscatBR
Copy link

It didn't worked for me. I got the message "This extension may have been corrupted by malware." when I've tried to reenable it.
Any tips?

@W0lfw00d
Copy link

Worked for me,thanks!

@EkD
Copy link

EkD commented Dec 9, 2014

This fix was great but stopped working to me today (Chrome version 39.0.2171.71).
When you try to change that value on .js file, Google Chrome disables Silver Bird and marks it as "for repair".

@itsanti
Copy link

itsanti commented Dec 10, 2014

looks like need to do local copy for extension now if you done fix.

  1. copy native version sb from <chrome profile>\Extensions\<random A-Z>\1.9.10.2_0 to any
    folder. manifest.json must be in folder root e.g. path\to\my_sb\manifest.json
  2. remove "update_url" and "key" fields from manifest.json
  3. change lists_timeline.js file inside path\to\my_sb\lib\timelines\ [FIXED] Unexpected error lists/statuses: "undefined"(Not Found) updating tweets #429 (comment)
  4. go to chrome://extensions/ and check developer mode. create package .crx
    for path\to\my_sb extension (see https://developer.chrome.com/extensions/packaging)
  5. drag and drop my_sb.crx file on chrome://extensions/ page - done.
    now you have your own sb working version.

@criscatBR
Copy link

It worked! thx!!!


Cristine Tellier
DEVELOPMENT :: JAVA, WEB & MULTIMEDIA
Sun Certified Programmer
Sun Certified Web Component Developer
[email protected]
http://ctellier.net

On Wed, Dec 10, 2014 at 12:31 AM, Aleksandr [email protected]
wrote:

looks like need to do local copy for extension now if you done fix.

  1. copy native version sb from \Extensions\1.9.10.2_0 to any
    folder. manifest.json must be in folder root e.g.
    path\to\my_sb\manifest.json
  2. remove "update_url" and "key" fields from manifest.json
  3. change lists_timeline.js file inside path\to\my_sb\lib\timelines\ [FIXED] Unexpected error lists/statuses: "undefined"(Not Found) updating tweets #429
    (comment)
    [FIXED] Unexpected error lists/statuses: "undefined"(Not Found) updating tweets #429 (comment)
  4. go to chrome://extensions/ and check developer mode. create package
    .crx
    for path\to\my_sb extension (see
    https://developer.chrome.com/extensions/packaging)
  5. drag and drop my_sb.crx file on chrome://extensions/ page - done.
    now you have your own sb working version.


Reply to this email directly or view it on GitHub
#429 (comment).

@EkD
Copy link

EkD commented Dec 10, 2014

It's working again, thank you itsanti!

EDIT: it isn't working again, after rebooting my PC, Google Chrome has disabled my new extension forever.

This is what happened to me: https://support.google.com/chrome/answer/2811969?p=ui_remove_non_cws_extensions&rd=1&hl=en

dairiki added a commit to dairiki/silver_bird that referenced this issue Dec 10, 2014
@itsanti
Copy link

itsanti commented Dec 11, 2014

will hope what dairiki (or somebody) publishes his fork on Chrome Web Store

@dairiki
Copy link

dairiki commented Dec 11, 2014

I don't know enough to publish this on the Chrome Web Store. ;-P

If you trust it, you can get my .crx file (which you can install in your chrome browser) at https://github.com/dairiki/silver_bird/releases.

If you do install my version, be advised that I renamed the extension from Chromed Bird to Chromed Bird (dairiki). That may be a mistake, since it means that Chrome thinks it's a whole new extension, and so it has to be configured from scratch. (My motivation for doing this was so as not to conflict with cezarsa version numbers.)

@itsanti
Copy link

itsanti commented Dec 11, 2014

there is a problem, if extension not in Chrome Web Store, then custom .crx (any) will to work until restart chrome. need to reinstall and configure ext. every time like #429 (comment).

@Chapps
Copy link

Chapps commented Dec 15, 2014

I've tried this and works. Edit the list timeline but from chrome. Tools -> Extensions ->Silver Bird
background.html
lib -> Timelines -> lists_timelines.js once in there
params.slug = this.listIdParts[2];
on
params.slug = this.listIdParts[3];
rigth click on lists_timelines.js -> Save
Should work.

@KuhnPan
Copy link

KuhnPan commented Jan 27, 2015

is there any new progress for about this issue? or anyone publish the custom .crx to Chrome Web Store already? I simple can't found a small extension like sb which supporting lists function except TweetDeck(used for a while and feel a bit of fat)

@kurtextrem
Copy link

https://github.com/studioddtonline/Silverbird-M just use this :)

@KuhnPan
Copy link

KuhnPan commented Mar 5, 2015

List worked again! Thank you SOOOOOOOOOOOOOOOOO much!!!

On Wed, Feb 18, 2015 at 12:23 AM, Jacob Groß [email protected]
wrote:

https://github.com/studioddtonline/Silverbird-M just use this :)


Reply to this email directly or view it on GitHub
#429 (comment).

@chapagain
Copy link

Thanks a lot @kurtextrem !
Lists are working fine now with your extension. 👍
https://github.com/studioddtonline/Silverbird-M

@danilocgomes
Copy link

Thanks @itsanti! It Worked!

@kylemarkwilliams
Copy link

Worked for me too @itsanti . Chromium 45.0.2454.101, Silverbird 1.9.10.2

@fredzannarbor
Copy link

Why hasn't this been merged back into the master?

@DanAtkinson
Copy link

@fredzannarbor The last code change was over four years ago and, as such, the project or its author should be considered dead.

You should not expect any further releases from this project and I'd advise you to check out one of the forks, such as Silverbird-M.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests