0bmay

Results 10 comments of 0bmay

First off, thanks for the smart playlists.. It really opens up the possibilities for Navidrome! using the latest docker image (Navidrome Version: | 0.47.0 (8c7d95c1)), trying to use dateadded and...

Thank you @deluan!

I think the smart play list sorting by random may be broken.. I'm getting back items that are sorted by song title instead.. > { > "all": [ > {...

Thanks! I run navidrome from a docker image, so I will have to wait for either a dev build or a the next release. I didn't see anything in the...

I am working on a fix for Instagram. So far searching by user and hashtags are working. Location will be soon™️

logged out users for locations always returns a single page of data and there is a pretty strict rate limit on getting data from the platform. But data is returned,...

I have this error too File "/home/.venv/lib/python3.10/site-packages/snscrape/modules/twitter.py", line 1902, in get_items instructions = obj['data']['user']['result']['timeline_v2']['timeline']['instructions'] KeyError: 'timeline' version: [v0.7.0.20230622](https://github.com/JustAnotherArchivist/snscrape/releases/tag/v0.7.0.20230622)

looks like the UserTweets api call works and has data returned, but UserTweetsAndReplies is busted on Twitters end.. call returns 200, but has no data in timeline_v2

in **TwitterProfileScrapper** I added a second get_items call, _get_items2_, and I use that to get the profile tweets.. no replies, but something is better than nothing. Most of the code...

> Twitter has blocked every unregistered user from viewing tweets. Is this related? not related.. the UserTweets api endpoint is still returning data... UserTweetsAndReplies is still b0rk3d.