-
Notifications
You must be signed in to change notification settings - Fork 46
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
bundle.run links and web browser example in the README are broken #50
Comments
Hey, what sort of breaking are you seeing? Are you getting a 404 or an error of some kind? It usually takes a while to load the first time you run it. |
Am also having this problem. I think it was a timeout error for the bundle? I deleted my setup after the umpteenth attempt to get dat to load. |
I suggest trying to build the bundle from source locally on your machine if you can. 😅 I guess bundle.run was the wrong choice to advertise in the docs after all. |
@RangerMauve first of all, thanks for providing this SDK. However, I am also not able to use the SDK on a browser page as described here: https://github.com/datproject/sdk#building-a-bundle-for-browsers When I add the
The error on Chromium looks like this:
The content of the created bundle file from line 8 to line 19 looks like this:
|
Hmm, I'm sadly overbooked with other things right now so I'm not sure what could be causing it. Does running the Also, what version of Firefox was this running in and does it run when in other browser? |
@RangerMauve no worries, this is not a high priority topic for me. Those were the two browser versions I used for testing on Linux and it didn't work in either of them:
I ran If you have any other pointers on how this can be debugged, I could give it a try. |
@RangerMauve please ignore my report above. It wasn't actually an issue with the hyper SDK, but in the Since In the end, this is what worked for me:
|
@mkroehnert Awesome, that's good to hear. I'm gonna close this issue for now since it looks like stuff is working in the browser again. If anyone is having trouble, feel free to comment and we'll re-open. |
The README gives the following example for getting started with Dat in the browser:
Unfortunately those script links are broken. Are there updated sources or an updated "Hello World" browser example you would recommend?
The text was updated successfully, but these errors were encountered: