Skully17

Results 7 comments of Skully17

I found a poblem with how the subscription was being handled in rlink.py. I believe the wrong ID was being handled and stored for subscriptions being sent over the rlink....

This comment describes exactly what tripped me up: https://github.com/crossbario/crossbar/issues/1909#issuecomment-974705712 Would it be agreeable if the error message "Internal error attempting rlink forwarding" was edited to include a suggestion to change...

I have made some changes to the requirements in both Crossbar and Autobahn: - They both now install eth-abi 4.0.0 instead of 4.0.0-beta.2 - Autobahn installs web3 6.0.0 instead of...

See #2091 unfortunately, I believe the change is being blocked by the automated tests not working.

The issue is that Autobahn has been updated with the new eth_abi 4.0.0 version and Crossbar hasn't. This means none of the current Crossbar versions will install/work as they still...

This is to install Crossbar. With this version of Crossbar it shouldn't clash with autobahn

> Thank you very much for your help. This is what I got: Sorry, got the command wrong. Try this: ``` pip install git+https://github.com/oberstet/crossbar.git@updating_dependencies ``` I've actually run it myself...