Hi All Genius out there, I have written 1 Python script for Bulk Photo Upload, I tried running on Local Machine it worked perfectly fine.
But when i deployed it on server and tried running, It is throwing me an error saying:
xmlrpclib.ProtocolError: <ProtocolError for URL/rpc/xmlrpc: 302 Found>
URL is the http URL.
Any Suggestions what might be wrong.
I bet you a donut you have a problem with your package dependencies. Look at your imports in the program, and then use a package manager like "pip" to get those packages! You're very close to having it done!
No, error was not of missing packages but http error.
Thank You for your suggestions..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ERROR that i am getting is:
File "BulkPhotoUpload_linux.py", line 40, in <module>
token = server.confluence1.login(username, password);
File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request
verbose=self.__verbose
File "/usr/lib64/python2.6/xmlrpclib.py", line 1243, in request
headers
xmlrpclib.ProtocolError: <ProtocolError for URL/rpc/xmlrpc: 302 Found>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.