Type error after update to 6.1.0
See original GitHub issueHi,
I just updated to latest version and when I want to run the main.py script a Type error is returned. Before update everything was working normally. Is this the package related error or?
client = RequestsClient()
File "/home/ubuntu/Hot_wallet_monitor_Stellar/walletMonitor/lib/python3.8/site-packages/typeguard/__init__.py", line 1032, in wrapper
retval = func(*args, **kwargs)
File "/home/ubuntu/Hot_wallet_monitor_Stellar/walletMonitor/lib/python3.8/site-packages/stellar_sdk/client/requests_client.py", line 68, in __init__
retry = Retry(
TypeError: __init__() got an unexpected keyword argument 'allowed_methods'```
Any ideas on why this might be happening?
thank you for your time and answer.
Animus
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Error after updating from 5.9 to 6.0 / 6.1.1 - WordPress.org
After updating WooCommerce from 5.9 to latest 6.1.1 I got following error: Fatal error: Uncaught TypeError: Unsupported operand types: int ...
Read more >'componentWillReact' of undefined after updating to 6.1.0. #709
Due to the recent componentDidUpdate bug in mobx-react v6 we tried to upgrade to 6.1.0 but the page doesn't load and got this...
Read more >Kibana 6.1.0. and newer starts with error - Elastic Discuss
I've upgrade ES 6.0.0 to 6.1.0. The second step was to upgrade Kibana. When I start Kibana I get this error. TypeError: _reactcss....
Read more >After Upgrade from Angular 5 to 6: Error: Uncaught (in promise)
I was lazy loading a module that was using a custom angular component library. This library worked fine in ng5 but as soon...
Read more >Pivotal Greenplum 6.1 Release Notes
Release 6.1.0. Release Date: 2019-11-1. Pivotal Greenplum 6.1.0 is a minor release that includes new features and resolves several issues.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@overcat Yes indeed, it solved the issue. Appreciate and thanks for all the work 😃
Animus Crypto Link
@AnimusXCASH Thanks! Upgrading to 6.1.1 should solve your problem.