Skip to content

Log Artifact Error #137

@wangyiran33

Description

@wangyiran33

I am using Docker to deploy a local service of wandb without using any external data storage. However, I always encounter an 'upload failure' error when executing the 'log artifact' operation. Could you please advise on the possible reason for this issue and how to solve it? Thank you!

image version: wandb/local:latest sha256:a5a06d78d0e92397b48090490742ae86640c6fbeeddedac51e0cd5438a162812

client ERROR MESSAGE:

wandb: ERROR Error uploading "wandb-metadata.json": CommError, <Response [400]>
wandb: ERROR Error uploading "/Users/xingwen/Library/Application Support/wandb/artifacts/staging/tmpor1_h4l1": CommError, <Response [400]>
wandb: ERROR Uploading artifact file failed. Artifact won't be committed.
wandb: ERROR Error uploading "media/table/Table Name_0_44c6fc6ffebdb301e2f2.table.json": CommError, <Response [400]>
wandb: ERROR Error uploading "media/table/Table Name_0_44c6fc6ffebdb301e2f2.table.json": CommError, <Response [400]>

when i command wandb verify, output:

Default host selected: http://192.168.36.67:8080/
Find detailed logs for this test at: /var/folders/6t/8tvgy8_x5fd8thjl30xvz4_m0000gn/T/tmp3uvsxje9/wandb
Checking if logged in...................................................✅
Checking signed URL upload..............................................Traceback (most recent call last):
  File "/Users/xingwen/miniconda3/envs/py3.10/bin/wandb", line 8, in <module>
    sys.exit(cli())
  File "/Users/xingwen/miniconda3/envs/py3.10/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/Users/xingwen/miniconda3/envs/py3.10/lib/python3.10/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/Users/xingwen/miniconda3/envs/py3.10/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/Users/xingwen/miniconda3/envs/py3.10/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/Users/xingwen/miniconda3/envs/py3.10/lib/python3.10/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/Users/xingwen/miniconda3/envs/py3.10/lib/python3.10/site-packages/wandb/cli/cli.py", line 2864, in verify
    url_success, url = wandb_verify.check_graphql_put(api, host)
  File "/Users/xingwen/miniconda3/envs/py3.10/lib/python3.10/site-packages/wandb/sdk/verify/verify.py", line 399, in check_graphql_put
    contents = read_file.read()
AttributeError: 'NoneType' object has no attribute 'read'

server ERROR MESSAGE in /var/log/mysql.log:

2024-04-01T07:08:04.262017Z 43 [Note] Aborted connection 43 to db: 'wandb_local' user: 'wandb_local' host: '127.0.0.1' (Got an error reading communication packets)
2024-04-01T07:08:04.262063Z 42 [Note] Aborted connection 42 to db: 'wandb_local' user: 'wandb_local' host: '127.0.0.1' (Got an error reading communication packets)
2024-04-01T07:08:04.262097Z 38 [Note] Aborted connection 38 to db: 'wandb_local' user: 'wandb_local' host: '127.0.0.1' (Got an error reading communication packets)
2024-04-01T07:08:04.262105Z 40 [Note] Aborted connection 40 to db: 'wandb_local' user: 'wandb_local' host: '127.0.0.1' (Got an error reading communication packets)
2024-04-01T07:08:04.262059Z 41 [Note] Aborted connection 41 to db: 'wandb_local' user: 'wandb_local' host: '127.0.0.1' (Got an error reading communication packets)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions