Rambalac / ACDDokanNet

Dokan.NET based driver for Amazon Cloud Drive
MIT License
185 stars 13 forks source link

Connection refused: localhost:45674 #69

Open AugusDogus opened 7 years ago

AugusDogus commented 7 years ago

When clicking mount I'm opened up to http://localhost:45674/signin/ in my default web browser, but recieve the error Connection refused: localhost:45674.

I followed the instructions in the README.md, what can I do to solve this issue?

Rambalac commented 7 years ago

Do you have any additional firewall software?

AugusDogus commented 7 years ago

None

Rambalac commented 7 years ago

What browser?

AugusDogus commented 7 years ago

Opera

Rambalac commented 7 years ago

Can you try another browser like Chrome? Just for test.

phlipside commented 7 years ago

This happens for me with any browser when trying to connect to OneDrive. (I already have a connection to ACD working fine). Steps:

Koenvh1 commented 7 years ago

What @phlipside describes happens here too on multiple devices. It might be solved by changing the return URL in MicrosoftOneDrive.cs to https://login.live.com/oauth20_desktop.srf, but I did not have the ability to test that yet.