wikimedia / WikiContrib

A tool for Wikimedia community members to visualize their technical contributions
https://wikicontrib.toolforge.org
MIT License
23 stars 32 forks source link

Backend Error #174

Closed jencwong closed 4 years ago

jencwong commented 4 years ago

I got this error message when I tried to run the WikiContrib localhost on my browser.

I got to the landing page fine, but when I entered the user's name, Gerrit's account and Phabricators account and clicked search, I got the error message (attached), and the browser kept on trying to load without rendering anything. Screen Shot 2020-03-25 at 3 08 21 PM

NdibeRaymond commented 4 years ago

I'd like to look into this error @srish

NdibeRaymond commented 4 years ago

Hey @jencwong , can you share details on how to reproduce this? Your OS, the usernames you where searching for, etc. Also, have you tried switching to the master branch (if you are not already on it)?

jencwong commented 4 years ago

@NdibeRaymond I responded to you with a private message.

NdibeRaymond commented 4 years ago

Looking at your error trace, one can conclude that the request is returning None for phab related operations. I think this has something to do with your api_key

NdibeRaymond commented 4 years ago

Go to your .env file, if the values there is this, PHAB_KEY=api-xxxxyyyyzzzz Then you need your own API key. Go to install.md file and follow the instruction there to find out how to get yours

srish commented 4 years ago

Thank you @NdibeRaymond for helping @jencwong resolve this issue :)