Fırat Civaner

Results 5 comments of Fırat Civaner

Recently tested using docker on my local, I wasn't able to reproduce this issue with Firefox 115.3.0esr (64-bit). Just writing to provide additional information, PR for docker usage: https://github.com/watsonbox/exportify/pull/148

I ran it on my local PC, using; `docker build . -t exportify docker run -p 3000:3000 exportify` And then went to http://localhost:3000/ on my browser. Then I exported a...

It's in the form of ```https://accounts.spotify.com/en/authorize?client_id=[clientid]&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2F&scope=playlist-read-private%20playlist-read-collaborative%20user-library-read&response_type=token&show_dialog=false``` Maybe spotify makes an exception for localhost when handling these requests, but not for the IP address of a local server, if you are...

No prob, thanks for the fast response :)

@kramit912 you can find the modified code in this branch: https://github.com/fcivaner/sftpclone/tree/windows-path-fix sftpclone.py: https://github.com/fcivaner/sftpclone/blob/windows-path-fix/sftpclone/sftpclone.py @aldur I created a PR :) https://github.com/unbit/sftpclone/pull/38