Evan Richardson

Results 50 comments of Evan Richardson

@starf1337 yeah looks like this block: ``` @classmethod def from_username(cls, username, session): user_data = cls._user_data(username, session) if 'ProfilePage' not in user_data['entry_data']: raise ValueError("user not found: '{}'".format(username)) ``` It seems if...

strange... I added a ``` print(user_data['entry_data']) ``` below the user_data =... line, and now it works, although it's sptting out tons of data from user_data... edit: removed the print line...

@starf1337 i can't even get login to work, but im also not using it on a gui based system, so maybe thats why... it seems it can't do a headless...

I'm not sure @Niggggggo I run from a server at home and sometimes it works, sometimes it doesnt... like I just started running it now on a list, it grabbed...

FYIW,still occurs in 2.4.3

i dont think they're blocking ips, as I can browse on my desktop/phone. But the second instalooter runs, even now with 2.4.4, user not found, even on my own profile....

Would love to see this feature added. I'd even be willing to make a donation if that helps. I already run Postgres for a number of other services, and would...

Why is it so hard to run two copies of radarr? I know it's a pain, one would be easier, but to be honest...it's really not THAT complicated. I run...

Update: i noticed that I have yq 4.16.2, and this script uses 4.42.1. I uninstalled my YQ, and ran the script again, and it worked. Might want to update the...

Sorry for the late followup, I was out of town. Looks like @SwagDad99 has provided some info tho, but I'm glad to help if you need more debug stuff