Xerbo / furaffinity-dl

FurAffinity Downloader, now with 100% more Python
BSD 3-Clause "New" or "Revised" License
91 stars 17 forks source link

Exported cookies.txt using ganbo, furaffinity-dl still doesn't like it. #12

Closed eggmanstudio closed 6 years ago

eggmanstudio commented 6 years ago

I'm using Bash for Windows and when trying to use my cookies exported from Firefox using Ganbo (Yes, I was on the right tab, I checked), it still doesn't like them.

Shnatsel commented 6 years ago

If you have exported them on Windows, they may be in a Windows character encoding and/or with weird Windows line endings.

See if cat command can display the file correctly. If not, use some kind of converter from Windows encoding to proper UTF-8 and to Unix line endings.

eggmanstudio commented 6 years ago

I just tried exporting them again in an Ubuntu VM, them copying it across to Windows, but got the same result. This is weird...

Shnatsel commented 6 years ago

The encoding may have been changed depending on the exact way you've copied the file.

Try running the script in an Ubuntu VM and copying the images.

чт, 8 нояб. 2018 г. в 21:27, eggmanstudio notifications@github.com:

I just tried exporting them again in an Ubuntu VM, them copying it across to Windows, but got the same result. This is weird...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Shnatsel/furaffinity-dl/issues/12#issuecomment-437143971, or mute the thread https://github.com/notifications/unsubscribe-auth/AARxuf68QkUHlUv1LvsQwuhxvHYSRyZGks5utJOmgaJpZM4YU3pe .

eggmanstudio commented 6 years ago

All seems to be working in the VM. I'll do my BASHing in actual Linux from now on methinks