tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
723 stars 196 forks source link

Reblog Error #134

Closed ChrisBrefoGA closed 5 years ago

ChrisBrefoGA commented 5 years ago

Hi, for some reason I keep getting this error: {'meta': {'status': 404, 'msg': 'Not Found'}, 'response': [], 'errors': [{'title': 'Not Found', 'code': 0, 'detail': 'Hit a glitch. Try again.'}]}, whenever i type in this command: client.reblog('villanellephillips.tumblr.com/',id=155037179103,reblog_key='6PGHMzQP'). I'm pretty sure I'm typing the command in right, but if anybody has any idea on why I keep getting this error it would be great to know. Also, if I use the same id and reblog_key to like that photo it works perfectly fine.

ChrisBrefoGA commented 5 years ago

I figured it out