-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with COLT in PyCharm in Linux #3
Comments
Could you paste your xxx.colt file somewhere and also absolute path to it on your system? |
Yes, sure: http://pastie.org/9090084 Path to this file: |
Download new version of COLT. This bug was fixed. |
I have tried again with COLT 2.0 Beta 9. Is still doesn't work, but traceback has changed :)
|
You should be able to work around this by giving COLT explicit path to browser in "Launcher" settings section, while we investigate. |
Thanks, explicit path helps a bit. |
This exception says it could not send HEAD request for your main document URL. We send this to check URL MIME type. Does your server support this request? |
Yes, you are right - I have login redirect on the homepage, that causes the problem |
Well, we can probably fall back to GET request if HEAD fails, any way. |
I work in PyCharm in Ubuntu (latest versions of both).
I have tried COLT (2.0 Beta 8) + PyCharm plugin and it doesn't work.
I get next error traceback:
The text was updated successfully, but these errors were encountered: