jheidecker / lemmony

A better "All" browsing experience for Lemmy instances
MIT License
44 stars 3 forks source link

Issue when subscribing #2

Closed qol3m closed 12 months ago

qol3m commented 1 year ago

Issue happened after all 8000 communities were added, before subscribing, and now also happens when rerunning the script. (after enumerating all local communities (this might take a while)...)

8875/8875 https://testlemmy.lealternative.net/c/main: 200 re-fetching communities ready for subscription (this might take a while)... Traceback (most recent call last): File "/root/lemmony.py", line 64, in if actor_resp.json()['communities'] != []: File "/usr/lib/python3/dist-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3.10/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

jheidecker commented 1 year ago

This was sort of a rush thing and I am by no means a world class coder. :) I will make this a docker container ASAP. In the mean time can you try using the same environment as me to eliminate possible conflicts there:

Please install Python 3.11.4 and confirm these package versions:

certifi==2023.5.7
charset-normalizer==3.1.0
idna==3.4
requests==2.31.0
urllib3==2.0.3
qol3m commented 1 year ago

But it worked at first? It added all 8875 communities, then broke when trying to subscribe.

However, when I re-run the script, it already breaks at the "adding communities" step, if I am reading this correctly.

In any case, I tried installing python3.11.4 with add-apt-repository ppa:deadsnakes/ppa and apt install python3.11 , then upgrading the packages with "pip install certifi --upgrade", then ran python3.11 lemmony.py . Same error.

Ubuntu 22.04, by the way. (hetzner vps) lemmy 0.18.0

jheidecker commented 1 year ago

Can you post the output for this request: curl "https://your.instance/api/v3/community/list?type_=All&limit=50&page=1"

asc6 commented 1 year ago

Hey, great tool! This still seems to be an issue with the docker container resulting in a reliable error for me. This only occurs on actually subscribing to the communities, not finding them. And even then it seems to do a small number ~12 just fine.

Running command $docker run ghcr.io/jheidecker/lemmony/lemmony lemmony-cli -l LEMMY_INSTANCE -u USER -p PASS -i lemmy.world

It gets JWT, finds the communities and then outputs this error during the subscribe function. `Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 971, in json return complexjson.loads(self.text, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/init.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/bin/lemmony-cli", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/lemmony/cli.py", line 147, in main subscribe() File "/usr/local/lib/python3.11/site-packages/lemmony/cli.py", line 139, in subscribe print(str(idx) + "/" + local_community_count + " " + str(community_id) + ": " + str(sub_resp.json()['community_view']['subscribed'])) ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 971, in json return complexjson.loads(self.text, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/init.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/bin/lemmony-cli", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/lemmony/cli.py", line 147, in main subscribe() File "/usr/local/lib/python3.11/site-packages/lemmony/cli.py", line 139, in subscribe print(str(idx) + "/" + local_community_count + " " + str(community_id) + ": " + str(sub_resp.json()['community_view']['subscribed'])) ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) `

jheidecker commented 1 year ago

can you share: curl "https://your.lemmy/api/v3/community/list?type_=All&limit=50&page=1&auth=jwt_token"

you can get a good token from any logged in web session. press f12 > network

asc6 commented 1 year ago

