Help! Revolution can't connect to the internet!

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Help! Revolution can't connect to the internet!

Post by shadowslash » Sun Jul 11, 2010 4:02 pm

Hi all, it's been a long time since I visited here... Anyway, I've got a problem 4.5.0-dp-3 seems to be having some issues with using the url() function or simply just communicating with the internet. Whenever I use url(), rev hangs up. When I check for updates, instead of showing me that there are no updates, the loading bar just keeps on going on and on. On the Start Center stack, the Forums tab and the Offers tab just keeps on loading without showing content.

At times, the internet commands in rev works (actually just yesterday it was working) but I find it that it sometimes doesn't work. Can anybody help me with this or provide a work around to it? Than you all!

NOTE:
This already happened to me not so long ago but it eventually fixed itself. I'm just afraid that this would happen to the programs I make which would then make my clients unhappy. Image
Parañaque, Philippines
Image
Image

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by Mark » Fri Jul 16, 2010 8:22 am

shadowslash,

URL isn't a function. It is a keyword. Put URL is a command.

The updater isn't indicative of the put URL command working correctly or not. To find out whether you have a problem with URL's, try the following brief script:

Code: Select all

on test
  put URL "http://www.google.com" into myTest
  put the result & cr & myTest
end test
What do you get to see in the message box?

Do you have problems with your internet browser whenever the put URL command doesn't work?

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by shadowslash » Fri Jul 16, 2010 9:35 am

Mark wrote:The updater isn't indicative of the put URL command working correctly or not. To find out whether you have a problem with URL's, try the following brief script:
I was just trying to imply that Revolution in it's whole cannot connect to the internet. Image
Mark wrote:

Code: Select all

on test
  put URL "http://www.google.com" into myTest
  put the result & cr & myTest
end test
What do you get to see in the message box?
Nothing as revolution hangs up because, as I said it can't connect to the internet so it just keeps on trying to connect thus, making the IDE hang up..
Mark wrote:Do you have problems with your internet browser whenever the put URL command doesn't work?
As far as I know, I can use the browser without problem as I seem to be browsing the revForums right now without lag.. Image
Parañaque, Philippines
Image
Image

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by Mark » Fri Jul 16, 2010 9:46 am

shadowslash,

I think that installing a new, pristine copy of Revolution without any plug-ins and other additions is the next step. Let me know how it goes.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by shadowslash » Fri Jul 16, 2010 9:48 am

Mark wrote:shadowslash,

I think that installing a new, pristine copy of Revolution without any plug-ins and other additions is the next step. Let me know how it goes.

Best,

Mark
OMG I found out the problem! O_O

It was Google Chrome which had a proxy on! I use Firefox by default so I hardly use Google Chrome thus I didn't notice that it was proxied and pointing to India for some reason.. When I removed the proxy, everything went like clockwork! But it made me wonder, is RunRev blocked in India or something? Or why is RunRev affected by the proxy if it was only set for Google Chrome?
Parañaque, Philippines
Image
Image

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by Mark » Fri Jul 16, 2010 11:14 am

Hi shadowslash,

Are you using Mac or Windows? If Mac, do the Chrome proxy settings also affect Safari?

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by shadowslash » Fri Jul 16, 2010 12:51 pm

Mark wrote:Hi shadowslash,

Are you using Mac or Windows? If Mac, do the Chrome proxy settings also affect Safari?

Best,

Mark
I'm using Windows and I don't have Safari, but if you're going to ask about Firefox, no it doesn't affect Firefox at all, that's why I never noticed that my proxy has been changed =/
Parañaque, Philippines
Image
Image

RRobert
Posts: 151
Joined: Sat Feb 28, 2009 8:20 pm

Re: Help! Revolution can't connect to the internet!

Post by RRobert » Fri Jul 16, 2010 1:40 pm

shadowslash wrote:I'm using Windows and I don't have Safari, but if you're going to ask about Firefox, no it doesn't affect Firefox at all,
Because Firefox maintains his own proxy settings while Chrome use the system settings.
that's why I never noticed that my proxy has been changed =/
If you did not set the proxy you should check your system with an up-to-date anti-virus!

Robert

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by shadowslash » Fri Jul 16, 2010 1:59 pm

RRobert wrote:If you did not set the proxy you should check your system with an up-to-date anti-virus!
Hmm I'm quite positive that I don't have a virus in my system.. It might just be one of the people who randomly uses my laptop.. Might be my cousin.. =/
Parañaque, Philippines
Image
Image

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by Mark » Fri Jul 16, 2010 6:00 pm

shadowslash,

Have you checked the proxy settings for IE?

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: Help! Revolution can't connect to the internet!

Post by shadowslash » Fri Jul 16, 2010 6:02 pm

Mark wrote:shadowslash,

Have you checked the proxy settings for IE?

Mark
Umm no.. Why?
Parañaque, Philippines
Image
Image

Post Reply