-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't do any action #21
Comments
Also got:
Line 327 contains: logger.error(f"Failed login request: {str(e)}") (function untouched) Line 131 contains: return self._get("/v1/accounts/lookup", params=dict(acct=user_handle)) (overall lookup and other basic functions are untouched) Line 86 contains: "Authorization": "Bearer " + self.auth_id, from the _get function which is untouched aswell. |
@AlexPaiva Were you able to resolve this issue? I too would like a method to write a post to Turthsocial. Can you confirm if it is an issue in code or an issue with the permissions? |
Using the below code:
Where the get_posti is a custom function I added:
And I am getting this error:
(Line 336 contains: logger.error(f"Failed login request: {str(e)}") I have not modified this function or any other base function)
The account is fine as I could manually log in, tried with and without proxies, exact same error. What could be wrong?
The text was updated successfully, but these errors were encountered: