Sometimes URL don't connect but IP works fine

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

I believe it did in Windows Explorer but that only happens very rarely.
Most of the time windows explorer can access the network drive either with the IP or URL w/o password prompt.

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Sometimes URL don't connect but IP works fine

Post by admin »

1) I meant in XYplorer, does the IP path pop a logon prompt in XYplorer?

2) Please run this script through the XYplorer address bar and post the result or just tell: is the unavailable server listed in the result?

Code: Select all

text runret("net view");

mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

The IP path works w/o prompting for a P (although it might be because the PW was entered in Windows Explorer)


System error 6118 has occurred.

The list of servers for this workgroup is not currently available

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Sometimes URL don't connect but IP works fine

Post by admin »

OK, that helped. Might be fixed in next beta.

mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

Thank you!

mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

Happy to test out a beta if you'd like,

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Sometimes URL don't connect but IP works fine

Post by admin »

You can test the beta now. :)

mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

Where do I find the Beta?

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Sometimes URL don't connect but IP works fine

Post by admin »


mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

Sorry to tell you the problem still exists.

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Sometimes URL don't connect but IP works fine

Post by admin »

Right after you get "Location currently not available" run this script, please...

Code: Select all

text runret("net view");
... and post a screenshot of the return window that pops up.

mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

System error 6118 has occurred.

The list of servers for this workgroup is not currently available
Attachments
2019-08-28_5-48-52.jpg
2019-08-28_5-48-52.jpg (168.17 KiB) Viewed 1182 times

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Sometimes URL don't connect but IP works fine

Post by admin »

When you run this script (replace [yourpath] with your path), what is returned?

Code: Select all

exist "[yourpath]";

mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

Exist
H:\0 ClipArt\(\Seagate-437403\Public\Videos\TV A-B)

According to XYplorer 20.30.0009 on 2019-08-28 08:34:17,
does "H:\0 ClipArt\(\Seagate-437403\Public\Videos\TV A-B)" really exist?

ExistFile: False
ExistPath: False
ExistFolder: False
ExistItemFF: False
ExistPathFF: False
ExistPathOrFile: False
ExistPathOrFileShell: False
ExistIcon: False
IsNetworkLocation: False
GetDriveType: 3 (DRIVE_FIXED)
GetItemType: 10
GetFileAttributes: 0xFFFFFFFF (-1)
Owner:
Watchable: True
FilenamesCaseSensitive: False
Attachments
2019-08-28_8-28-55.jpg
2019-08-28_8-28-55.jpg (100.44 KiB) Viewed 1173 times

mrbosco
Posts: 125
Joined: 03 Sep 2011 09:40

Re: Sometimes URL don't connect but IP works fine

Post by mrbosco »

When I execute Exist "(yourpath)" it's prefixing it with the path I'm in at the time.

My path is \Seagate-437403\Public\Videos\TV A-B

What should the actual script be?

Post Reply