Has anyone else noticed a change in twitter again that is making hummingbird useless again. I am not sure because the only accounts im trying it on have over 40k followers.


Has anyone else noticed a change in twitter again that is making hummingbird useless again. I am not sure because the only accounts im trying it on have over 40k followers.
What Is My Number?.... MORE!
Well by useless you mean no follow possible or only a very small amount of following possible, I ask because I noticed the later on my new accounts.
Yes now twitter changes the followers and followings page number to a unique number, which is unique for a particular profile. That means if you have 800 followings, then you have 40 unique page number , in each page you have 20 followings.
If you have 800 followers, same you have 40 unique page, in each page 20 folowers.
Due to this change hummingbirds is not workng perfectly. I do not think any software can break this uniqueness.
blackhat+er (09-07-2009)
Also, after using v1.0.0.75 (NOT the crack) successfully since it came out, all of a sudden I am having trouble with Hummingbird .....
It seems to have something to do with the page number .....
Unhandled exception has occurred in your appliction. If you click
Continue, the application will ignore this error and attempt to continue. If
you click Quit, the application will close immediately.
Value was either too large or too small for an Int32.
************** Exception Text **************
System.OverflowException: Value was either too large or too small for an Int32.
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s)
at Hummingbird.frmMain.GoToNextPage()
at Hummingbird.frmMain.UnfollowAll()
at Hummingbird.frmMain.OnFollowUnfollowClicked(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
TIA ....
..... This signature has been BANNED in over 5,638,803,738 countries worldwide .....
blackhat+er (09-07-2009)
Yeah is all due to the change..
blackhat+er (09-07-2009)
May I ask what source you get your information from?
Also, does this affect Hummingbird MO because the followers pages layout changed or did they restrict the number of max followers?
[edit]
I think I got it, the ratio followers:20 makes up your pagenumber and then the hash it? That is a smart move, but I think it is workable.
Last edited by Maruk; 09-06-2009 at 06:04 PM.
This is yet another reason to use software that works through the API, not through web browser automation. There are too many constant changes to the website itself to be able to keep software like this running for more than a few weeks at a time.
.
It's reported and heating up over on the hummingbird forum but I suppose
because of the holiday weekend the owner doesn't even know about it yet.
He'll fix it or be out of business I'm sure .....
We'll have to be patient til he sees the problems and gets them fixed is all .....
HTH ....![]()
..... This signature has been BANNED in over 5,638,803,738 countries worldwide .....
Actually I think it is because twitter changed the pagination from "page 1, page two" to "?page=1313140199150915750", "?page=1313140199150941373", etc which is why it is causing the overflow.
The error was "either too large or too small" .....
I don't feel it should be a problem to change the field or whatever when they get to it.
HTH ....
..... This signature has been BANNED in over 5,638,803,738 countries worldwide .....
it is not a fixed page number.
like if we say a following page url is
http://twitter.com/PattyBarrett/foll...07635611114543
next page is http://twitter.com/PattyBarrett/foll...33785997556876
there is no similarity in betweeen these numbers. These are randomly generated numbers. How a software can pick this random numbers. Yes if humming bird can changes there software.
Well for starters this is an error that should never occur in properly designed software. URLs in general are unpredictable and therefore no software should be treating parts of the URL as integers just because they happened to be integers the day that the programmers looked at them. What if twitter decided one day decided to put letters in that part of the URL?
Any programmer worth their salt would look at it as a generic string, not an integer. They would then record the entire URL that the software visited so that it would know that the page had already been crawled. That way it would handle it whatever the URL is.
That and a couple other things call into question how smart the guys behind Hummingbird really are. Hummingbird appears to be really hacked together. Their team is apparently better at graphic design than programming.
blackhat+er (09-08-2009)
Bookmarks