Hiri email client issue not sync
Clash Royale CLAN TAG#URR8PPP
I configured Hiri with our Exhange acocount.
After some sync well done, it starts to have an issue and it fails everytime to sync and send emails. The only info I have about the error is the hiri message "Smothing went wrong" but nothing more. If I delete th eacocunt and the readd again, it start to work properly, but another time after some syncs the issue comes out again.
Having a look at the log this kind of issue comes out everytime
[Synchronizer MainThread] ERROR 2019-01-15 10:52:53,199 hiri.sync.runner - ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
Traceback (most recent call last):
File "site-packages/urllib3/response.py", line 572, in _update_chunk_length
ValueError: invalid literal for int() with base 16: b':RoutingType>MailboxXXX, YYYxxx.yyy@abc.comSMTP
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/urllib3/response.py", line 331, in _error_catcher
File "site-packages/urllib3/response.py", line 637, in read_chunked
File "site-packages/urllib3/response.py", line 576, in _update_chunk_length
http.client.IncompleteRead: IncompleteRead(2105 bytes read)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/requests/models.py", line 749, in generate
File "site-packages/urllib3/response.py", line 461, in stream
File "site-packages/urllib3/response.py", line 665, in read_chunked
File "contextlib.py", line 77, in exit
File "site-packages/urllib3/response.py", line 349, in _error_catcher
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "hiri/sync/runner.py", line 70, in run
File "hiri/sync/core.py", line 87, in check_mail
File "hiri/sync/events.py", line 58, in sync_new_events
File "hiri/sync/events.py", line 136, in _subscribe
File "hiri/sync/core.py", line 107, in sync_hierarchy_and_all_folders
File "hiri/sync/core.py", line 137, in _sync_all_folders
File "hiri/sync/base.py", line 23, in wrapper
File "hiri/sync/folders.py", line 38, in sync_folder_items
File "hiri/sync/folders.py", line 42, in _sync_changes
File "hiri/sync/base.py", line 71, in _get_all_items
File "hiri/sync/base.py", line 88, in _get_items
File "hiri/ews/wrapper.py", line 415, in get_items_extended
File "hiri/ews/wrapper.py", line 1213, in _call_ews
File "hiri/ews/utils.py", line 49, in wrapper
File "hiri/ews/wrapper.py", line 1239, in _send_xml_request
File "hiri/ews/client.py", line 239, in wrap_and_send
File "site-packages/requests/sessions.py", line 559, in post
File "site-packages/requests/sessions.py", line 512, in request
File "site-packages/requests/sessions.py", line 662, in send
File "site-packages/requests/models.py", line 827, in content
File "site-packages/requests/models.py", line 752, in generate
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
ubuntu exchange
add a comment |
I configured Hiri with our Exhange acocount.
After some sync well done, it starts to have an issue and it fails everytime to sync and send emails. The only info I have about the error is the hiri message "Smothing went wrong" but nothing more. If I delete th eacocunt and the readd again, it start to work properly, but another time after some syncs the issue comes out again.
Having a look at the log this kind of issue comes out everytime
[Synchronizer MainThread] ERROR 2019-01-15 10:52:53,199 hiri.sync.runner - ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
Traceback (most recent call last):
File "site-packages/urllib3/response.py", line 572, in _update_chunk_length
ValueError: invalid literal for int() with base 16: b':RoutingType>MailboxXXX, YYYxxx.yyy@abc.comSMTP
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/urllib3/response.py", line 331, in _error_catcher
File "site-packages/urllib3/response.py", line 637, in read_chunked
File "site-packages/urllib3/response.py", line 576, in _update_chunk_length
http.client.IncompleteRead: IncompleteRead(2105 bytes read)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/requests/models.py", line 749, in generate
File "site-packages/urllib3/response.py", line 461, in stream
File "site-packages/urllib3/response.py", line 665, in read_chunked
File "contextlib.py", line 77, in exit
File "site-packages/urllib3/response.py", line 349, in _error_catcher
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "hiri/sync/runner.py", line 70, in run
File "hiri/sync/core.py", line 87, in check_mail
File "hiri/sync/events.py", line 58, in sync_new_events
File "hiri/sync/events.py", line 136, in _subscribe
File "hiri/sync/core.py", line 107, in sync_hierarchy_and_all_folders
File "hiri/sync/core.py", line 137, in _sync_all_folders
File "hiri/sync/base.py", line 23, in wrapper
File "hiri/sync/folders.py", line 38, in sync_folder_items
File "hiri/sync/folders.py", line 42, in _sync_changes
File "hiri/sync/base.py", line 71, in _get_all_items
File "hiri/sync/base.py", line 88, in _get_items
File "hiri/ews/wrapper.py", line 415, in get_items_extended
File "hiri/ews/wrapper.py", line 1213, in _call_ews
File "hiri/ews/utils.py", line 49, in wrapper
File "hiri/ews/wrapper.py", line 1239, in _send_xml_request
File "hiri/ews/client.py", line 239, in wrap_and_send
File "site-packages/requests/sessions.py", line 559, in post
File "site-packages/requests/sessions.py", line 512, in request
File "site-packages/requests/sessions.py", line 662, in send
File "site-packages/requests/models.py", line 827, in content
File "site-packages/requests/models.py", line 752, in generate
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
ubuntu exchange
What is the size of your inbox? How many months have you asked Hiri to sync? Have you asked logs to the Exchange maintainers? Hiri is paid and they have been responsive in all the tickets I wrote, have you involved them? PS I would guess communications issues.
– Rui F Ribeiro
Jan 15 at 10:27
Thanks you for the comment, I'm using the default sync configuration, after that I see in the log an exception as Protocol Error. How can involve Hiri team to support about my issue? Last but not least, I can use Outlook with no problems, just Hiri can't work propoerly on my inbox
– Hoghweed
Jan 16 at 9:14
add a comment |
I configured Hiri with our Exhange acocount.
After some sync well done, it starts to have an issue and it fails everytime to sync and send emails. The only info I have about the error is the hiri message "Smothing went wrong" but nothing more. If I delete th eacocunt and the readd again, it start to work properly, but another time after some syncs the issue comes out again.
Having a look at the log this kind of issue comes out everytime
[Synchronizer MainThread] ERROR 2019-01-15 10:52:53,199 hiri.sync.runner - ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
Traceback (most recent call last):
File "site-packages/urllib3/response.py", line 572, in _update_chunk_length
ValueError: invalid literal for int() with base 16: b':RoutingType>MailboxXXX, YYYxxx.yyy@abc.comSMTP
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/urllib3/response.py", line 331, in _error_catcher
File "site-packages/urllib3/response.py", line 637, in read_chunked
File "site-packages/urllib3/response.py", line 576, in _update_chunk_length
http.client.IncompleteRead: IncompleteRead(2105 bytes read)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/requests/models.py", line 749, in generate
File "site-packages/urllib3/response.py", line 461, in stream
File "site-packages/urllib3/response.py", line 665, in read_chunked
File "contextlib.py", line 77, in exit
File "site-packages/urllib3/response.py", line 349, in _error_catcher
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "hiri/sync/runner.py", line 70, in run
File "hiri/sync/core.py", line 87, in check_mail
File "hiri/sync/events.py", line 58, in sync_new_events
File "hiri/sync/events.py", line 136, in _subscribe
File "hiri/sync/core.py", line 107, in sync_hierarchy_and_all_folders
File "hiri/sync/core.py", line 137, in _sync_all_folders
File "hiri/sync/base.py", line 23, in wrapper
File "hiri/sync/folders.py", line 38, in sync_folder_items
File "hiri/sync/folders.py", line 42, in _sync_changes
File "hiri/sync/base.py", line 71, in _get_all_items
File "hiri/sync/base.py", line 88, in _get_items
File "hiri/ews/wrapper.py", line 415, in get_items_extended
File "hiri/ews/wrapper.py", line 1213, in _call_ews
File "hiri/ews/utils.py", line 49, in wrapper
File "hiri/ews/wrapper.py", line 1239, in _send_xml_request
File "hiri/ews/client.py", line 239, in wrap_and_send
File "site-packages/requests/sessions.py", line 559, in post
File "site-packages/requests/sessions.py", line 512, in request
File "site-packages/requests/sessions.py", line 662, in send
File "site-packages/requests/models.py", line 827, in content
File "site-packages/requests/models.py", line 752, in generate
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
ubuntu exchange
I configured Hiri with our Exhange acocount.
After some sync well done, it starts to have an issue and it fails everytime to sync and send emails. The only info I have about the error is the hiri message "Smothing went wrong" but nothing more. If I delete th eacocunt and the readd again, it start to work properly, but another time after some syncs the issue comes out again.
Having a look at the log this kind of issue comes out everytime
[Synchronizer MainThread] ERROR 2019-01-15 10:52:53,199 hiri.sync.runner - ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
Traceback (most recent call last):
File "site-packages/urllib3/response.py", line 572, in _update_chunk_length
ValueError: invalid literal for int() with base 16: b':RoutingType>MailboxXXX, YYYxxx.yyy@abc.comSMTP
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/urllib3/response.py", line 331, in _error_catcher
File "site-packages/urllib3/response.py", line 637, in read_chunked
File "site-packages/urllib3/response.py", line 576, in _update_chunk_length
http.client.IncompleteRead: IncompleteRead(2105 bytes read)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages/requests/models.py", line 749, in generate
File "site-packages/urllib3/response.py", line 461, in stream
File "site-packages/urllib3/response.py", line 665, in read_chunked
File "contextlib.py", line 77, in exit
File "site-packages/urllib3/response.py", line 349, in _error_catcher
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "hiri/sync/runner.py", line 70, in run
File "hiri/sync/core.py", line 87, in check_mail
File "hiri/sync/events.py", line 58, in sync_new_events
File "hiri/sync/events.py", line 136, in _subscribe
File "hiri/sync/core.py", line 107, in sync_hierarchy_and_all_folders
File "hiri/sync/core.py", line 137, in _sync_all_folders
File "hiri/sync/base.py", line 23, in wrapper
File "hiri/sync/folders.py", line 38, in sync_folder_items
File "hiri/sync/folders.py", line 42, in _sync_changes
File "hiri/sync/base.py", line 71, in _get_all_items
File "hiri/sync/base.py", line 88, in _get_items
File "hiri/ews/wrapper.py", line 415, in get_items_extended
File "hiri/ews/wrapper.py", line 1213, in _call_ews
File "hiri/ews/utils.py", line 49, in wrapper
File "hiri/ews/wrapper.py", line 1239, in _send_xml_request
File "hiri/ews/client.py", line 239, in wrap_and_send
File "site-packages/requests/sessions.py", line 559, in post
File "site-packages/requests/sessions.py", line 512, in request
File "site-packages/requests/sessions.py", line 662, in send
File "site-packages/requests/models.py", line 827, in content
File "site-packages/requests/models.py", line 752, in generate
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(2105 bytes read)', IncompleteRead(2105 bytes read))
ubuntu exchange
ubuntu exchange
edited Jan 16 at 9:15
Hoghweed
asked Jan 15 at 10:01
HoghweedHoghweed
1011
1011
What is the size of your inbox? How many months have you asked Hiri to sync? Have you asked logs to the Exchange maintainers? Hiri is paid and they have been responsive in all the tickets I wrote, have you involved them? PS I would guess communications issues.
– Rui F Ribeiro
Jan 15 at 10:27
Thanks you for the comment, I'm using the default sync configuration, after that I see in the log an exception as Protocol Error. How can involve Hiri team to support about my issue? Last but not least, I can use Outlook with no problems, just Hiri can't work propoerly on my inbox
– Hoghweed
Jan 16 at 9:14
add a comment |
What is the size of your inbox? How many months have you asked Hiri to sync? Have you asked logs to the Exchange maintainers? Hiri is paid and they have been responsive in all the tickets I wrote, have you involved them? PS I would guess communications issues.
– Rui F Ribeiro
Jan 15 at 10:27
Thanks you for the comment, I'm using the default sync configuration, after that I see in the log an exception as Protocol Error. How can involve Hiri team to support about my issue? Last but not least, I can use Outlook with no problems, just Hiri can't work propoerly on my inbox
– Hoghweed
Jan 16 at 9:14
What is the size of your inbox? How many months have you asked Hiri to sync? Have you asked logs to the Exchange maintainers? Hiri is paid and they have been responsive in all the tickets I wrote, have you involved them? PS I would guess communications issues.
– Rui F Ribeiro
Jan 15 at 10:27
What is the size of your inbox? How many months have you asked Hiri to sync? Have you asked logs to the Exchange maintainers? Hiri is paid and they have been responsive in all the tickets I wrote, have you involved them? PS I would guess communications issues.
– Rui F Ribeiro
Jan 15 at 10:27
Thanks you for the comment, I'm using the default sync configuration, after that I see in the log an exception as Protocol Error. How can involve Hiri team to support about my issue? Last but not least, I can use Outlook with no problems, just Hiri can't work propoerly on my inbox
– Hoghweed
Jan 16 at 9:14
Thanks you for the comment, I'm using the default sync configuration, after that I see in the log an exception as Protocol Error. How can involve Hiri team to support about my issue? Last but not least, I can use Outlook with no problems, just Hiri can't work propoerly on my inbox
– Hoghweed
Jan 16 at 9:14
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494570%2fhiri-email-client-issue-not-sync%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494570%2fhiri-email-client-issue-not-sync%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is the size of your inbox? How many months have you asked Hiri to sync? Have you asked logs to the Exchange maintainers? Hiri is paid and they have been responsive in all the tickets I wrote, have you involved them? PS I would guess communications issues.
– Rui F Ribeiro
Jan 15 at 10:27
Thanks you for the comment, I'm using the default sync configuration, after that I see in the log an exception as Protocol Error. How can involve Hiri team to support about my issue? Last but not least, I can use Outlook with no problems, just Hiri can't work propoerly on my inbox
– Hoghweed
Jan 16 at 9:14