cezarsa / silver_bird

Extension to access your Twitter from the Google Chrome browser.
http://cezarsa.github.com/silver_bird/
MIT License
287 stars 87 forks source link

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

Open diego10arg opened 9 years ago

diego10arg commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

Hey, that worked, thanks so much!

 On Wednesday, October 22, 2014 2:05 AM, Aleksandr <notifications@github.com> 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 commented 9 years ago

It worked here too!

Thank you very much!

DIL23 commented 9 years ago

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

DIL23

missjava12 commented 9 years ago

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

diego10arg commented 9 years ago

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 commented 9 years ago

It worked for me also.

criscatBR commented 9 years ago

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 commented 9 years ago

Worked for me,thanks!

EkD commented 9 years ago

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 commented 9 years ago

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\ https://github.com/cezarsa/silver_bird/issues/429#issuecomment-60055944
  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 commented 9 years ago

It worked! thx!!!


Cristine Tellier DEVELOPMENT :: JAVA, WEB & MULTIMEDIA Sun Certified Programmer Sun Certified Web Component Developer criscat.br@gmail.com http://ctellier.net

On Wed, Dec 10, 2014 at 12:31 AM, Aleksandr notifications@github.com wrote:

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

  1. copy native version sb from \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\ #429 (comment) https://github.com/cezarsa/silver_bird/issues/429#issuecomment-60055944
  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 https://github.com/cezarsa/silver_bird/issues/429#issuecomment-66395536.

EkD commented 9 years ago

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

itsanti commented 9 years ago

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

dairiki commented 9 years ago

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 commented 9 years ago

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 https://github.com/cezarsa/silver_bird/issues/429#issuecomment-66476305.

Chapps commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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

KuhnPan commented 9 years ago

List worked again! Thank you SOOOOOOOOOOOOOOOOO much!!!

On Wed, Feb 18, 2015 at 12:23 AM, Jacob Groß notifications@github.com wrote:

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

— Reply to this email directly or view it on GitHub https://github.com/cezarsa/silver_bird/issues/429#issuecomment-74696415.

chapagain commented 9 years ago

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

danilocgomes commented 9 years ago

Thanks @itsanti! It Worked!

kylemarkwilliams commented 8 years ago

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

fredzannarbor commented 7 years ago

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

DanAtkinson commented 7 years ago

@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.