Skip to content

"Transferred a partial file" when updating a comment #2516

Description

@gordonwoodhull

When adding changing or deleting a comment, the following error can occur. Note that this is not a solr bug but something to do with the comment API on rcloud-gist-services.

Error: comments.get_all: Error in curl::curl_fetch_memory(url, handle = handle) :
Transferred a partial file
R trace:
request_perform(req, hu$handle$handle)
method(url, config = config)
method(url = url, config = config, body = body)
.api.request(ctx, req, method, expect.code = c(304, expect.code),
params = params, config = c(add_headers(`If-None-Match` = tag),
config))
.cached.api.request(ctx, req, .without.body(GET), expect.code,
params, config)
.api.get.request(ctx, c("gists", id, "comments"))
get.gist.comments.githubcontext(id, ctx = .rcloud.get.gist.context(source))
get.gist.comments(id, ctx = .rcloud.get.gist.context(source))
fun(...)
at success (https://rcloud-2.research.att.com/js/rcloud_bundle.js:32:23)
From previous event:
at Object.get_allAsync (https://rcloud-2.research.att.com/js/rcloud_bundle.js:38:54)
at Object.rcloud.get_all_comments (https://rcloud-2.research.att.com/js/rcloud_bundle.js:290:42)
at Object.display_comments (https://rcloud-2.research.att.com/js/rcloud_bundle.js:6397:27)
From previous event:
at Object.modify_comment (https://rcloud-2.research.att.com/js/rcloud_bundle.js:6416:18)
at edit_comment (https://rcloud-2.research.att.com/js/rcloud_bundle.js:6324:28)
at execute_if_valid_else_ignore (https://rcloud-2.research.att.com/js/rcloud_bundle.js:1324:29)
at HTMLDivElement.keydown.editable (https://rcloud-2.research.att.com/js/rcloud_bundle.js:1336:32)
at HTMLDivElement.dispatch (https://rcloud-2.research.att.com/lib/js/jquery-2.1.1.js:4409:9)
at HTMLDivElement.elemData.handle (https://rcloud-2.research.att.com/lib/js/jquery-2.1.1.js:4095:28)

Sometimes it appears as just a message in the session pane:

Error in curl::curl_fetch_memory(url, handle = handle) : 
  Transferred a partial file

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions