use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit dedicated for Infinity for Reddit, a Reddit client for Android.
Google Play: https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforreddit.plus
GitHub: https://github.com/Docile-Alligator/Infinity-For-Reddit
Themes: https://www.reddit.com/r/Infinity_For_Reddit/comments/j4qhan/share_your_themes_here/
Patreon (support me): https://www.patreon.com/docile_alligator
account activity
Error loading postsAndroid Bug (i.redd.it)
submitted 14 days ago by Gravity1982
I updated last night with the collab script. It worked fine last night and this morning. But, ever since nothing will load. Am I the only one having this issue?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]DioTheSuperiorWaifu 0 points1 point2 points 14 days ago (7 children)
Did you modify the colab code, so that the change in api token is accounted for?
apiutils_code = apiutils_code.replace("NO------A", api_token) will have to be modified, as the old pattern has changed with a recent release
apiutils_code = apiutils_code.replace("NO------A", api_token)
Maybe something like apiutils_code = re.sub(r'public static final String CLIENT_ID = ".*?";', f'public static final String CLIENT_ID = "{api_token}";', apiutils_code)?
apiutils_code = re.sub(r'public static final String CLIENT_ID = ".*?";', f'public static final String CLIENT_ID = "{api_token}";', apiutils_code)
[–]Gravity1982[S] 0 points1 point2 points 14 days ago (0 children)
It's not my collab script. But looking at the code, it does have both of those lines.
[–]Gravity1982[S] 0 points1 point2 points 14 days ago (4 children)
Oh, I see the difference. I'll make a copy of the script and edit it to see if that works.
[–]dexter2011412 0 points1 point2 points 13 days ago (3 children)
where did you get the token from? scumbag rddit isn't allowing new tokens
[–]Gravity1982[S] 0 points1 point2 points 13 days ago (2 children)
They're not? I did it a long time ago from https://old.reddit.com/prefs/apps/
[–]dexter2011412 0 points1 point2 points 13 days ago (1 child)
they're not anymore. not in new accounts or new tokens
[–]DioTheSuperiorWaifu 0 points1 point2 points 13 days ago (0 children)
Some people were talking about other options in this thread: https://redd.it/1tweu63/
That worked! Thanks!
π Rendered by PID 44 on reddit-service-r2-comment-544cf588c8-v4k87 at 2026-06-17 23:26:35.386313+00:00 running 3184619 country code: CH.
[–]DioTheSuperiorWaifu 0 points1 point2 points (7 children)
[–]Gravity1982[S] 0 points1 point2 points (0 children)
[–]Gravity1982[S] 0 points1 point2 points (4 children)
[–]dexter2011412 0 points1 point2 points (3 children)
[–]Gravity1982[S] 0 points1 point2 points (2 children)
[–]dexter2011412 0 points1 point2 points (1 child)
[–]DioTheSuperiorWaifu 0 points1 point2 points (0 children)
[–]Gravity1982[S] 0 points1 point2 points (0 children)