"MaxQ only supports HTTP protocol."

View: New views
6 Messages — Rating Filter:   Alert me  

"MaxQ only supports HTTP protocol."

by johnvhite :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I get the message "MaxQ only supports HTTP protocol." every few seconds.
This message shows up even before I open a file or a browser. If editing I
am continually having to close the pop up. If it opens at the same time as
the save file pop up maxq locks up, neither pop up will close and I must
terminate the task.

Thanks,

jh


---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: "MaxQ only supports HTTP protocol."

by Marcin Cieslak-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2007/5/1, johnvhite@... <johnvhite@...>:
>
> I get the message "MaxQ only supports HTTP protocol." every few seconds.
> This message shows up even before I open a file or a browser. If editing I
> am continually having to close the pop up. If it opens at the same time as
> the save file pop up maxq locks up, neither pop up will close and I must
> terminate the task.

Can you check your browser settings? Probably you have set maxq as the
CONNECT ("HTTPS") proxy.

--m

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: "MaxQ only supports HTTP protocol."

by jh-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
> Can you check your browser settings? Probably you have set maxq as the
> CONNECT ("HTTPS") proxy.
>
> --m

Thanks, it seems the default is to use the same proxy for all
communications. Seems funny that I should get the pop up when no browser was
open but it has quit happening.

Thanks again,

jh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


input()

by jh-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tried putting in an input statement:

s = input("Press Enter")

to pause my script. This causes it to hang regardless of what I enter and it
must be killed.

jh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: input()

by Marcin Cieslak-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2007/5/9, jh <john@...>:
> Tried putting in an input statement:
>
> s = input("Press Enter")
>
> to pause my script. This causes it to hang regardless of what I enter and it
> must be killed.

input() expects information to be delivered using standard input of
the jython program.

I am not sure if maxq script gets the standard input where you
expecting it to be.

--Marcin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: input()

by jh-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I am not sure if maxq script gets the standard input where you
> expecting it to be.
>

That's it! Thanks!

The prompt prints in the maxq window but pressing enter in the cmd window
works with raw_input().

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...