orgoro
orgoro
I have the same, logging from certain ip works from other I get the same error 
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 yes
@jkhenning http, port 8080  
@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
please approve @xinntao
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...