{"communities":[{"community":{"id":8467,"name":"kyrgyzstan","title":"Kyrgyzstan","removed":false,"published":"2022-12-17T14:24:25.300080","deleted":false,"nsfw":false,"actor_id":"https://exploding-heads.com/c/kyrgyzstan","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":382},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":8462,"community_id":8467,"subscribers":1,"posts":1,"comments":0,"published":"2022-12-17T14:24:25.300080","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":21,"name":"communitysuggestions","title":"Suggestions to the owners to what to add next.","description":"Got a suggestion? POST HERE :D","removed":false,"published":"2019-08-24T15:10:06.179619","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/communitysuggestions","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":19,"community_id":21,"subscribers":1,"posts":34,"comments":0,"published":"2019-08-24T15:10:06.179619","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":7,"name":"announcements","title":"announcements ","removed":false,"published":"2023-06-18T05:51:13.774084","deleted":false,"nsfw":false,"actor_id":"https://lemmy.world/c/announcements","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":2},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":5,"community_id":7,"subscribers":1,"posts":0,"comments":0,"published":"2023-06-18T05:51:13.774084","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":25540,"name":"fireemblemwaifus","title":"Fire Emblem Waifus","removed":false,"published":"2023-06-12T23:52:06.524207","deleted":false,"nsfw":true,"actor_id":"https://lemmy.world/c/fireemblemwaifus","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":2},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":14111,"community_id":25540,"subscribers":1,"posts":1,"comments":0,"published":"2023-06-12T23:52:06.524207","users_active_day":0,"users_active_week":0,"users_active_month":1,"users_active_half_year":1,"hot_rank":1728}},{"community":{"id":21658,"name":"buyitforlife","title":"Buy It For Life","description":"Products made to last!","removed":false,"published":"2023-06-25T16:37:17.858240","deleted":false,"nsfw":false,"actor_id":"https://lemmy.world/c/buyitforlife","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":2},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":12143,"community_id":21658,"subscribers":1,"posts":0,"comments":0,"published":"2023-06-25T16:37:17.858240","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":61,"name":"lavenderism","title":"Lavenderism","description":"Lavenderism is a reformed new religious movement and/or form of spirituality. It is based on philosophy, activism, self improvement and the worship (or veneration) of innumerable spirits and gods, though many are initially unimportant. It also includes magical practices that can benefit those who are able to wield them.\n\nhere is a link to a google drive with all our information. Newsletters, mythology, and newsletters are all easily downloadable or copyable here. Please email any issues with the google drive to me at charmingowloflavenderism@gmail.com\n\nhttps://drive.google.com/drive/folders/1iEKqQ19B3FpVpkc8qzoRLAY7Ds-weY0R?usp=sharing\n\nOur Facebook Group is here: https://www.facebook.com/groups/350827963013362\n\nOur Discord is Here: https://discord.gg/JSXT4mCs3f\n\nOur Reddit is Here:\nhttps://www.reddit.com/r/Lavenderism/","removed":false,"published":"2021-12-19T23:36:49.665392","updated":"2023-06-02T13:04:31.497407","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/lavenderism","local":false,"icon":"https://lemmygrad.ml/pictrs/image/82fe5437-c2a8-4d41-9393-8d1c1d58e355.jpeg","banner":"https://lemmygrad.ml/pictrs/image/579d31d1-9458-468e-9565-23c7a62b2879.jpeg","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":59,"community_id":61,"subscribers":1,"posts":0,"comments":0,"published":"2021-12-19T23:36:49.665392","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":9302,"name":"newtubers","title":"NewTubers - The Premiere Small Content Creator Community","description":"Are You A YouTube Video Creator or Twitch Streamer? NewTubers is A Community For \"Small Content Creators\" created to allow up-and-coming channels and streamers to improve with resources, critiques, and cooperation of people! this community was made to teach you how to Start, Build, and Sustain your Content Career!","removed":false,"published":"2021-06-01T18:56:54.184216","updated":"2021-06-01T19:10:50.255079","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/newtubers","local":false,"icon":"https://lemmy.ml/pictrs/image/RTIP0hYYdU.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":9262,"community_id":9302,"subscribers":1,"posts":1,"comments":0,"published":"2021-06-01T18:56:54.184216","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":20326,"name":"haskell","title":"The Haskell Lemmy Forum","removed":false,"published":"2019-04-22T17:52:37.759443","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/haskell","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":11406,"community_id":20326,"subscribers":1,"posts":0,"comments":0,"published":"2019-04-22T17:52:37.759443","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":25590,"name":"datingoverfifty","title":"Dating Over Fifty","removed":false,"published":"2023-06-18T03:18:42.911657","deleted":false,"nsfw":true,"actor_id":"https://lemmy.world/c/datingoverfifty","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":2},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":14144,"community_id":25590,"subscribers":1,"posts":1,"comments":0,"published":"2023-06-18T03:18:42.911657","users_active_day":0,"users_active_week":0,"users_active_month":1,"users_active_half_year":1,"hot_rank":1728}},{"community":{"id":9560,"name":"heavymusic","title":"Heavy Music","description":"Share and discuss new heavy music releases as well as your old favorites and obscure artists you just found out about.\n\n**All heavy genres are allowed:** Hardcore, Grindcore, Death Metal, even Black Metal. The heavier, the better.\n\n**But no Nazi shit!**\n\nLinks to subscription content (e.g. Spotify) are allowed but discouraged. Please try to link to more accessible streaming sites or the artists' website or Bandcamp.","removed":false,"published":"2022-05-07T08:23:45.072372","updated":"2022-05-07T15:18:37.521050","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/heavymusic","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":9503,"community_id":9560,"subscribers":1,"posts":6,"comments":0,"published":"2022-05-07T08:23:45.072372","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":9069,"name":"kaguya_sama","title":"Kaguya-Sama: Love Is War","description":"Everything related to the manga series Kaguya-sama: Love Is War and its anime adaptation.","removed":false,"published":"2022-06-04T14:42:24.113490","updated":"2023-06-07T21:36:00.701545","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/kaguya_sama","local":false,"icon":"https://lemmy.ml/pictrs/image/410af934-bbfd-457d-b6b2-69ba111c86d1.jpeg","hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":9037,"community_id":9069,"subscribers":1,"posts":1,"comments":0,"published":"2022-06-04T14:42:24.113490","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":880,"name":"excons","title":"ExConvicts","description":"Support group, news, tips, tricks and more\n\n\"The label of \"ex-convict\" usually has lifelong implications, such as social stigma or reduced opportunities for employment.\"\n\nI hope this can be fixed in my lifetime","removed":false,"published":"2022-01-06T22:48:43.978624","updated":"2022-01-06T23:19:30.701115","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/excons","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":878,"community_id":880,"subscribers":1,"posts":0,"comments":0,"published":"2022-01-06T22:48:43.978624","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":9428,"name":"hamburg","title":"hamburg","removed":false,"published":"2021-01-17T22:31:50.688010","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/hamburg","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":9378,"community_id":9428,"subscribers":1,"posts":6,"comments":0,"published":"2021-01-17T22:31:50.688010","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":1186,"name":"afghanistan","title":"Afghanistan","description":"## خوش آمدید\n\nEverything about Afghanistan.","removed":false,"published":"2021-08-18T10:44:10.165820","updated":"2022-05-19T00:40:47.225479","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/afghanistan","local":false,"icon":"https://lemmy.ml/pictrs/image/v0tViCC0E7.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":1184,"community_id":1186,"subscribers":1,"posts":29,"comments":0,"published":"2021-08-18T10:44:10.165820","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":9445,"name":"exodus","title":"Exodus privacy","description":"https://exodus-privacy.eu.org/en/","removed":false,"published":"2021-06-17T17:57:56.302720","updated":"2021-06-17T17:59:30.511068","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/exodus","local":false,"icon":"https://lemmy.ml/pictrs/image/yuZEpiF2AM.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":9395,"community_id":9445,"subscribers":1,"posts":1,"comments":0,"published":"2021-06-17T17:57:56.302720","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":24880,"name":"fursuitsex","title":"Fursuit Sex – Murrsuits & Softsuits","description":"***Fursuits gone wild!*** **Murrsuits** (X-rated); **Softsuits** (PG-13 to R-rated); any & all 18+ fetishistic fursuit fun is welcome >:3\n\nSeasonal community icons drawn by [FoxPawMcFly](https://www.furaffinity.net/user/foxpawmcfly/)!\n\n*[This Lemmy Community is a backup and/or replacement site for Ye Olde [r/FursuitSex](https://www.reddit.com/r/fursuitsex/); please excuse our mess during the transition!]*","removed":false,"published":"2023-06-19T03:52:07.556053","updated":"2023-06-19T04:57:16.818658","deleted":false,"nsfw":true,"actor_id":"https://pawb.social/c/fursuitsex","local":false,"icon":"https://pawb.social/pictrs/image/561cc909-bbdb-4a10-9758-49ee2dd7457b.jpeg","banner":"https://pawb.social/pictrs/image/5f20d23f-a7cd-42bc-b070-c4b48887dd70.webp","hidden":false,"posting_restricted_to_mods":false,"instance_id":51},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":13735,"community_id":24880,"subscribers":1,"posts":0,"comments":0,"published":"2023-06-19T03:52:07.556053","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":38,"name":"documentaries","title":"Documentaries","description":"A community dedicated to sharing and discussing documentary films of all kinds.","removed":false,"published":"2020-07-19T15:27:48.262323","updated":"2023-01-23T23:40:13.910123","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/documentaries","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":36,"community_id":38,"subscribers":1,"posts":0,"comments":0,"published":"2020-07-19T15:27:48.262323","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":5910,"name":"drugs","title":"Drugs","description":"Drugs discussion community.","removed":false,"published":"2023-06-12T06:15:41.887873","deleted":false,"nsfw":false,"actor_id":"https://sh.itjust.works/c/drugs","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":13},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":5905,"community_id":5910,"subscribers":1,"posts":0,"comments":0,"published":"2023-06-12T06:15:41.887873","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":2728,"name":"utopianfiat","title":"utopianfiat's community","description":"This is a community created by @utopianfiat@lemmy.world for me and people who want to post good content. Mostly memes.","removed":false,"published":"2023-06-14T14:53:02.496023","deleted":false,"nsfw":false,"actor_id":"https://lemmy.world/c/utopianfiat","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":2},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":2726,"community_id":2728,"subscribers":1,"posts":0,"comments":0,"published":"2023-06-14T14:53:02.496023","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":20,"name":"sino","title":"sino","description":"Please use c/China.","removed":false,"published":"2020-07-12T02:16:12.928945","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/sino","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":18,"community_id":20,"subscribers":1,"posts":1,"comments":0,"published":"2020-07-12T02:16:12.928945","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":33,"name":"league_of_writers","title":"Literature for Liberation","description":"**Community Purpose: Literature discussion and critique community for Marxist readers and writers.**\n\n# Rules:\n\n**No non-Marxists.** This community isn’t a place to debate Marxism.\n\n**No oppressive language.** As readers and writers, it is essential to remember the power of language and use it wisely. Patriarchal, white supremacist, cissupremacist, homophobic, ableist, and any other oppressive language will not be tolerated.\n\n**No low quality or off-topic posts.** This includes almost all memes and other posts not sharing original writing, posing a question, offering analysis, or otherwise initiating discussion around literature.\n\n**No nonfiction.** An exception is made for original essays or nonfiction with creative value.\n\n**No sectarianism.** This isn't a place for infighting between tendencies.\n\n**Important Reminder:** Direct all criticism of original work towards the writing, not the writer.\n\n![](https://lemmygrad.ml/pictrs/image/db360571-50a7-4ea6-b933-ce91d1e5bcce.jpeg)","removed":false,"published":"2022-03-24T01:53:58.014938","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/league_of_writers","local":false,"icon":"https://lemmygrad.ml/pictrs/image/88401b08-b9bb-48e9-8ad7-dd281d34c59e.jpeg","banner":"https://lemmygrad.ml/pictrs/image/e41dca99-caee-4556-ab8d-1a903fdbad62.jpeg","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":31,"community_id":33,"subscribers":1,"posts":4,"comments":0,"published":"2022-03-24T01:53:58.014938","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":24929,"name":"peloton","title":"Peloton - World Tour Road Cycling News, Results and Discussion","description":"Peloton is the community for professional road cycling. Share links, news, results, transfer rumours & other road cycling tidbits related to the...","removed":false,"published":"2023-06-24T09:48:04.124337","deleted":false,"nsfw":false,"actor_id":"https://lemmit.online/c/peloton","local":false,"icon":"https://a.thumbs.redditmedia.com/0CrEeeUs23gEhid0.png","hidden":false,"posting_restricted_to_mods":true,"instance_id":672},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":13765,"community_id":24929,"subscribers":1,"posts":0,"comments":0,"published":"2023-06-24T09:48:04.124337","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":25566,"name":"lewdgames","title":"LewdGames","description":"Welcome to LewdGames!\n\n---\n\nDiscord Server can be found [here](https://discord.gg/m5pNzbX). Come chat!\n\nThis community is dedicated to everything NSFW (not safe for work) gaming related. This includes, but isn't limited to the following:\n\n* Erotic and pornographic games of all kinds.\n* Rule34 of characters provided they are originally from an adult game. \n* Reviews, discussions, walkthroughs, and links to NSFW games.\n* A large, curated list of NSFW games, both free and paid. \n\n---\n\nLEWDGAMES RULES\n\n1. **Posts must be related to adult gaming.**\n\n2. **No piracy.**\n\n3. **No personal attacks or harassment**\n\n4. **No kink shaming.** \n\n5. **Pornographic content featuring underage characters, including loli and shota, is not allowed.**\n\n6. **Updates to content behind paywalls must include a changelog in the original post or as a comment in the thread with the changes. We don't mind if it's copy/paste, a cool story, or whatever else you have on your mind but at least show the Reddit users here what has changed either from last release or compared to the free version.**\n\n7. **Image only posts are limited to 2 per user per day.**\n\n8. **Submissions should include the title of the game and a link to the official source of the content in the post or comments. If you do not know the source, make note of this and request it similarly.** \n \n9. **Any referral links must be explicitly stated in the post and should be backed-up by the post explaining the game itself. Blatant spam such as virus sites, etc. is not allowed in any form. No url shortners.**\n\nA full list of rules and posting guidelines can be found [here](https://www.reddit.com/r/lewdgames/wiki/rules).\n\n---\n## **Useful Resources:**\n\n* [Post Flairing Guide and Links to Searchable Flairs](https://reddit.com/r/lewdgames/wiki/flairs)\n* [Adult Game Development Resources](https://www.reddit.com/r/lewdgames/comments/69hr2y/adult_game_development_list_will_be_updated/)\n* [Community's top 5 games \\(July 2017\\)](https://www.reddit.com/r/lewdgames/comments/6p372c/post_your_top_5_lewd_games/)\n* [Lewdgames List](https://docs.google.com/spreadsheets/d/1CvLCeVtxBgh8K31VKCRMWMfqgfYEwGEuLePVuArXKGU/edit?usp=sharing)\n* [Front end for Lewdgames List](https://game-list-88f56.web.app/)\n* [Lewd Patcher - 18+ patches for adult games](https://lewdpatcher.com/)\n* [Top 50 Patreon Game Creators](https://graphtreon.com/top-patreon-creators/adult-games) \n* [VNDB](https://vndb.org/)\n\n---","removed":false,"published":"2023-06-09T16:56:39.142962","updated":"2023-06-13T19:57:47.475112","deleted":false,"nsfw":true,"actor_id":"https://lemmy.world/c/lewdgames","local":false,"hidden":false,"posting_restricted_to_mods":true,"instance_id":2},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":14129,"community_id":25566,"subscribers":1,"posts":0,"comments":0,"published":"2023-06-09T16:56:39.142962","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":25798,"name":"dodocodes","title":"Dodo Codes","removed":false,"published":"2023-06-18T20:16:34.565596","updated":"2023-06-19T07:00:51.904355","deleted":false,"nsfw":false,"actor_id":"https://lemmy.world/c/dodocodes","local":false,"icon":"https://lemmy.world/pictrs/image/8118c7a0-9122-4dba-8eeb-ba3475c1d60a.png","banner":"https://lemmy.world/pictrs/image/4f3ade5b-9af1-44fd-bfdf-e0734a7120fd.jpeg","hidden":false,"posting_restricted_to_mods":false,"instance_id":2},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":14270,"community_id":25798,"subscribers":1,"posts":1,"comments":0,"published":"2023-06-18T20:16:34.565596","users_active_day":0,"users_active_week":0,"users_active_month":1,"users_active_half_year":1,"hot_rank":1728}},{"community":{"id":1315,"name":"qubesos","title":"QubesOS discussion","removed":false,"published":"2020-10-01T06:03:04.753553","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/qubesos","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":1313,"community_id":1315,"subscribers":1,"posts":16,"comments":0,"published":"2020-10-01T06:03:04.753553","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":667,"name":"frightful_five","title":"Anti-FAANG/Big Tech","description":"Anti-Alphabet (Google), Amazon, Apple, Facebook, and Microsoft and other Big Tech (Netflix, Twitter, Uber)","removed":false,"published":"2020-06-28T05:04:56.386585","updated":"2021-01-29T13:25:49.309540","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/frightful_five","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":665,"community_id":667,"subscribers":1,"posts":2,"comments":0,"published":"2020-06-28T05:04:56.386585","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":24,"name":"genzedongru","title":"GenZedongRU","description":"**GenZedong** для **Русско-говорящих** товарищей.\n\n🇷🇺🇨🇺🇨🇳","removed":false,"published":"2022-03-27T15:13:17.442270","updated":"2022-03-28T03:28:55.988109","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/genzedongru","local":false,"icon":"https://lemmygrad.ml/pictrs/image/067d14ee-b80c-47c2-9981-85c88ac6bb3e.png","banner":"https://lemmygrad.ml/pictrs/image/976f4f66-9ff6-4d38-a5f0-f337b323f067.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":22,"community_id":24,"subscribers":1,"posts":3,"comments":0,"published":"2022-03-27T15:13:17.442270","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":8450,"name":"chainlink","title":"Crypto - Chainlink (LINK)","description":"Chainlink greatly expands the capabilities of smart contracts by enabling access to real-world data and off-chain computation while maintaining the security and reliability guarantees inherent to blockchain technology.\n\n[Website](https://chain.link/)\n\n[Whitepaper](https://chain.link/whitepaper)","removed":false,"published":"2022-05-21T02:52:13.984053","deleted":false,"nsfw":false,"actor_id":"https://exploding-heads.com/c/chainlink","local":false,"icon":"https://exploding-heads.com/pictrs/image/e569c1e2-6856-4cfe-8f7a-508071d896cf.png","banner":"https://exploding-heads.com/pictrs/image/64fd704c-fd46-4d12-af79-8ac9bb7c3ef8.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":382},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":8445,"community_id":8450,"subscribers":1,"posts":2,"comments":0,"published":"2022-05-21T02:52:13.984053","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":57,"name":"psmls","title":"The People's School of Marxist-Leninist Studies","description":"The People’s School for Marxist-Leninist Studies (PSMLS) has the sole goal of educating the working class to prepare to build socialism in the United States of America (USA). Our team of talented teachers runs an interactive classroom focused on openness and clear understanding.\n\nFree Classes every Tue/Thu at 8 PM EST\n\nFind us on [YouTube!](https://www.youtube.com/channel/UCNLORxbPEwf98GlydIahIEg)\nOr chech out our [Website!](https://peoplesschool.org/about/)","removed":false,"published":"2022-05-22T21:58:59.952411","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/psmls","local":false,"icon":"https://lemmygrad.ml/pictrs/image/76361be3-d4cd-43a8-9831-319927980e76.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":55,"community_id":57,"subscribers":1,"posts":21,"comments":0,"published":"2022-05-22T21:58:59.952411","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":55,"name":"okbuddycapitalist","title":"👁👅👁","description":"It’s basic economsics brooo thisi surdbderdi is love c aapilsm and pies an shifd ahahAAAAAAAKKKKKKKLLLLLL😎😎😎😎😎😎😎😎😎😎😎yesyesyALLHAILTHEMIGHTYSOROSALLHAILTHEMIGHTYSOROSesyesyesyesyesyes 👁👅👁","removed":false,"published":"2020-07-11T20:11:51.105012","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/okbuddycapitalist","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":53,"community_id":55,"subscribers":1,"posts":2,"comments":0,"published":"2020-07-11T20:11:51.105012","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":58,"name":"redaustralia","title":"Red Australia!","description":"Dedicated to communist and leftist discussion centred around Australia.\n\nMemes are allowed too!","removed":false,"published":"2020-10-21T03:13:53.520101","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/redaustralia","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":56,"community_id":58,"subscribers":1,"posts":4,"comments":0,"published":"2020-10-21T03:13:53.520101","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":25,"name":"ecomaoism","title":"EcoMaoism: Animal Liberationist, Environmental Mao Zedong Thought","description":"EcoMaoism is the synthesis of Marxism-Leninism-Mao Zedong Thought with radical environmentalist and animal liberation ideologies. We uphold that animals are exploited and deserve the same liberations that the workers would have under communism. We are also against sources of pollution, deforestation, and climate change. We are not western liberals, We are green tankies!","removed":false,"published":"2021-12-20T05:07:05.920528","updated":"2022-10-22T18:26:57.604205","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/ecomaoism","local":false,"icon":"https://lemmygrad.ml/pictrs/image/aTbw3fQMtp.png","banner":"https://lemmygrad.ml/pictrs/image/umSo2ls8K9.jpg","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":23,"community_id":25,"subscribers":1,"posts":0,"comments":0,"published":"2021-12-20T05:07:05.920528","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":56,"name":"pcm","title":"Political Compass Memes","removed":false,"published":"2021-12-31T07:27:39.040883","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/pcm","local":false,"icon":"https://lemmygrad.ml/pictrs/image/f0b7da26-2f56-4995-9bb7-7e95b15f9339.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":54,"community_id":56,"subscribers":1,"posts":2,"comments":0,"published":"2021-12-31T07:27:39.040883","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":26,"name":"longform","title":"Longform","description":"A place for long-form journalism and editorials which provide an in-depth analysis of the subject.","removed":false,"published":"2020-10-15T06:30:29.530236","updated":"2020-10-15T09:07:18.716109","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/longform","local":false,"icon":"https://lemmygrad.ml/pictrs/image/SXlww8zQTy.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":24,"community_id":26,"subscribers":1,"posts":6,"comments":0,"published":"2020-10-15T06:30:29.530236","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":1180,"name":"test77","title":"Test","removed":false,"published":"2021-06-22T18:16:13.434341","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/test77","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":1178,"community_id":1180,"subscribers":1,"posts":2,"comments":0,"published":"2021-06-22T18:16:13.434341","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":896,"name":"vexillography","title":"Vexillography","description":"A community for vexillography.\n\n[Vexillography](https://wikipedia.org/wiki/Vexillography) is the art and practice of designing flags; it is different, though related, from Vexillology.\n\n## Rules\n\n1. Posts should be relevant to Vexillography.","removed":false,"published":"2022-02-09T00:40:25.179907","updated":"2022-07-14T06:10:38.557949","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/vexillography","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":894,"community_id":896,"subscribers":1,"posts":0,"comments":0,"published":"2022-02-09T00:40:25.179907","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":1188,"name":"xmrtrader","title":"XMR Trader, the Official Monero Trading SubLemmy","description":"1. Breaking the rules gets your post deleted and may result in a ban.\n2. Be excellent to each other. You are expected to treat everyone with a certain level of respect.\n3. Discussion must be Monero related.\n4. Keep all discussion in the daily thread, unless it is a relevant article or discussion of an event.\n5. No memes or low-effort content on the front page.\n6. No covert advertising (shilling).\n7. If you have affiliation with a discussed product or service, disclose it.\n8. Exchange representatives must be verified. Please send a message to the moderators.\n9. No public or private transaction offers.\n10. No referral links. No URL shorteners. There are no exceptions.\n11. This is a trading sub. Trading requires buying, but it also requires selling at some point.\n12. No posting about your holdings, or asking about other people's holdings.\n","removed":false,"published":"2021-08-30T07:50:01.812870","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/xmrtrader","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":1186,"community_id":1188,"subscribers":1,"posts":1,"comments":0,"published":"2021-08-30T07:50:01.812870","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":32,"name":"coronamemes","title":"Corona-Virus memes.","description":"Memes related to the corona-virus / covid-19 memes.","removed":false,"published":"2020-03-16T16:35:43.141274","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/coronamemes","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":30,"community_id":32,"subscribers":1,"posts":50,"comments":0,"published":"2020-03-16T16:35:43.141274","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":30,"name":"adulting","title":"Adulting","description":"Becoming an adult or living as an adult with a leftist perspective. Share advice, experience, ask questions, and other things! Enjoy your time here and make friends :)) \n\nRules: Follow site rules and don't be a jerk >:(","removed":false,"published":"2022-10-09T21:42:19.313039","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/adulting","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":28,"community_id":30,"subscribers":1,"posts":2,"comments":0,"published":"2022-10-09T21:42:19.313039","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":27,"name":"spain","title":"Spain / España","description":"Por un futuro brillante teñido de rojo.\n\nAll things Spain.","removed":false,"published":"2020-07-14T19:34:01.893602","updated":"2020-07-14T19:38:27.794676","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/spain","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":25,"community_id":27,"subscribers":1,"posts":4,"comments":0,"published":"2020-07-14T19:34:01.893602","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":13,"name":"theredtrack","title":"TheRedTrack","removed":false,"published":"2022-03-23T18:16:53.057567","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/theredtrack","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":11,"community_id":13,"subscribers":1,"posts":3,"comments":0,"published":"2022-03-23T18:16:53.057567","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":1525,"name":"cryptocurrencies","title":"Cryptocurrency news and discussions","removed":false,"published":"2020-01-18T02:11:04.097751","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/cryptocurrencies","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":1523,"community_id":1525,"subscribers":1,"posts":6,"comments":0,"published":"2020-01-18T02:11:04.097751","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":1191,"name":"morbius","title":"It's Morbin' Time!","description":"If Morbius has a million fans, I am one of them. If Morbius has 5 fans, I am one of them. If Morbius has one fan, That one is me. If Morbius has no fans, I am no longer alive. If the world is against Morbius, I am against the world. Till my last breath, I'll love Morbius (2022).","removed":false,"published":"2022-10-05T17:30:14.674189","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/morbius","local":false,"icon":"https://lemmy.ml/pictrs/image/00c40a05-dfce-443c-a326-86bd55fa9b78.jpeg","hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":1189,"community_id":1191,"subscribers":1,"posts":50,"comments":0,"published":"2022-10-05T17:30:14.674189","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":34,"name":"iamveryedgy","title":"I am Very Edgy","description":"![](https://lemmygrad.ml/pictrs/image/25bd6822-92b1-44ea-8a26-d47026b794ce.jpeg)\n\n\"Edgy\" content is stuff that's immature or specifically meant to get people riled up or offended, with no intent to make a serious point or have discussion. \n\n## Some Examples\n\n* A video about an animal shelter in China, and someone comments \"Hurr durr Chinese people eat dogs so this is probably a restaurant.\"\n\n* Mocking or making fun of victims of a natural disaster.\n\n* Comparing real people of a certain ethnicity to fictional \"evil\" or \"barbaric\" characters, like Orcs.\n\n## Rules\n\n* Posts must actually be edgy. If it's trying to make a serious point but just a bad take or factually incorrect, it's not edge. Those would probably fit better in /c/shit____say communities.\n\n* Most types of edge is acceptable, whether related to politics/leftism or not, as well as most formats including social media screenshots, pictures/drawings, video or audio recordings, etc. BUT, there are limits, see the next rule.\n\n* Important: There are things that are too edgy to even be posted here! Don't post them. Namely, this includes any form of sexualizing minors, or any advocacy or defense of sexualization or sexual abuse of minors. Those can indeed be edgy, but they're also disgusting and should not be posted or reposted *anywhere*, not even as a call-out against the original content because that still exposes people to them.","removed":false,"published":"2022-10-25T20:33:14.272479","updated":"2022-10-25T20:47:21.723329","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/iamveryedgy","local":false,"icon":"https://lemmygrad.ml/pictrs/image/8196e8e2-2f7f-4bbb-aafa-0e42473d8ed9.jpeg","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":32,"community_id":34,"subscribers":1,"posts":31,"comments":0,"published":"2022-10-25T20:33:14.272479","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":40,"name":"linguistics","title":"Linguistics","description":"A place to discuss all things related to specific languages, language in general, or the field of linguistics, which is the scientific study of language.","removed":false,"published":"2019-08-25T17:56:48.355712","updated":"2019-08-25T17:57:12.994071","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/linguistics","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":38,"community_id":40,"subscribers":1,"posts":3,"comments":0,"published":"2019-08-25T17:56:48.355712","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":50,"name":"vaporwave","title":"Vaporwave aesthetic ","removed":false,"published":"2020-04-02T14:02:03.524664","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/vaporwave","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":48,"community_id":50,"subscribers":1,"posts":1,"comments":0,"published":"2020-04-02T14:02:03.524664","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":664,"name":"armedworkers","title":"Armed Workers","description":"Working Class Self Defense\n","removed":false,"published":"2021-09-13T01:32:46.686533","updated":"2022-08-27T03:00:56.320381","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/armedworkers","local":false,"icon":"https://lemmy.ml/pictrs/image/11a61fc3-8f79-450f-9ad2-2a8ed712d0ce.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":662,"community_id":664,"subscribers":1,"posts":0,"comments":0,"published":"2021-09-13T01:32:46.686533","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":41,"name":"tigeranddragon","title":"Tiger & Dragon – about Sinology","description":"About Chinese culture, history, pholosopie, characters, learning Chinese …\n\n關於中國文化、歷史、哲學、漢字和學習中文 …","removed":false,"published":"2022-10-29T15:51:56.763226","deleted":false,"nsfw":false,"actor_id":"https://lemmygrad.ml/c/tigeranddragon","local":false,"icon":"https://lemmygrad.ml/pictrs/image/dbc6d01e-54c9-42a8-9078-a4ef6aceb5a2.png","banner":"https://lemmygrad.ml/pictrs/image/e14b17cd-128a-4890-9cbe-9ed21c4e13b2.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":50},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":39,"community_id":41,"subscribers":1,"posts":1,"comments":0,"published":"2022-10-29T15:51:56.763226","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":1295,"name":"msdotnet","title":"Microsoft .NET Community","description":"The community for .NET programmers.\n\n[.NET Website](https://dotnet.microsoft.com/)","removed":false,"published":"2020-10-29T15:20:46.707007","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/msdotnet","local":false,"icon":"https://lemmy.ml/pictrs/image/2i42Yzwb1m.png","banner":"https://lemmy.ml/pictrs/image/fs9aQPClet.png","hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":1293,"community_id":1295,"subscribers":1,"posts":23,"comments":0,"published":"2020-10-29T15:20:46.707007","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}},{"community":{"id":1296,"name":"cypherpunk","title":"/c/cypherpunk - Cypherpunk Community","description":"Rebels with a Cause. (YOUR Privacy)","removed":false,"published":"2020-06-29T00:30:33.283558","deleted":false,"nsfw":false,"actor_id":"https://lemmy.ml/c/cypherpunk","local":false,"hidden":false,"posting_restricted_to_mods":false,"instance_id":3},"subscribed":"NotSubscribed","blocked":false,"counts":{"id":1294,"community_id":1296,"subscribers":1,"posts":1,"comments":0,"published":"2020-06-29T00:30:33.283558","users_active_day":0,"users_active_week":0,"users_active_month":0,"users_active_half_year":0,"hot_rank":1728}}]}

jheidecker commented 12 months ago

So frustrating. I cannot replicate this error! Do you want to give me a user credentials for that instance? The instance is the only variable I can't control so inconstancies in the response could be causing this. JSON is supposed to be JSON and the API should provide consistency. What version of lemmy is the instance and is there anything unusual about the setup? I know that's a hard question to answer. Sorry.

asc6 commented 12 months ago

Still getting the error in v0.0.3 (made sure to update the container). lowered the rate limit to 5. More than happy to create a user account for you for testing if helpful. UI: 0.18.1-rc.7 BE: 0.18.1-rc.4. Nothing unusual that I'm aware of. Selfhosting using the installation guide.

jheidecker commented 12 months ago

Email me the creds at jay.heidecker@gmail.com.

asc6 commented 12 months ago

Just sent the info over.

jheidecker commented 12 months ago

Just sent the info over.

Sorry, I am being lazy today. On my list for later this aft!

jheidecker commented 12 months ago

Good news! I replicated the error, just have to debug! Stay tuned.

asc6 commented 12 months ago

Looks like it fixed it! No issues on several test runs. Thanks!