Skip to content
New issue

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

HTTP error when stickying posts (posts still sticky though) #16

Closed
avery-crudeman opened this issue Oct 17, 2015 · 1 comment
Closed

Comments

@avery-crudeman
Copy link
Collaborator

Traceback (most recent call last):
File "maintest.py", line 306, in
program.run()
File "maintest.py", line 297, in run
sub.sticky()
File "", line 2, in sticky
File "C:\Python27\lib\site-packages\praw-3.2.1-py2.7.egg\praw\decorators.py",
line 268, in wrap
return function(args, *kwargs)
File "C:\Python27\lib\site-packages\praw-3.2.1-py2.7.egg\praw\objects.py", lin
e 1378, in sticky
return self.reddit_session.request_json(url, data=data)
File "", line 2, in request_json
File "C:\Python27\lib\site-packages\praw-3.2.1-py2.7.egg\praw\decorators.py",
line 113, in raise_api_exceptions
return_value = function(args, *kwargs)
File "C:\Python27\lib\site-packages\praw-3.2.1-py2.7.egg\praw__init
.py", li
ne 612, in request_json
retry_on_error=retry_on_error)
File "C:\Python27\lib\site-packages\praw-3.2.1-py2.7.egg\praw__init
.py", li
ne 445, in _request
_raise_response_exceptions(response)
File "C:\Python27\lib\site-packages\praw-3.2.1-py2.7.egg\praw\internal.py", li
ne 212, in _raise_response_exceptions
raise HTTPException(_raw=exc.response)
praw.errors.HTTPException: HTTP error

@toddrob99
Copy link
Contributor

Just like issue 16 I think this should be closed. I've never seen this happen when stickying posts.

mattabullock pushed a commit that referenced this issue Aug 4, 2017
Update readme from upstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants