Skip to content
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

Error: unhandled courier request error: unknown error #7489

Closed
gnuhpc opened this issue Jun 16, 2016 · 5 comments
Closed

Error: unhandled courier request error: unknown error #7489

gnuhpc opened this issue Jun 16, 2016 · 5 comments

Comments

@gnuhpc
Copy link

gnuhpc commented Jun 16, 2016

ES 2.3.3 Kibana 4.5.1

One Django-based proxy (revproxy) was used ahead of kibana.

The kibana can be reached via the proxy, but got the error as below:

Oops!

Looks like something went wrong. Refreshing may do the trick.

or clear your session
Fatal Error
Courier Fetch Error: unhandled courier request error: unknown error

Version: 4.5.1
Build: 9892

Error: unhandled courier request error: unknown error
handleError@http://192.168.145.128:8000/bundles/kibana.bundle.js?v=9892:78902:23
AbstractReqProvider/AbstractReq.prototype.handleFailure@http://192.168.145.128:8000/bundles/kibana.bundle.js?v=9892:78822:15
callClient/</<@http://192.168.145.128:8000/bundles/kibana.bundle.js?v=9892:78716:14
callClient/<@http://192.168.145.128:8000/bundles/kibana.bundle.js?v=9892:78714:10
processQueue@http://192.168.145.128:8000/bundles/commons.bundle.js?v=9892:42360:29
scheduleProcessQueue/<@http://192.168.145.128:8000/bundles/commons.bundle.js?v=9892:42376:28
$RootScopeProvider/this.$get</Scope.prototype.$eval@http://192.168.145.128:8000/bundles/commons.bundle.js?v=9892:43604:17
$RootScopeProvider/this.$get</Scope.prototype.$digest@http://192.168.145.128:8000/bundles/commons.bundle.js?v=9892:43415:16
$RootScopeProvider/this.$get</Scope.prototype.$apply@http://192.168.145.128:8000/bundles/commons.bundle.js?v=9892:43712:14
done@http://192.168.145.128:8000/bundles/commons.bundle.js?v=9892:38161:37
completeRequest@http://192.168.145.128:8000/bundles/commons.bundle.js?v=9892:38359:8
createHttpBackend/</requestError@http://192.168.145.128:8000/bundles/commons.bundle.js?v=9892:38310:10

Please give a hint for me, Thanks.

@gnuhpc
Copy link
Author

gnuhpc commented Jun 16, 2016

Without the proxy ,kibana works just like a charm. I am wondering why a http proxy can make such a mess...

@Bargs
Copy link
Contributor

Bargs commented Jun 16, 2016

Hi @gnuhpc, please ask support questions like this in our discussion forums: https://discuss.elastic.co/c/kibana. We reserve Github issues for confirmed bugs and feature requests.

This is a pretty common issue, so I'd search the discussion forums for pre-existing issues on this topic. Most likely your proxy is stripping out request params, headers, or perhaps forwarding to the wrong URL.

@Bargs Bargs closed this as completed Jun 16, 2016
@gnuhpc
Copy link
Author

gnuhpc commented Jun 17, 2016

Thank you, I will check the related threads there.

@gnuhpc
Copy link
Author

gnuhpc commented Jun 17, 2016

@Bargs BTW, I checked them all but no clue there, I am wondering this is a common issue. Can you provide a link for me? Thx

@Bargs
Copy link
Contributor

Bargs commented Jun 17, 2016

I can't say for sure that anyone has experienced your exact issue, but proxies are a source of a lot of problems in general: https://discuss.elastic.co/search?q=proxy%20category%3A7

Feel free to post a new topic as well if none of those help.

jbudz added a commit that referenced this issue Feb 8, 2024
`v92.2.1` ⏩ `v93.0.0`

---

## [`v93.0.0`](https://github.com/elastic/eui/releases/v93.0.0)

**Bug fixes**

- Fixed `EuiTextTruncate` component to clean up timer from side effect
on unmount ([#7495](elastic/eui#7495))

**Breaking changes**

- Removed deprecated `anchorClassName` prop from `EuiPopover`. Use
`className` instead ([#7488](elastic/eui#7488))
- Removed deprecated `buttonRef` prop from `EuiPopover`. Use
`popoverRef` instead ([#7488](elastic/eui#7488))
- Removed deprecated `toolTipTitle` and `toolTipPosition` props from
`EuiContextMenuItem`. Use `toolTipProps.title` and
`toolTipProps.position` instead
([#7489](elastic/eui#7489))
- Removed deprecated internal `setSelection` ref method from
`EuiInMemoryTable` and `EuiBasicTable`. Use the new controlled
`selection.selected` prop API instead.
([#7491](elastic/eui#7491))
- `EuiTourStep`'s `className` and `style` props now apply to the
anchoring element instead of to the popover panel, to match `EuiPopover`
behavior. ([#7497](elastic/eui#7497))
- Convert your existing usages to `panelClassName` and `panelStyle`
respectively instead.

**Performance**

- Improved the amount of recomputed styles being generated by `EuiCode`
and `EuiCodeBlock` ([#7486](elastic/eui#7486))

**CSS-in-JS conversions**

- Converted `EuiSearchBar` to Emotion
([#7490](elastic/eui#7490))
- Converted `EuiEmptyPrompt` to Emotion
([#7494](elastic/eui#7494))
- Added `euiBorderColor` and `useEuiBorderColorCSS` style utilities
([#7494](elastic/eui#7494))

---------

Co-authored-by: Jon <jon@elastic.co>
CoenWarmer pushed a commit to CoenWarmer/kibana that referenced this issue Feb 15, 2024
`v92.2.1` ⏩ `v93.0.0`

---

## [`v93.0.0`](https://github.com/elastic/eui/releases/v93.0.0)

**Bug fixes**

- Fixed `EuiTextTruncate` component to clean up timer from side effect
on unmount ([elastic#7495](elastic/eui#7495))

**Breaking changes**

- Removed deprecated `anchorClassName` prop from `EuiPopover`. Use
`className` instead ([elastic#7488](elastic/eui#7488))
- Removed deprecated `buttonRef` prop from `EuiPopover`. Use
`popoverRef` instead ([elastic#7488](elastic/eui#7488))
- Removed deprecated `toolTipTitle` and `toolTipPosition` props from
`EuiContextMenuItem`. Use `toolTipProps.title` and
`toolTipProps.position` instead
([elastic#7489](elastic/eui#7489))
- Removed deprecated internal `setSelection` ref method from
`EuiInMemoryTable` and `EuiBasicTable`. Use the new controlled
`selection.selected` prop API instead.
([elastic#7491](elastic/eui#7491))
- `EuiTourStep`'s `className` and `style` props now apply to the
anchoring element instead of to the popover panel, to match `EuiPopover`
behavior. ([elastic#7497](elastic/eui#7497))
- Convert your existing usages to `panelClassName` and `panelStyle`
respectively instead.

**Performance**

- Improved the amount of recomputed styles being generated by `EuiCode`
and `EuiCodeBlock` ([elastic#7486](elastic/eui#7486))

**CSS-in-JS conversions**

- Converted `EuiSearchBar` to Emotion
([elastic#7490](elastic/eui#7490))
- Converted `EuiEmptyPrompt` to Emotion
([elastic#7494](elastic/eui#7494))
- Added `euiBorderColor` and `useEuiBorderColorCSS` style utilities
([elastic#7494](elastic/eui#7494))

---------

Co-authored-by: Jon <jon@elastic.co>
CoenWarmer pushed a commit to CoenWarmer/kibana that referenced this issue Feb 15, 2024
`v92.2.1` ⏩ `v93.0.0`

---

## [`v93.0.0`](https://github.com/elastic/eui/releases/v93.0.0)

**Bug fixes**

- Fixed `EuiTextTruncate` component to clean up timer from side effect
on unmount ([elastic#7495](elastic/eui#7495))

**Breaking changes**

- Removed deprecated `anchorClassName` prop from `EuiPopover`. Use
`className` instead ([elastic#7488](elastic/eui#7488))
- Removed deprecated `buttonRef` prop from `EuiPopover`. Use
`popoverRef` instead ([elastic#7488](elastic/eui#7488))
- Removed deprecated `toolTipTitle` and `toolTipPosition` props from
`EuiContextMenuItem`. Use `toolTipProps.title` and
`toolTipProps.position` instead
([elastic#7489](elastic/eui#7489))
- Removed deprecated internal `setSelection` ref method from
`EuiInMemoryTable` and `EuiBasicTable`. Use the new controlled
`selection.selected` prop API instead.
([elastic#7491](elastic/eui#7491))
- `EuiTourStep`'s `className` and `style` props now apply to the
anchoring element instead of to the popover panel, to match `EuiPopover`
behavior. ([elastic#7497](elastic/eui#7497))
- Convert your existing usages to `panelClassName` and `panelStyle`
respectively instead.

**Performance**

- Improved the amount of recomputed styles being generated by `EuiCode`
and `EuiCodeBlock` ([elastic#7486](elastic/eui#7486))

**CSS-in-JS conversions**

- Converted `EuiSearchBar` to Emotion
([elastic#7490](elastic/eui#7490))
- Converted `EuiEmptyPrompt` to Emotion
([elastic#7494](elastic/eui#7494))
- Added `euiBorderColor` and `useEuiBorderColorCSS` style utilities
([elastic#7494](elastic/eui#7494))

---------

Co-authored-by: Jon <jon@elastic.co>
fkanout pushed a commit to fkanout/kibana that referenced this issue Mar 4, 2024
`v92.2.1` ⏩ `v93.0.0`

---

## [`v93.0.0`](https://github.com/elastic/eui/releases/v93.0.0)

**Bug fixes**

- Fixed `EuiTextTruncate` component to clean up timer from side effect
on unmount ([elastic#7495](elastic/eui#7495))

**Breaking changes**

- Removed deprecated `anchorClassName` prop from `EuiPopover`. Use
`className` instead ([elastic#7488](elastic/eui#7488))
- Removed deprecated `buttonRef` prop from `EuiPopover`. Use
`popoverRef` instead ([elastic#7488](elastic/eui#7488))
- Removed deprecated `toolTipTitle` and `toolTipPosition` props from
`EuiContextMenuItem`. Use `toolTipProps.title` and
`toolTipProps.position` instead
([elastic#7489](elastic/eui#7489))
- Removed deprecated internal `setSelection` ref method from
`EuiInMemoryTable` and `EuiBasicTable`. Use the new controlled
`selection.selected` prop API instead.
([elastic#7491](elastic/eui#7491))
- `EuiTourStep`'s `className` and `style` props now apply to the
anchoring element instead of to the popover panel, to match `EuiPopover`
behavior. ([elastic#7497](elastic/eui#7497))
- Convert your existing usages to `panelClassName` and `panelStyle`
respectively instead.

**Performance**

- Improved the amount of recomputed styles being generated by `EuiCode`
and `EuiCodeBlock` ([elastic#7486](elastic/eui#7486))

**CSS-in-JS conversions**

- Converted `EuiSearchBar` to Emotion
([elastic#7490](elastic/eui#7490))
- Converted `EuiEmptyPrompt` to Emotion
([elastic#7494](elastic/eui#7494))
- Added `euiBorderColor` and `useEuiBorderColorCSS` style utilities
([elastic#7494](elastic/eui#7494))

---------

Co-authored-by: Jon <jon@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants