orgoro

Results 10 comments of orgoro

I have the same, logging from certain ip works from other I get the same error ![image](https://user-images.githubusercontent.com/20637412/88519194-64509e00-cffa-11ea-9310-3feabf2a70ea.png)

Hi @jkhenning, - Nothing special with the IP - maybe only the fact that it was used for initial login - Since then I moved the server to fixed users...

@jkhenning yes everything works fine also when I connect from a different IP the web server works. Only trouble logging in from a certain IP. Cleared cache, hard reset nothing...

@jkhenning http, port 8080 ![image](https://user-images.githubusercontent.com/20637412/88656943-c46a4180-d0d9-11ea-80e8-c6b649b84d44.png) ![image](https://user-images.githubusercontent.com/20637412/88656977-d4822100-d0d9-11ea-9d8d-8d45c833f073.png)

@jkhenning incognito not working as well

maybe need to install some dependency before you run the setup script have a look here: https://github.com/xinntao/BasicSR/pull/514

the action looks at the pull request base and not on the last commit ``` const {pull_request} = context.payload const base = pull_request?.base.sha const head = pull_request?.head.sha ```

@mars-lan thanks! can you help verify that the event properties contain - const {pull_request} = context.payload const base = pull_request?.base.sha const head = pull_request?.head.sha base/head sha? if you can send...