Default login credentials don't work for Hassbian Samba share

So, I installed Hassbian on my Pi3.

Then I installed the samba package as suggested.

When it was complete, there was a notice that the path to my Home Assistant share was http://192.168.X.X/homeassistant

So, I ran open smb://192.168.x.x/homeassistant and was prompted for a user name and password.

Hassbian installs Python on a virtual environment, apparently, at /srv/homeassistant.

The default login credentials pi and raspberry don’t work on the share. I don’t have a clue how to authenticate against a user that exists in a virtual environment.

Any ideas?

You didn’t say what OS you are trying to access the share from. I use Ubuntu, and just use my Ubuntu user name and password to access the share on my Raspberry PI.

I actually switched from Hassbian to HASS.IO and have found it to be easier to learn on, except that there also seem to be limitations…meh…

sudo smbpasswd -a homeassistant

Did you figure out the issue?