Start a new topic
Answered

Unable to select Scrapy project in GitHub

I have a project in github that i want to use for Scrapinghub.  When I go to connect the github account it shows me the one public repo I have, but the Scrapy repo which I just added it doesn't.  I've tried setting it public and private, but it doesn't show up.  Is there something specific I need to do in order to see if in Scrapinghub?  


Best Answer

From the account can see that it is connected to 1 Github repository and it shows the Branch from where code will be deployed. 


Please ensure that you have accesses to the required repositories. Also check if Scrapinghub application has full control of private repositories in https://github.com/settings/connections/applications/ .


You can try disconnecting and then again connecting. You will be asked the type of access select the private and public  repositories and then connect.




Answer

From the account can see that it is connected to 1 Github repository and it shows the Branch from where code will be deployed. 


Please ensure that you have accesses to the required repositories. Also check if Scrapinghub application has full control of private repositories in https://github.com/settings/connections/applications/ .


You can try disconnecting and then again connecting. You will be asked the type of access select the private and public  repositories and then connect.



I got that to finally work. I'm running into a new problem with it though. My scrapes are written against 3.6, but it looks like your runners and builder uses 2.7. is there any way to make it is 3.6?
Login to post a comment