Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I always get this error: "TypeError: Binary Location Must be a String" #30

Open
kukucsi opened this issue Mar 21, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@kukucsi
Copy link

kukucsi commented Mar 21, 2024

I have written this code after the example in this repo:

cookie = "i pasted here the _U cookie"
dalle = Dalle(cookie)
dalle.create("apple")
urls = dalle.get_urls()
dalle.download(urls, "images/")

When I run this code, I get the following error:

TypeError: Binary Location Must be a String

The problem is with the dalle = Dalle(cookie) line.

The fix for this is probably easy, but I just can't figure it out.

@kukucsi kukucsi added the bug Something isn't working label Mar 21, 2024
@Be1Happy
Copy link

Have the same problem,still unsolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants