Samba share not found

Hi guys, I have my samba shares working fine I could access them and change whatever config files with no trouble, but since last update I am having trouble accessing the shares as it says that the original share cannot be found.

This is my Samba config:

{
  "workgroup": "WORKGROUP",
  "name": "hassio",
  "guest": false,
  "map": {
    "config": true,
    "addons": true,
    "ssl": false,
    "share": true,
    "backup": true
  },
  "username": "javier",
  "password": "password",
  "interface": "eth0"
}

And this is on the logs:

check_ntlm_password:  authentication for user [javier] -> [javier] -> [javier] succeeded
Failed to fetch record!
pcap cache not loaded
Processing section "[config]"
Processing section "[addons]"
Processing section "[share]"
Processing section "[backup]"
check_ntlm_password:  authentication for user [javier] -> [javier] -> [javier] succeeded
Failed to fetch record!
pcap cache not loaded
Processing section "[config]"
Processing section "[addons]"
Processing section "[share]"
Processing section "[backup]"
check_ntlm_password:  Authentication for user [GUEST] -> [GUEST] FAILED with error NT_STATUS_NO_SUCH_USER
SPNEGO login failed: NT_STATUS_NO_SUCH_USER
Processing section "[config]"
Processing section "[addons]"
Processing section "[share]"
Processing section "[backup]"
check_ntlm_password:  authentication for user [javier] -> [javier] -> [javier] succeeded
Failed to fetch record!
pcap cache not loaded

What could be the problem?

Thanks in advance

Javier

Did you found a solution?

This is now also happening to me - anyone find a solution? @AfonsoFF ?

For me was router configuration problem. Since I had already thought to change the router, I did not have any more problems

More people seem to have troubles: Samba Share addon