-
Sorry, wasn't sure if this belonged in discussion or issues since it might just be a personal setup problem -- happy to move it if needed! Was looking to get a local build set up for contributing to the project, but am unfortunately having some trouble going through the steps in the README -- Dev environment: Windows 10, using VSCode and VSCode's built in Powershell terminal
The problem comes when I try to build the server: When I run
I'm not sure why this error is happening--perhaps an issue with the cache and making too many requests? When I check the cache though, it looks like there are items there:
Any help would be appreciated. Thanks so much! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Thanks for asking, here is a good place to ask. |
Beta Was this translation helpful? Give feedback.
-
It could be a Snowman on Windows thing, I know that somethings were broken for quite a while before a Windows user stepped up and fixed things. I will try to reproduce it once I get my hand on a Windows setup. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the replies! I've run
So again looks like it might be a problem fetching the data? When running an older version of snowman (5 or 6.0), it fails more quickly with the error:
But I'm not sure if the versions are meant to be backwards-compatible. EDIT: Or it could be that the Windows fix you mentioned was introduced in 6.1? |
Beta Was this translation helpful? Give feedback.
-
This is actually a great sign! This means that everything works but query.wikidata.org/sparql is having trouble. This has gotten rather common I'm afraid, the solution however is to just run the build command again until the build is able to finish. Because Snowman will cache all the successful responses it will eventually complete but for the first build it might take a while. |
Beta Was this translation helpful? Give feedback.
-
Thanks! Out of curiosity, set up my system to dual boot into Linux and tried the commands again on there, which worked! Going to close this out as resolved. |
Beta Was this translation helpful? Give feedback.
This is actually a great sign! This means that everything works but query.wikidata.org/sparql is having trouble. This has gotten rather common I'm afraid, the solution however is to just run the build command again until the build is able to finish. Because Snowman will cache all the successful responses it will eventually complete but for the first build it might take a while.