This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 15 matches

by Nocty
Mon Apr 25, 2016 11:23 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432258

Mishandling Retweets and directed tweets (@username)

Script is currently mishandling retweets or any tweet containing an @username reference, attributing them to the wrong Twitter handle: <Vlesk@Vlesk> Got some bomb ass viet food, my visa approved and Game of Thrones while spending time with the homie @Vlesk. Life is great today < (13s ago) Tweet abov...
by Nocty
Fri May 01, 2015 11:14 pm
Forum: Script Support & Releases
Topic: Durby - 0.3.0. New project page on code.google.com
Replies: 49
Views: 84068

YouTube links no longer parse? Update your useragent!

With the default useragent, links come back as: [10:02:55] <Grievre> https://www.youtube.com/watch?t=38 [10:02:55] <AALurker> [L] Your browser is deprecated. Please upgrade. - YouTube Changing the useragent to a more modern browser set ua "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/53...
by Nocty
Tue Oct 21, 2014 11:51 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432258

Found the issue

Special thanks to thommey and chrfle over at #egghelp for helping me find the issue.

If you have other scripts that make http::register calls, you must comment out those calls and source twitter.tcl before them, otherwise the scripts will conflict with each other.
by Nocty
Tue Oct 21, 2014 9:24 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432258

Troubleshooting

On removing the duplicate and ensuring the titter.tcl was sourced last and http.tcl first the problem seems to have been resolved. So check your config again and maybe remove any recently added tcls which might possibly be conflicting. I am not sourcing http.tcl directly in my bot configs; as far a...
by Nocty
Mon Oct 20, 2014 9:11 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432258

Still having trouble

make sure twitter.tcl is the last script sourced
otherwise it might break the http::register if another script does that last
If I have another script that uses http::register, do I need to change anything in that? I'm still getting errors having changed the lines noted.
by Nocty
Fri Oct 17, 2014 12:42 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432258

May have spoken too soon

That fix seemed to work for a while, but within 24 hours the errors return until I restart the bot. Anyone else?
by Nocty
Thu Oct 16, 2014 8:03 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432258

Works

Thanks for the quick response! Confirmed working.
by Nocty
Thu Oct 16, 2014 8:38 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432258

OAUTH errors since Twitter disabled SSL 3.0

Is anyone not getting these errors currently?
by Nocty
Wed Oct 15, 2014 10:58 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432258

OAUTH errors since Twitter disabled SSL 3.0

I seem to be getting an oauth error that started around when Twitter disabled SSL 3.0 due to the POODLE vulnerability.

Anyone else getting OAUTH Errors starting around 6-7PM CST starting OCT-14-2014?
by Nocty
Fri Jul 25, 2014 11:59 am
Forum: Script Support & Releases
Topic: links - url and img collector
Replies: 10
Views: 14576

Thanks!

Thanks a ton for your hard work, great script! I posted the same fix as a comment on your github in case anyone else is a Linux scrub like me and has the same issue.
by Nocty
Fri Jul 25, 2014 11:06 am
Forum: Script Support & Releases
Topic: links - url and img collector
Replies: 10
Views: 14576

Perplexing - EDIT: FIXED!

Yeah something is definitely not right on my end, I wrote a simple Perl script to compare MIME type responses based on this: http://stackoverflow.com/questions/523773/how-do-i-find-a-links-content-type-in-perl and it is returning different types for the same link for HTTP vs HTTPS user@AALurker:~/li...
by Nocty
Fri Jul 25, 2014 8:46 am
Forum: Script Support & Releases
Topic: links - url and img collector
Replies: 10
Views: 14576

You're onto something

Actually it looks like you're definitely onto something; it would appear that none of my HTTPS links are parsing correctly. Initialize Links Object Checking existance of site in database.. not dupe This URL: https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-xfp1/t1.0-9/1513695_314741348650880_123183...
by Nocty
Thu Jul 24, 2014 11:49 am
Forum: Script Support & Releases
Topic: links - url and img collector
Replies: 10
Views: 14576

Same error

Still getting the same error with the updated links.pm; it seems to not like anything as far as the & parameter in the URL This URL: https://www.youtube.com/watch?v=HMUDVMiITOU&t=10 doesn't really exist!! Return Code: 500 $VAR1 = bless( { 'isdupe' => 0, 'date' => '2014-07-24 11:30:46', 'pars...
by Nocty
Thu Jul 24, 2014 11:24 am
Forum: Script Support & Releases
Topic: links - url and img collector
Replies: 10
Views: 14576

Thanks!

:D Awesome, will grab to test now, I had been looking to replace the current link logger I have because it's ugly as sin, but as you might imagine YouTube links are pretty common in the channel. I will grab the new .pm and let you know how things work, but I'm pretty sure you're correct; I noticed t...
by Nocty
Tue Jun 17, 2014 3:28 pm
Forum: Script Support & Releases
Topic: links - url and img collector
Replies: 10
Views: 14576

Works! Except for YouTube...

So thanks to your excellent guide I was able to follow the directions and, with a little bit of troubleshooting and only minimal Linux knowledge (running this on Debian), I was able to get this script mostly working. For some reason, however, it does not seem to like the YouTube links I tested it wi...