We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran this code in a SLIME REPL:
(require 'twitter) (twitter/show-user-by-name "ieure")
This printed the warning:
Aug 13, 2011 2:08:26 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies WARNING: Invalid cookie header: "Set-Cookie: guest_id=v1%3A1313269705954407; domain=.twitter.com; path=/; expires=Tue, 13 Aug 2013 09:08:25 GMT". Unable to parse expires attribute: Tue, 13 Aug 2013 09:08:25 GMT
Which makes SLIME very unhappy. It would be nice if these were silenced by default.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran this code in a SLIME REPL:
This printed the warning:
Which makes SLIME very unhappy. It would be nice if these were silenced by default.
The text was updated successfully, but these errors were encountered: