geolectric

Results 4 comments of geolectric

I noticed this too, but it seems to be mentioned in the documentation: https://docs.pro.coinbase.com/#list-fills `You are required to provide either a product_id or order_id.` Maybe it's a new requirement. I...

I have the same issue as well. AttributeError: module 'cbpro' has no attribute 'WebsocketClient'

I tried this: ``` facebook_bp = make_facebook_blueprint( scope="public_profile,email,user_birthday", redirect_to="private_bp.private", login_url="/login", authorized_url="/login/authorized", rerequest_declined_permissions=True, storage=SQLAlchemyStorage(OAuth, db.session, user=current_user), ) ... @oauth_error.connect_via(facebook_bp) def facebook_error(sender, **kwargs): blueprint = kwargs.get("blueprint") message = kwargs.get("message") response = kwargs.get("response")...

@matinas @theHesari I started using tweepy instead, here's my post there: https://github.com/tweepy/tweepy/discussions/2119#discussioncomment-5982376