mgp25 / SC-API

Snapchat’s private API
MIT License
334 stars 106 forks source link

getSnaps(true) does not work #245

Closed brangnu closed 9 years ago

brangnu commented 9 years ago

It does not fetch new snaps. If it sometimes does, it fetches only the first snap.

mgp25 commented 9 years ago

@nshung will fix it tomorrow

Regards

mgp25 commented 9 years ago

@nshung its working at least for me.

If you have any issue, you can check the debug log when we do /loq/all_updates and search for pending_snaps.

Regards

brangnu commented 9 years ago

Yes. The snap is in the log, but it is not downloaded. This is not folder permission issue since it successfully downloads sometimes and when it does, it is only the first snap.

Let's say I receive three snaps from a person. getSnaps(true) fetches only the first one and not the last two ones.