Rob-- / SnapWrap

Wrapper for the unofficial and undocumented Snapchat API (using Snapchat's latest endpoints).
MIT License
57 stars 7 forks source link

SnapWrap failing (?) #8

Closed jkaberg closed 9 years ago

jkaberg commented 9 years ago

When running my script, I see the following

python snapbot2.py

/usr/local/lib/python2.7/dist-packages/SnapWrap-0.2->py2.7.egg/SnapWrap/Client/init.py(113)login() -> result = self._request('loq/login', { (Pdb)

But it dosn't repost incoming snaps to it's story, my script is: http://pastebin.com/Ktjx5g4e

Any ideas?

danwatco commented 9 years ago

Hi, we accidentally left in a python debugger in the program, if you download the latest version, it should be fix, you will need to rebuild the library first though. Sorry for the problems

jkaberg commented 9 years ago

Thanks again, working now! :-)