Skip to content

clippy.write fails on Windows with "The system cannot find the path specified." #3

@jnhyatt

Description

@jnhyatt

I'm running Windows 10 and I have a very simple program that fails to copy text into my clipboard. Here's my MWE:

import 'package:clippy/server.dart' as clippy;

void main() async {
    await clippy.write("joshjosh.josh");
}

Output:

The system cannot find the path specified.

The program then hangs until I force quit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions