Skip to content

Errors⚓︎

A beginning...

Sharing errors⚓︎

When you have someone from a specific project or someone you know that can look into your code, you can share an error link to a .txt file using 0x0.st

The following is an example for why ditto is not running.

sudo systemctl status ditto.service | curl -i -F 'file=@-' -Fexpires=168 https://0x0.st

Where 'file=@-' will generate a txt file.

Where -Fexpires=168 requests expiration, set in hours. For example, a week.