shengwu / SportsTweet

Visualizin' tweets
1 stars 2 forks source link

update_photos.rb doesn't always finish #18

Open richchang0 opened 11 years ago

richchang0 commented 11 years ago

/home/rc/.rvm/gems/ruby-1.9.3-p392/gems/twitter-4.6.2/lib/twitter/response/raise_error.rb:21:in `on_complete': Sorry, that page does not exist (Twitter::Error::NotFound)

/home/rc/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:762:in `initialize': execution expired (Twitter::Error::ClientError)

usually one of these two errors.

shengwu commented 11 years ago

I'll check this out soon. Here's a thread with a bunch of possible causes: https://dev.twitter.com/discussions/11595

richchang0 commented 11 years ago

closed in 23a3866b72

it was an INT vs INT_STR problem

richchang0 commented 11 years ago

sigh jk...

raise_error.rb:21:in `on_complete': Sorry, that page does not exist (Twitter::Error::NotFound)

just got this error.

richchang0 commented 11 years ago

made changes based off of

https://github.com/sferik/twitter/pull/380