JuliaRegistries / TagBotErrorReports

Automatic error reports by TagBot
0 stars 0 forks source link

Automatic error report from Suzhou-Tongyuan/ObjectOriented.jl #88

Open JuliaTagBot opened 2 years ago

JuliaTagBot commented 2 years ago

Repo: Suzhou-Tongyuan/ObjectOriented.jl Run URL: https://github.com/Suzhou-Tongyuan/ObjectOriented.jl/actions/runs/2692237205 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 86, in <module>
    repo.configure_ssh(ssh, get_input("ssh_password"))
  File "/root/tagbot/action/repo.py", line 446, in configure_ssh
    f.write(self._maybe_decode_private_key(key).strip() + "\n")
  File "/root/tagbot/action/repo.py", line 164, in _maybe_decode_private_key
    return key if "PRIVATE KEY" in key else b64decode(key).decode()
  File "/usr/local/lib/python3.8/base64.py", line 87, in b64decode
    return binascii.a2b_base64(s)
binascii.Error: Invalid base64-encoded string: number of data characters (41) cannot be 1 more than a multiple of 4
JuliaTagBot commented 1 year ago

Probably duplicate error: Repo: YichengDWu/Sophon.jl Run URL: https://github.com/YichengDWu/Sophon.jl/actions/runs/3245642387 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 86, in <module>
    repo.configure_ssh(ssh, get_input("ssh_password"))
  File "/root/tagbot/action/repo.py", line 446, in configure_ssh
    f.write(self._maybe_decode_private_key(key).strip() + "\n")
  File "/root/tagbot/action/repo.py", line 164, in _maybe_decode_private_key
    return key if "PRIVATE KEY" in key else b64decode(key).decode()
  File "/usr/local/lib/python3.8/base64.py", line 87, in b64decode
    return binascii.a2b_base64(s)
binascii.Error: Invalid base64-encoded string: number of data characters (97) cannot be 1 more than a multiple of 4
JuliaTagBot commented 1 year ago

Probably duplicate error: Repo: USU-Analytics-Solution-Center/Bruno.jl Run URL: https://github.com/USU-Analytics-Solution-Center/Bruno.jl/actions/runs/3605541018 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 86, in <module>
    repo.configure_ssh(ssh, get_input("ssh_password"))
  File "/root/tagbot/action/repo.py", line 446, in configure_ssh
    f.write(self._maybe_decode_private_key(key).strip() + "\n")
  File "/root/tagbot/action/repo.py", line 164, in _maybe_decode_private_key
    return key if "PRIVATE KEY" in key else b64decode(key).decode()
  File "/usr/local/lib/python3.8/base64.py", line 87, in b64decode
    return binascii.a2b_base64(s)
binascii.Error: Invalid base64-encoded string: number of data characters (97) cannot be 1 more than a multiple of 4
JuliaTagBot commented 1 year ago

Probably duplicate error: Repo: rafaelbailo/Consensus.jl Run URL: https://github.com/rafaelbailo/Consensus.jl/actions/runs/4473094485 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 86, in <module>
    repo.configure_ssh(ssh, get_input("ssh_password"))
  File "/root/tagbot/action/repo.py", line 446, in configure_ssh
    f.write(self._maybe_decode_private_key(key).strip() + "\n")
  File "/root/tagbot/action/repo.py", line 164, in _maybe_decode_private_key
    return key if "PRIVATE KEY" in key else b64decode(key).decode()
  File "/usr/local/lib/python3.8/base64.py", line 87, in b64decode
    return binascii.a2b_base64(s)
binascii.Error: Invalid base64-encoded string: number of data characters (17) cannot be 1 more than a multiple of 4
JuliaTagBot commented 1 year ago

Probably duplicate error: Repo: deltaeecs/MoM_AllinOne.jl Run URL: https://github.com/deltaeecs/MoM_AllinOne.jl/actions/runs/5105237967 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 86, in <module>
    repo.configure_ssh(ssh, get_input("ssh_password"))
  File "/root/tagbot/action/repo.py", line 446, in configure_ssh
    f.write(self._maybe_decode_private_key(key).strip() + "\n")
  File "/root/tagbot/action/repo.py", line 164, in _maybe_decode_private_key
    return key if "PRIVATE KEY" in key else b64decode(key).decode()
  File "/usr/local/lib/python3.8/base64.py", line 87, in b64decode
    return binascii.a2b_base64(s)
binascii.Error: Invalid base64-encoded string: number of data characters (3277) cannot be 1 more than a multiple of 4
JuliaTagBot commented 1 year ago

Probably duplicate error: Repo: josephcbradley/Hurst.jl Run URL: https://github.com/josephcbradley/Hurst.jl/actions/runs/5211493828 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 86, in <module>
    repo.configure_ssh(ssh, get_input("ssh_password"))
  File "/root/tagbot/action/repo.py", line 446, in configure_ssh
    f.write(self._maybe_decode_private_key(key).strip() + "\n")
  File "/root/tagbot/action/repo.py", line 164, in _maybe_decode_private_key
    return key if "PRIVATE KEY" in key else b64decode(key).decode()
  File "/usr/local/lib/python3.8/base64.py", line 87, in b64decode
    return binascii.a2b_base64(s)
binascii.Error: Invalid base64-encoded string: number of data characters (49) cannot be 1 more than a multiple of 4