mixer icon indicating copy to clipboard operation
mixer copied to clipboard

Cannot Connect (Missing Attribute)

Open PrinceWizardWolf opened this issue 3 years ago • 9 comments

I was trying to set up mixer on two computers (I have set up add ons before). However when I connect, on both computers it said "mixer.connect error : AttributeError("'by.app' object has no attribute 'binary_path_python'")"

The tutorial said a firewall might come up to allow acess, however nothing showed up on either computer. I tried running as admin, but had the same result.

Both computers are windows 10, blender 3.0 I also tried using older versions of blender, and mixer.

PrinceWizardWolf avatar Jan 13 '22 15:01 PrinceWizardWolf

Same thing happened to me with the same specs.

sce285 avatar Jan 23 '22 17:01 sce285

I'm having the same issue. I tried looking up fixes and saw that I need to change something in enviroment.py. But can't find that file.

No clue what to do now 😔

SourcePyX avatar Jan 23 '22 17:01 SourcePyX

This is fixed by the following changes to connection.py in #37 https://github.com/ubisoft/mixer/pull/37/files#diff-94ad601fd1504c9cb62d78aac31a2b64a521881f63582468fbb75f490ec6af82

Until it's merged you can easily add the 2 lines of changes yourself or just download and replace the file

AfroSpartan avatar Jan 27 '22 23:01 AfroSpartan

This is fixed by the following changes to connection.py in #37 https://github.com/ubisoft/mixer/pull/37/files#diff-94ad601fd1504c9cb62d78aac31a2b64a521881f63582468fbb75f490ec6af82

Until it's merged you can easily add the 2 lines of changes yourself or just download and replace the file

Thank you!

PrinceWizardWolf avatar Jan 28 '22 21:01 PrinceWizardWolf

This is fixed by the following changes to connection.py in #37 https://github.com/ubisoft/mixer/pull/37/files#diff-94ad601fd1504c9cb62d78aac31a2b64a521881f63582468fbb75f490ec6af82

Until it's merged you can easily add the 2 lines of changes yourself or just download and replace the file

Sorry, this didn't actually work, I got the same results.

PrinceWizardWolf avatar Jan 28 '22 22:01 PrinceWizardWolf

This is fixed by the following changes to connection.py in #37 https://github.com/ubisoft/mixer/pull/37/files#diff-94ad601fd1504c9cb62d78aac31a2b64a521881f63582468fbb75f490ec6af82 Until it's merged you can easily add the 2 lines of changes yourself or just download and replace the file

Sorry, this didn't actually work, I got the same results.

Did you add the 2 lines manually or download and replace this file https://github.com/fire/mixer/blob/blender-3/mixer/connection.py?

AfroSpartan avatar Jan 29 '22 16:01 AfroSpartan

I added the lines manually. I could try again? I will also try downloading.

PrinceWizardWolf avatar Jan 29 '22 20:01 PrinceWizardWolf

This is fixed by the following changes to connection.py in #37 https://github.com/ubisoft/mixer/pull/37/files#diff-94ad601fd1504c9cb62d78aac31a2b64a521881f63582468fbb75f490ec6af82 Until it's merged you can easily add the 2 lines of changes yourself or just download and replace the file

Sorry, this didn't actually work, I got the same results.

Did you add the 2 lines manually or download and replace this file https://github.com/fire/mixer/blob/blender-3/mixer/connection.py?

OK, it's working on both computers now, but it isn't connecting? One is local host, and the other I searched up my ip address on the other, however it just gives an error when I connect.

PrinceWizardWolf avatar Jan 29 '22 21:01 PrinceWizardWolf

It should by fixed by now with #50. Try last commit from branch 1.0.x

Pixel48 avatar Jul 18 '22 11:07 Pixel48