Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem playing back captured Instagram pages #389

Open
peterk opened this issue Dec 25, 2018 · 4 comments
Open

Problem playing back captured Instagram pages #389

peterk opened this issue Dec 25, 2018 · 4 comments

Comments

@peterk
Copy link

peterk commented Dec 25, 2018

I have captured Instagram pages with Squidwarc and playing them in back in openwayback (latest Docker) triggers a script that seems to put the UI in an endless loop of reloads:

openwayback_instagram_repeat

The same WARC file plays back in Webrecorder player and pywb without any problems.

The openwayback log does not seem to contain any errors apart from messages like this when the interface is reloaded:

Dec 25, 2018 7:49:32 AM org.archive.wayback.util.webapp.PortMapper getRequestHandlerContext
FINER: No mapping for localhost/wayback
Dec 25, 2018 7:49:32 AM org.archive.wayback.util.webapp.PortMapper getRequestHandlerContext
FINER: No mapping for localhost/

Attaching a sample WARC where this issue happens (which works fin in e.g. Webrecorder player):

58434.warc.gz

@jafamo
Copy link

jafamo commented Feb 27, 2019

Hi, I have the same problem with Port:

Feb 27, 2019 5:00:41 PM org.archive.wayback.util.webapp.RequestMapper mapRequest
WARNING: No PortMapper for port 80

@ldko
Copy link
Member

ldko commented Feb 27, 2019

@jafamo is your problem also specifically with replaying Instagram pages?

@peterk thanks for opening this issue. We recognize there is a problem, as you report, with replaying Instagram pages. We currently do not have a fix in the works for handling this, but we are accepting pull requests if anyone would like to work on the issue.

@jafamo
Copy link

jafamo commented Feb 28, 2019

Hi @ldko,
Not really. I installed openwayback and I change port in wayback.xml to port=80
Now I have a new error:

Feb 27, 2019 5:37:54 PM org.archive.wayback.util.webapp.PortMapper getRequestHandlerContext
FINER: No mapping for MY_DOMAIN/
Feb 27, 2019 5:37:54 PM org.archive.wayback.util.webapp.PortMapper getRequestHandlerContext
FINER: No mapping for /

In my wayback.xml I have configured:

wayback.basedir.default=/tmp/openwayback
wayback.url.scheme.default=https
wayback.url.host.default=localhost
wayback.url.port.default=80

@ldko
Copy link
Member

ldko commented Feb 28, 2019

Hi @jafamo,
What is the URL you are using when you are getting an error? Using https with port 80 is not common. By default, if you are not specifying a port in your URL, it would be looking at port 443 when using a https scheme. Also, if you are running in Tomcat and not using the default port 8080, you may need to configure a <Connector> for the port in your Tomcat's conf/server.xml if you haven't already.

Have you tried running OpenWayback with a default configuration to see if it is working for you? As it is, I believe your issue is unrelated to the issue initially described in #389. If you continue to have a problem after troubleshooting your port, please open a new issue and link to this one as a reference to the thread so far. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants