Uploaded image for project: 'Cost Management'
  1. Cost Management
  2. COST-3730

Sentry: Unhandled substring not found error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • 2023Q2
    • None
    • API
    • False
    • None
    • False

      for tag in tag_groups:
      tag_db_name = self.mapper.tag_column + "_" + strip_prefix(tag, TAG_PREFIX)
      group_data = self.parameters.get_group_by(tag)
      if group_data:
      tag = quote_plus(tag, safe=URL_ENCODED_SAFE)
      group_pos = self.parameters.url_data.index(tag)

      quote_plus above is failing because the tag has a white space and we are using the wrong conversion here.

            rhn-support-lcouzens Luke Couzens
            rhn-support-lcouzens Luke Couzens
            Daniel Chorvatovic Daniel Chorvatovic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: