-
Notifications
You must be signed in to change notification settings - Fork 69
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
MultiValueKeyError Exception #706
Comments
Can you do me a favor and post the traceback? |
Environment: Request Method: POST Django Version: 1.7.3 Traceback:
Exception Type: MultiValueDictKeyError at /projects/crawling/ |
So I think that these errors are connected. Can you give me a step-by-step explanation of how this error comes about? As in, what buttons you pushed, what data you entered, etc. Thanks for reporting these errors by the way, theres no other way we would discover them. |
Hello, what I noticed is that if I first create a seed list and then create a project and include that already created seedlist everything works fine. But If I first create a new project and then add a new seed list it throws the multivalue key excpetion. This should not be happening. It should work either way right? |
Yes, this shouldn't be happening. This line |
I tried a variety of URLs like even facebook or google and the oones that I gave work fine when I try to create the seed list first and then the project. But if I first create a new project and then create a seed list it throws that exception. |
How are you creating the seeds list. Are you doing it from the project page or the /seeds page? |
Also, can you post the content of |
I am first creating the seed list from the seed list page and only then creating a new project to add the previously created seedlist. That works. But the other way around does not work. |
Internal Server Error: /projects/firstcrawl/ Contents of the debug.log |
What browser are you using, by chance? |
I'm using mozilla firefox. I have been using memex on ubuntu. Do you think the version of mozilla firefox make a difference to using memex explorer ? |
I really don't know. I'm trying it in different browsers and not getting the error. Try opening the developer console in firefox and post any errors you might see there. I think that there may be some errors in one of the javascript files, maybe. |
@brittainhard - Did any of your recent PRs address/fix this? |
@ahmadia I was not able to replicate this bug, sadly. I know of a small fix that may fix it, but since I cant replicate it, I cant make sure that the fix is working. |
@saloneerege - If you have time this week I'd like to chase this down. Can you reproduce this with the latest version of Memex Explorer? Let me know if you need help updating to the latest version. |
Hello,
When I try to create a new project and then add my URL seed list it throws an exception MultivalueKey error. If however on the other hand I first add the seed list and use it in a new project that I create it adds the URL list successfully.
The text was updated successfully, but these errors were encountered: