Skip to content

Conversation

@anstadnik
Copy link
Contributor

Works for me on Mac OS.

@clearloop
Copy link
Owner

clearloop commented Jun 25, 2023

May I ask wats your chrome version?

I'm on osx chrome 14.0.5735.133, the previous path just doesn't work for me lol

Comment on lines +44 to +47
(
conf.cookies.clone().to_string(),
conf.cookies.clone().csrf,
)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
(
conf.cookies.clone().to_string(),
conf.cookies.clone().csrf,
)
let cookies = config.cookies.clone();
(
conf.cookies.to_string(),
conf.cookies.csrf,
)

@clearloop clearloop merged commit 4acc617 into clearloop:master Jun 25, 2023
@anstadnik
Copy link
Contributor Author

@clearloop Um... It's 114... Lol if urs is just 14, you probably should update it

Version 114.0.5735.133 (Official Build) (arm64)

@clearloop
Copy link
Owner

@clearloop Um... It's 114... Lol if urs is just 14, you probably should update it

Version 114.0.5735.133 (Official Build) (arm64)

haha sry, I have missed the first 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants