-
Bug
-
Resolution: Fixed
-
Medium
Today i have opened as usually bitbucket.org in Chrome and i have got error 500 white page:
I tried in FireFox and bitbucket.org have successfully opened.
i tried "copy as curl" and it also returns error 500:
#!bash
curl -v 'https://bitbucket.org/' -H 'accept-encoding: gzip, deflate, sdch, br' -H 'accept-language: ru-RU,ru;q=0.8,en-US;q=0.6,en;q=0.4' -H 'upgrade-insecure-requests: 1' -H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/53.0.2785.143 Chrome/53.0.2785.143 Safari/537.36' -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' -H 'cache-control: max-age=0' -H 'authority: bitbucket.org' -H $'cookie: optimizelyEndUserId=oeu1408473768213r0.8031082903034985; __atl_path=172.24.36.106.1400332350160086; recently-viewed-repos_2653384=7424254%2C8116610%2C9157057%2C6300220%2C9050538; ajs_anonymous_id=%222178bd3b-7901-4ea3-9b1d-5392b5d8a1a7%22; __utma=254090395.525106615.1433023023.1470691106.1474745932.20; __utmz=254090395.1460809296.8.4.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); __utmv=254090395.|1=isBBUser=true=1; optimizelyBuckets=\xf2\xac\x8d\xbd&\xb4L\xb4\xab$`\xee\x8b\xef!' --compressed
I have nothing changed in browser manually before this error. As i understood it is problem with optimizelyBuckets cookie value.
Now it works for me after some logins/relogins on atlassian.com (cookie optimizelyBuckets already has new value).
But curl query above still returns error 500, so error can be reproduced...
Please check:
#!bash
curl -v 'https://bitbucket.org/' -H $'cookie: optimizelyBuckets=\xf2\xac\x8d\xbd&\xb4L\xb4\xab$`\xee\x8b\xef!'