pushshift / api

Pushshift API
1.29k stars 107 forks source link

sort does not work #129

Open muntasir-hossain314159 opened 1 year ago

muntasir-hossain314159 commented 1 year ago

Hello,

Just wanted to let you know that the sort parameter does not work

image

AkmalAbbas commented 1 year ago

Pushshift api is working for you @muntasir-hossain314159 ?

muntasir-hossain314159 commented 1 year ago

It was working 2 days ago without the sort parameter. It is currently not working for me. @AkmalAbbas what about you?

AkmalAbbas commented 1 year ago

@muntasir-hossain314159 Not working since 3 days. have a look https://stats.uptimerobot.com/l8RZDu1gBG

raincoats commented 1 year ago

hello, same issue here. i was using the github project "subreddit archiver". in the case of this program, editing out the "&sort=desc" seems to make it run fine again.

image

datanizing commented 1 year ago

Sortorder is now handled by the order parameter. You can add the field in the sort parameter like sort=id, sort=created_utc or sort=score.