Bug #2560
StoryMaker.cc Login Issue
Status: | Feedback | Start date: | 11/19/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | SteveWyshy | % Done: | 0% | |
Category: | - | |||
Target version: | Bugs | |||
Component: |
Description
Can you review this log and make sure it's not an issue with storymaker itself?
------------------------------
Message from Mustafa
------------------------------
I hope you are doing well,
I have been testing build91 and no problem with the build except login to Storymaker, I could export and publish with trimming and record Voiceover with no problem,
the clip on YouTube http://www.youtube.com/watch?v=M07887UXdI0
but not on storymaker.cc , because I have problem with login (find attached screenshots)
I hope it will solve soon
Thanks for you working hard,
Best wishes,
Mustafa
History
#2 Updated by vitriolix about 4 years ago
Looks like we are getting malformed xml response from the wordpress server, but it's not clear why:
11-19 06:33:44.914 2167 3715 W System.err: org.xmlpull.v1.XmlPullParserException: expected: /input read: noscript (position:END_TAG </noscript>@52:16 in java.io.InputStreamReader@2b78a178) 11-19 06:33:44.914 2167 3715 W System.err: at org.kxml2.io.KXmlParser.exception(KXmlParser.java:273) 11-19 06:33:44.914 2167 3715 W System.err: at org.kxml2.io.KXmlParser.error(KXmlParser.java:269) 11-19 06:33:44.914 2167 3715 W System.err: at org.kxml2.io.KXmlParser.parseEndTag(KXmlParser.java:564) 11-19 06:33:44.914 2167 3715 W System.err: at org.kxml2.io.KXmlParser.nextImpl(KXmlParser.java:346) 11-19 06:33:44.914 2167 3715 W System.err: at org.kxml2.io.KXmlParser.next(KXmlParser.java:1378) 11-19 06:33:44.914 2167 3715 W System.err: at org.xmlpull.v1.sax2.Driver.parseSubTree(Driver.java:449) 11-19 06:33:44.914 2167 3715 W System.err: at org.xmlpull.v1.sax2.Driver.parse(Driver.java:340) 11-19 06:33:44.914 2167 3715 W System.err: at redstone.xmlrpc.XmlRpcParser.parse(XmlRpcParser.java:143) 11-19 06:33:44.914 2167 3715 W System.err: at redstone.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:393) 11-19 06:33:44.914 2167 3715 W System.err: at redstone.xmlrpc.XmlRpcClient.endCall(XmlRpcClient.java:351) 11-19 06:33:44.914 2167 3715 W System.err: at redstone.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:201) 11-19 06:33:44.914 2167 3715 W System.err: at redstone.xmlrpc.XmlRpcProxy.invoke(XmlRpcProxy.java:196) 11-19 06:33:44.914 2167 3715 W System.err: at net.bican.wordpress.$Proxy4.getRecentPosts(Native Method) 11-19 06:33:44.914 2167 3715 W System.err: at net.bican.wordpress.Wordpress.getRecentPosts(Wordpress.java:588) 11-19 06:33:44.914 2167 3715 W System.err: at info.guardianproject.mrapp.server.ServerManager.connect(ServerManager.java:110) 11-19 06:33:44.914 2167 3715 W System.err: at info.guardianproject.mrapp.server.LoginActivity.run(LoginActivity.java:129) 11-19 06:33:44.914 2167 3715 W System.err: at java.lang.Thread.run(Thread.java:1019) 11-19 06:33:44.914 2167 3715 E StoryMaker: login err 11-19 06:33:44.914 2167 3715 E StoryMaker: redstone.xmlrpc.XmlRpcException: The response could not be parsed. 11-19 06:33:44.914 2167 3715 E StoryMaker: at redstone.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:407) 11-19 06:33:44.914 2167 3715 E StoryMaker: at redstone.xmlrpc.XmlRpcClient.endCall(XmlRpcClient.java:351) 11-19 06:33:44.914 2167 3715 E StoryMaker: at redstone.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:201) 11-19 06:33:44.914 2167 3715 E StoryMaker: at redstone.xmlrpc.XmlRpcProxy.invoke(XmlRpcProxy.java:196) 11-19 06:33:44.914 2167 3715 E StoryMaker: at net.bican.wordpress.$Proxy4.getRecentPosts(Native Method) 11-19 06:33:44.914 2167 3715 E StoryMaker: at net.bican.wordpress.Wordpress.getRecentPosts(Wordpress.java:588) 11-19 06:33:44.914 2167 3715 E StoryMaker: at info.guardianproject.mrapp.server.ServerManager.connect(ServerManager.java:110) 11-19 06:33:44.914 2167 3715 E StoryMaker: at info.guardianproject.mrapp.server.LoginActivity.run(LoginActivity.java:129) 11-19 06:33:44.914 2167 3715 E StoryMaker: at java.lang.Thread.run(Thread.java:1019) 11-19 06:33:44.914 2167 3715 E StoryMaker: Caused by: redstone.xmlrpc.XmlRpcException: A problem occured during parsing 11-19 06:33:44.914 2167 3715 E StoryMaker: at redstone.xmlrpc.XmlRpcParser.parse(XmlRpcParser.java:147) 11-19 06:33:44.914 2167 3715 E StoryMaker: at redstone.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:393) 11-19 06:33:44.914 2167 3715 E StoryMaker: ... 8 more 11-19 06:33:44.914 2167 3715 E StoryMaker: Caused by: org.xmlpull.v1.XmlPullParserException: expected: /input read: noscript (position:END_TAG </noscript>@52:16 in java.io.InputStreamReader@2b78a178) 11-19 06:33:44.914 2167 3715 E StoryMaker: at org.xmlpull.v1.sax2.Driver.parseSubTree(Driver.java:452) 11-19 06:33:44.914 2167 3715 E StoryMaker: at org.xmlpull.v1.sax2.Driver.parse(Driver.java:340) 11-19 06:33:44.914 2167 3715 E StoryMaker: at redstone.xmlrpc.XmlRpcParser.parse(XmlRpcParser.java:143)
#3 Updated by SteveWyshy about 4 years ago
- Assignee changed from vitriolix to KevinH
Mustafa has replied with the following update,
----------
I have been testing different Storymaker accounts and it is the same, and I can login through my computer (with same account and the same password) but I cant do it through the phones.
----------
Appears to be an issue with WordPress.
Kevin, can you take a look at this and let us know what the issue might be from the server side?
#4 Updated by baghdadbrian about 4 years ago
- Status changed from New to Feedback
- Assignee changed from KevinH to SteveWyshy
this issue continues to exist for Mustafa in Iraq. he is here with me in Tunisia however, and this problem is no longer happening. perhaps Iraq is being blocked by cloudflare or StoryMaker.cc specifically?? Steve, please email Kevin if he doesn't update this today, or if possible, call him to follow up.