Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cannot update a Library on Git

...

Code Block
 nostromo.ERROR: c1n9jt/1103f76475 - Unable to complete request. Status-Code 400 <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1></body></html> {"loggingRuntimeId":"c1n9jt/1103f76475"} []
 nostromo.INFO: c1n9jt/1103f76475 - Bundle export failed: Client error: 'very very long link'

If a library becomes very large, approx. 400 elements, it can happen that the default header size is no longer large enough.
An increase to 30KB should be enough.

How to fix it

https://community.broadcom.com/communities/community-home/digestviewer/viewthread?MID=783256

...