Confluence Python Script

AKASH BHARDWAJ March 19, 2014

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.

2 answers

1 accepted

1 vote
Answer accepted
Gregory Sudderth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2014

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!

AKASH BHARDWAJ March 25, 2014

No, error was not of missing packages but http error.

Thank You for your suggestions..

0 votes
AKASH BHARDWAJ March 19, 2014

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>


Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events