Closed wrinkl3 closed 8 years ago
Hi Alex,
It's a bug in the code - The spider daemon should be accessed via the scrapyd api from django and not directly. I'll probably remove the links completely in the next release until I recode a custom daemon page.
-James
On Wed, Sep 14, 2016 at 3:23 AM, Alex Shatberashvili < notifications@github.com> wrote:
I'm trying to run malspider on a remote server. I'm accessing the dashboard just fine using :8080. However, all the links from the dashboard that are supposed to lead to the spider daemon are given as " http://localhost:6802", which seems to be a hardcoded address. Manually changing localhost to doesn't seem to help. How do I fix it?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ciscocsirt/malspider/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AR0QEIq7OH689853cKyRU3ruWf4K0-4jks5qp6DvgaJpZM4J8eN5 .
I'm trying to run malspider on a remote server. I'm accessing the dashboard just fine using "serveripaddress":8080. However, all the links from the dashboard that are supposed to lead to the spider daemon are given as "http://localhost:6802", which seems to be a hardcoded address. Manually changing localhost to "serveripaddress" doesn't seem to help. How do I fix it?