Skip to content
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

BlueSky trouble posting: TypeError: Session.__init__() got an unexpected keyword argument 'error' #437

Closed
sentry-io bot opened this issue Dec 12, 2023 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 12, 2023

Sentry Issue: BIGCASES2-2W

TypeError: Session.__init__() got an unexpected keyword argument 'error'
(5 additional frame(s) were not displayed)
...
  File "bc/channel/models.py", line 122, in get_api_wrapper
    return BlueskyConnector(self.account_id, self.access_token)
  File "bc/channel/utils/connectors/bluesky.py", line 13, in __init__
    self.api = self.get_api_object()
  File "bc/channel/utils/connectors/bluesky.py", line 16, in get_api_object
    return BlueskyAPI(self.identifier, self.password)
  File "bc/channel/utils/connectors/bluesky_api/client.py", line 31, in __init__
    self._session = self._get_session()
  File "bc/channel/utils/connectors/bluesky_api/client.py", line 51, in _get_session
    return Session(**response.json())
@mlissner
Copy link
Member

Closing. The issue is gone from Sentry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant