Closed AlbertAlomar closed 6 years ago
Hi @Recubo, thanks for finding this issue. You are welcome to submit a PR. Let me know if you create one, otherwise I'll fix it myself next week.
Hi @NiklasRosenstein (yes, I'm Recubo, I've just changed my profile name).
I didn't want to interfere with your development branch, so I tried to push a new branch called' fixissue#19' and then create the Pull Request to Master, but I keep getting this error:
Push failed: Failed with error: unable to access 'https://github.com/NiklasRosenstein/c4ddev.git/': The requested URL returned error: 403
Is it possible that you could have some github setting preventing external pushes?
Yes, you need to fork the repository first, then push that branch to your fork, then create a Pull Request for that branch from your repository to be merged into my repository. :)
Thanks for the tip, Niklas. I'm a newbie in this kind of public open source collaboration.
Hi Niklas,
Thank you creating and sharing this project.
I was getting this error:
The 'os' module needs to be appended here (line 119, file scripting_server.py):
import sys, codecs, socket, hashlib, threading
After adding it and restarting C4D all works ok.