nborrmann / jodel_api

Unoffical Python Interface to the Jodel API
MIT License
149 stars 33 forks source link

Empty responses #73

Open Daedra223 opened 6 years ago

Daedra223 commented 6 years ago

Issue

Since 3 days all get-responses of jodel are empty, no error code just empty results ... @wetterfroschdus mentioned it is caused by needed verification process.

Kind regards ...

guitar9 commented 6 years ago

just change channel from none to main then it works.

Daedra223 commented 6 years ago

@guitar9 thank you very much, it worked!

Kind regards :)

wetterfroschdus commented 6 years ago

Yeah, so it's kinda weird. If your account is unverified, you will get an empty response when calling .get_recent_posts() or similar. With a verified account everything works as normal and you get the posts. But if you specify the channel as "main" for an unverified account, you also get the posts.