-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network request failed error #119
Comments
you probably want to set the instance argument to the actual instance? or did you change it here to some dummy value? When interested in wikidata you need to import wdk: import wdk from 'wikibase-sdk/wikidata.org' |
Hi @EdJoPaTo and when I used |
The idea of wikibase-sdk is to connect to an existing Wikibase instance. For example Wikidata is one Wikibase instance. (You can of course host your own Wikibase instance but thats probably not what you want to do.) You configure which instance you want to connect with or just use the preconfigured Also notice that this library does nothing with the network by itself. Network errors would be from some other source. Also the not working import is probably related to your setup? are you sure you are using |
yes I am using 9.1.2 v |
I am using wikibase-sdk package in React Native , I always get this error
The text was updated successfully, but these errors were encountered: