playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
1.94k stars 144 forks source link

[Bug]: Error installing latest playwright-go package #462

Closed Paikan closed 2 weeks ago

Paikan commented 3 weeks ago

Environments

Bug description

Hello,

I am experiencing an issue while trying to install the playwright-go package.

To Reproduce

> go get github.com/playwright-community/playwright-go

go: downloading github.com/playwright-community/playwright-go v0.4400.0
go: github.com/playwright-community/playwright-go: create zip: .github/ISSUE_TEMPLATE/bug-report-🪲.md: malformed file path ".github/ISSUE_TEMPLATE/bug-report-🪲.md": invalid char '🪲'
.github/ISSUE_TEMPLATE/feature-request-🚀.md: malformed file path ".github/ISSUE_TEMPLATE/feature-request-🚀.md": invalid char '🚀'
go: unrecognized import path "v0.4400.0": https fetch: Get "https://v0.4400.0/?go-get=1": dial tcp: lookup v0.4400.0: no such host
Jonarod commented 3 weeks ago

Same here. Did that for now:

go get -u github.com/playwright-community/playwright-go@v0.4201.1
Paikan commented 2 weeks ago

Thanks for the fix and new release.

Closing this one.