libURL help
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
libURL help
I've written a program using libURLDownloadToFile and distributed it as a standalone and I have included the internet library. Some of the people using the program say that clicking the button with that command does nothing but it works perfectly for everyone else. If it is just a problem with their computers how can they fix it otherwise how can I fix my code?
-
- VIP Livecode Opensource Backer
- Posts: 1005
- Joined: Sat Apr 08, 2006 3:06 pm
- Contact:
What is the network setup for the people who are experiencing problems? Are they using PAC files to configure their proxy servers (common at corporations)? Revolution won't automatically pick up the correct proxy server IP address if PAC files are used. This would cause your download code to fail.
Trevor DeVore
ScreenSteps - https://www.screensteps.com
LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
ScreenSteps - https://www.screensteps.com
LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
Are these all identical machines? Do the users all have the same software, and the app was installed with the same setup under the same account conditions?
This is a tricky one because there is so much that it could be on any given machine, but if the same install is working on most machines, then it seems you should be looking at those machines rather than at what changes to make in the app.
I would check the account permissions for these users. Also, do their machines have a guest account enabled? Is the app running under the correct account with correct permissions?
Do these users have a software firewall/port blocker/antivirus running? If (say) this was on windows it was run for the first time and the windows firewall popup message asking whether to unblock this app was answered with deny, then that could be it. Otherwise check the app is in the allowed list for the firewall/port blocker.
Failing that, I don't really know what to suggest, not without having a full background of the app/machines in question/environment/etc/etc which is obviously beyond the scope of this thread.
This is a tricky one because there is so much that it could be on any given machine, but if the same install is working on most machines, then it seems you should be looking at those machines rather than at what changes to make in the app.
I would check the account permissions for these users. Also, do their machines have a guest account enabled? Is the app running under the correct account with correct permissions?
Do these users have a software firewall/port blocker/antivirus running? If (say) this was on windows it was run for the first time and the windows firewall popup message asking whether to unblock this app was answered with deny, then that could be it. Otherwise check the app is in the allowed list for the firewall/port blocker.
Failing that, I don't really know what to suggest, not without having a full background of the app/machines in question/environment/etc/etc which is obviously beyond the scope of this thread.