My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Older

  • Nov 26, 2011
    issue 9 (RATE_LIMIT_EXCEEDED ) commented on by mmalse...@gmail.com   -   sorry for this mistake it is supposed to be posted on the dot net bitly project. Thank you.
    sorry for this mistake it is supposed to be posted on the dot net bitly project. Thank you.
  • Nov 26, 2011
    issue 9 (RATE_LIMIT_EXCEEDED ) commented on by ch...@rosaloves.com   -   Hello, This is not an issue in the bitlyj library, but a result of issuing too many API requests within a given time window. Please read bitly's tips for dealing with this here: http://code.google.com/p/bitly-api/wiki/ApiBestPractices#Rate_Limiting, as well as an exchange with another bitlyj user here: http://groups.google.com/group/bitlyj-users/browse_thread/thread/4600c3f95f9e9889. Just to be clear, you are using bitlyj (a java library) with .net? How is that possible? -chris
    Hello, This is not an issue in the bitlyj library, but a result of issuing too many API requests within a given time window. Please read bitly's tips for dealing with this here: http://code.google.com/p/bitly-api/wiki/ApiBestPractices#Rate_Limiting, as well as an exchange with another bitlyj user here: http://groups.google.com/group/bitlyj-users/browse_thread/thread/4600c3f95f9e9889. Just to be clear, you are using bitlyj (a java library) with .net? How is that possible? -chris
  • Nov 23, 2011
    issue 9 (RATE_LIMIT_EXCEEDED ) reported by mmalse...@gmail.com   -   What steps will reproduce the problem? 1.get a list of a thousand URL for and RSS service 2.looping the list of URLs and shorting each URL at a time 3.a RATE_LIMIT_EXCEEDED What is the expected output? What do you see instead? a shortened url for each url. What version of the product are you using? On what operating system? we are using the latest version on a windows server, and developing using .net framework
    What steps will reproduce the problem? 1.get a list of a thousand URL for and RSS service 2.looping the list of URLs and shorting each URL at a time 3.a RATE_LIMIT_EXCEEDED What is the expected output? What do you see instead? a shortened url for each url. What version of the product are you using? On what operating system? we are using the latest version on a windows server, and developing using .net framework
  • Jul 26, 2011
    issue 8 (RATE_LIMIT_EXCEEDED exception) Status changed by ch...@rosaloves.com   -   Closing. Rate-limiting by bitly is intentional and appropriately reported.
    Status: Invalid
    Closing. Rate-limiting by bitly is intentional and appropriately reported.
    Status: Invalid
  • Jul 26, 2011
    QuickStart Wiki page commented on by ch...@rosaloves.com   -   You're welcome!
    You're welcome!
  • Jul 21, 2011
    issue 8 (RATE_LIMIT_EXCEEDED exception) commented on by burningo...@gmail.com   -   Hello, It looks like you're getting, well, rate limited: http://code.google.com/p/bitly-api/wiki/ApiDocumentation#Rate_Limiting If you happen to be using the demo user/api key, you'll almost get this straight away. If you're using your own, do read the section in the bitly api docs (link above) about when and why requests are limited. bitlyj only throws this kind of exception when it receives a failure response from bitly, and it only reports the error code as provided in the response (RATE_LIMIT_EXCEEDED). Please confirm when you've worked around this, but I'm almost certain this isn't a problem in the library. I'll close this issue in the next day or so. -chris
    Hello, It looks like you're getting, well, rate limited: http://code.google.com/p/bitly-api/wiki/ApiDocumentation#Rate_Limiting If you happen to be using the demo user/api key, you'll almost get this straight away. If you're using your own, do read the section in the bitly api docs (link above) about when and why requests are limited. bitlyj only throws this kind of exception when it receives a failure response from bitly, and it only reports the error code as provided in the response (RATE_LIMIT_EXCEEDED). Please confirm when you've worked around this, but I'm almost certain this isn't a problem in the library. I'll close this issue in the next day or so. -chris
  • Jul 21, 2011
    issue 8 (RATE_LIMIT_EXCEEDED exception) reported by chezhiy...@gmail.com   -   What steps will reproduce the problem? 1.Exception in thread "main" com.rosaloves.bitlyj.BitlyException: RATE_LIMIT_EXCEEDED at com.rosaloves.bitlyj.SimpleProvider.filterErrorResponse(SimpleProvider.java:89) at com.rosaloves.bitlyj.SimpleProvider.call(SimpleProvider.java:45) What is the expected output? "http://bit.ly/1YKMfY" What version of the product are you using? On what operating system? bitlyj-2.0.0 on ubuntu
    What steps will reproduce the problem? 1.Exception in thread "main" com.rosaloves.bitlyj.BitlyException: RATE_LIMIT_EXCEEDED at com.rosaloves.bitlyj.SimpleProvider.filterErrorResponse(SimpleProvider.java:89) at com.rosaloves.bitlyj.SimpleProvider.call(SimpleProvider.java:45) What is the expected output? "http://bit.ly/1YKMfY" What version of the product are you using? On what operating system? bitlyj-2.0.0 on ubuntu
  • Jul 11, 2011
    QuickStart Wiki page commented on by jonni.g...@gmail.com   -   Can I just say thanks for creating a library that's easy to use (and for using Maven - bitlyj slotted perfectly into my web app). Thanks again.
    Can I just say thanks for creating a library that's easy to use (and for using Maven - bitlyj slotted perfectly into my web app). Thanks again.
  • Jun 14, 2011
    QuickStart Wiki page commented on by Ryan.L.S...@gmail.com   -   I'm getting an error saying that I used an invalid login?
    I'm getting an error saying that I used an invalid login?
  • Mar 04, 2011
    QuickStart Wiki page commented on by ch...@rosaloves.com   -   Please see the Bitly.Provider interface, as well as the Jmp implementation. You should be able to support custom domains in the same manner.
    Please see the Bitly.Provider interface, as well as the Jmp implementation. You should be able to support custom domains in the same manner.
  • Mar 04, 2011
    QuickStart Wiki page commented on by ch...@rosaloves.com   -   Please see the Bitly.Provider interface, as well as the Jmp implementation. You should be able to support custom domains in the same manner.
    Please see the Bitly.Provider interface, as well as the Jmp implementation. You should be able to support custom domains in the same manner.
  • Mar 03, 2011
    QuickStart Wiki page commented on by emilyjac...@gmail.com   -   In the latest API bitly has given provision for custom domain while making a call "/v3/shorten". If we use the "as" method mentioned above how can we specify this custom domain?
    In the latest API bitly has given provision for custom domain while making a call "/v3/shorten". If we use the "as" method mentioned above how can we specify this custom domain?
  • Mar 03, 2011
    QuickStart Wiki page commented on by emilyjac...@gmail.com   -   In the latest API bitly has given provision for custom domain while making a call "/v3/shorten". If we use the "as" method mentioned above how can we specify this custom domain?
    In the latest API bitly has given provision for custom domain while making a call "/v3/shorten". If we use the "as" method mentioned above how can we specify this custom domain?
  • Dec 17, 2010
    QuickStart Wiki page commented on by ihko0111   -   plz, write a korean version article:-)
    plz, write a korean version article:-)
  • Dec 17, 2010
    QuickStart Wiki page commented on by ihko0111   -   plz, write a korean version article.
    plz, write a korean version article.
  • Sep 07, 2010
    RollingYourOwnMethods Wiki page edited by ch...@rosaloves.com   -   Revision r148 A != Boolean
    Revision r148 A != Boolean
  • Aug 16, 2010
    QuickStart Wiki page edited by ch...@rosaloves.com   -   Revision r147 Edited wiki page through web user interface.
    Revision r147 Edited wiki page through web user interface.
  • Aug 16, 2010
    Bitlyj2AndTheScalaREPL Wiki page edited by ch...@rosaloves.com   -   Revision r146 Edited wiki page through web user interface.
    Revision r146 Edited wiki page through web user interface.
  • Aug 16, 2010
    QuickStart Wiki page edited by ch...@rosaloves.com   -   Revision r145 Edited wiki page through web user interface.
    Revision r145 Edited wiki page through web user interface.
  • Aug 16, 2010
    RollingYourOwnMethods Wiki page edited by ch...@rosaloves.com   -   Revision r144 Edited wiki page through web user interface.
    Revision r144 Edited wiki page through web user interface.
  • Aug 16, 2010
    r143 (proper (staging) url) committed by ch...@rosaloves.com   -   proper (staging) url
    proper (staging) url
  • Aug 16, 2010
    r142 (url) committed by ch...@rosaloves.com   -   url
    url
  • Aug 16, 2010
    r141 (https) committed by ch...@rosaloves.com   -   https
    https
  • Aug 16, 2010
    r140 (https) committed by ch...@rosaloves.com   -   https
    https
  • Aug 16, 2010
    issue 5 (the shortening method causes an exception) Status changed by ch...@rosaloves.com   -   No response, and 2.0 is stable with no such issue, so I'm closing this one.
    Status: WontFix
    No response, and 2.0 is stable with no such issue, so I'm closing this one.
    Status: WontFix
  • Aug 15, 2010
    bitlyj-2.0.0.jar (bitlyj 2.0.0 final) file uploaded by ch...@rosaloves.com   -  
    Labels: Featured bitlyj2
    Labels: Featured bitlyj2
  • Aug 14, 2010
    r139 ([maven-release-plugin] prepare for next development iteratio...) committed by ch...@rosaloves.com   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • Aug 14, 2010
    r138 ([maven-release-plugin] copy for tag bitlyj-2.0.0) committed by ch...@rosaloves.com   -   [maven-release-plugin] copy for tag bitlyj-2.0.0
    [maven-release-plugin] copy for tag bitlyj-2.0.0
  • Aug 14, 2010
    r137 ([maven-release-plugin] prepare release bitlyj-2.0.0) committed by ch...@rosaloves.com   -   [maven-release-plugin] prepare release bitlyj-2.0.0
    [maven-release-plugin] prepare release bitlyj-2.0.0
  • Jul 28, 2010
    issue 7 (Publish javadoc/src to maven repo) Status changed by ch...@rosaloves.com   -  
    Status: Verified
    Status: Verified
  • Jul 26, 2010
    bitlyj-2.0.0-SNAPSHOT.jar (preview of 2.0) file uploaded by ch...@rosaloves.com   -  
    Labels: Featured bitlyj2.0
    Labels: Featured bitlyj2.0
  • Jul 26, 2010
    r136 ([x] ShortenedUrl is a Url) committed by ch...@rosaloves.com   -   [x] ShortenedUrl is a Url
    [x] ShortenedUrl is a Url
  • Jul 26, 2010
    bitlyj-2.0.0-SNAPSHOT.jar (preview of 2.0) file uploaded by ch...@rosaloves.com   -  
    Labels: Featured bitlyj2.0
    Labels: Featured bitlyj2.0
  • Jul 26, 2010
    r135 ([x] shorten now returns a BitlyMethod<ShortenedUrl> (account...) committed by ch...@rosaloves.com   -   [x] shorten now returns a BitlyMethod<ShortenedUrl> (accounts for new_hash); short url resolution logic in Url, using short base and user hash
    [x] shorten now returns a BitlyMethod<ShortenedUrl> (accounts for new_hash); short url resolution logic in Url, using short base and user hash
  • Jul 26, 2010
    RollingYourOwnMethods Wiki page edited by ch...@rosaloves.com   -   Revision r134 Updating to reflect addition of BitlyMethod#apply(Provider, Document)
    Revision r134 Updating to reflect addition of BitlyMethod#apply(Provider, Document)
  • Jul 26, 2010
    bitlyj-2.0.0-SNAPSHOT.jar (preview of 2.0) file uploaded by ch...@rosaloves.com   -  
    Labels: Featured bitlyj2.0
    Labels: Featured bitlyj2.0
  • Jul 26, 2010
    r133 ([x] BitlyMethod#apply takes provider and payload) committed by ch...@rosaloves.com   -   [x] BitlyMethod#apply takes provider and payload
    [x] BitlyMethod#apply takes provider and payload
  • Jul 25, 2010
    r132 (dispensed with Url#{hash, getHash, setHash}; userHash is the...) committed by ch...@rosaloves.com   -   dispensed with Url#{hash, getHash, setHash}; userHash is the proper field
    dispensed with Url#{hash, getHash, setHash}; userHash is the proper field
  • Jul 23, 2010
    issue 7 (Publish javadoc/src to maven repo) Status changed by ch...@rosaloves.com   -   Missed that, my apologies. I've updated the pom to handle this and deployed a new snapshot with source and doc jars.
    Status: Fixed
    Missed that, my apologies. I've updated the pom to handle this and deployed a new snapshot with source and doc jars.
    Status: Fixed
  • Jul 23, 2010
    r131 (7: added source + doc jar attachment to deployment) committed by ch...@rosaloves.com   -   7: added source + doc jar attachment to deployment
    7: added source + doc jar attachment to deployment
  • Jul 22, 2010
    issue 7 (Publish javadoc/src to maven repo) reported by yincrash   -   I use m2eclipse which automatically downloads javadoc and/or source as necessary which helps let eclipse do its lovely tooltip javadoc. When the source or the javadoc isn't in the maven repo, it's really a pain to link the source. Is there any plan for this happening in the future if not for the snapshots, then for the release?
    I use m2eclipse which automatically downloads javadoc and/or source as necessary which helps let eclipse do its lovely tooltip javadoc. When the source or the javadoc isn't in the maven repo, it's really a pain to link the source. Is there any plan for this happening in the future if not for the snapshots, then for the release?
  • Jul 21, 2010
    bitlyj-2.0.0-SNAPSHOT.jar (preview of 2.0) file uploaded by ch...@rosaloves.com   -  
    Labels: Featured bitlyj2.0
    Labels: Featured bitlyj2.0
  • Jul 21, 2010
    r130 (fixed compilation error in test (hit me)) committed by ch...@rosaloves.com   -   fixed compilation error in test (hit me)
    fixed compilation error in test (hit me)
  • Jul 20, 2010
    r129 ([x] getTotalClicks not useful, axed) committed by ch...@rosaloves.com   -   [x] getTotalClicks not useful, axed
    [x] getTotalClicks not useful, axed
  • Jul 20, 2010
    RollingYourOwnMethods Wiki page edited by ch...@rosaloves.com   -   Revision r128 Edited wiki page through web user interface.
    Revision r128 Edited wiki page through web user interface.
  • Jul 20, 2010
    RollingYourOwnMethods Wiki page edited by ch...@rosaloves.com   -   Revision r127 Edited wiki page through web user interface.
    Revision r127 Edited wiki page through web user interface.
  • Jul 20, 2010
    bitlyj-2.0.0-SNAPSHOT.jar (preview of 2.0) file uploaded by ch...@rosaloves.com   -  
    Labels: Featured bitlyj2.0
    Labels: Featured bitlyj2.0
  • Jul 20, 2010
    QuickStart Wiki page edited by ch...@rosaloves.com   -   Revision r126 Edited wiki page through web user interface.
    Revision r126 Edited wiki page through web user interface.
  • Jul 20, 2010
    r125 ([x] Info now UrlInfo) committed by ch...@rosaloves.com   -   [x] Info now UrlInfo
    [x] Info now UrlInfo
  • Jul 20, 2010
    r124 (ctor visibiity now package private - no need to expose anyth...) committed by ch...@rosaloves.com   -   ctor visibiity now package private - no need to expose anything but the types
    ctor visibiity now package private - no need to expose anything but the types
 
Powered by Google Project Hosting