question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Type error after update to 6.1.0

See original GitHub issue

Hi,

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:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
AnimusXCASHcommented, Nov 24, 2021

@overcat Yes indeed, it solved the issue. Appreciate and thanks for all the work 😃

Animus Crypto Link

0reactions
overcatcommented, Nov 24, 2021

@AnimusXCASH Thanks! Upgrading to 6.1.1 should solve your problem.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found