You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
I cant get the web package to run, running into this error:
(anonymous function)
src/pages/Room/index.js:40
37 | : server
38 | console.log(wsurl)
39 | // TODO: move this to a more global configuration
> 40 | const adapter = new turtus.Adapters.WebSocketAdapter(wsurl)
| ^ 41 | const manager = new turtus.P2PManager(opts)
42 | manager.setAdapter(adapter)
43 |
▶ 19 stack frames were collapsed.
Module../src/index.js
src/index.js:7
4 | import App from './App';
5 | import * as serviceWorker from './serviceWorker';
6 |
> 7 | ReactDOM.render(<App />, document.getElementById('root'));
8 |
9 | // If you want your app to work offline and load faster, you can change
10 | // unregister() to register() below. Note this comes with some pitfalls.
First I'd like to apologize for not getting back to you for two whole months...
I pretty much abandoned this project when I got a new job and I didn't notice or expect that this repository would get any attention at all.
The problem here was just that I had a version of the turtus-lib package locally linked to the project that was out of date on github...so that's my bad. I probably should have emphasized how unfinished and experimental all of this was in my readme. Sorry if that caused you any frustration.
I actually only noticed this issue coincidentally when I checked reddit to see if anybody else had made any progress on a rabb.it clone, saw that someone mentioned your Neko repository, and then saw that you had referenced this one hahaha. It looks like you're miles ahead of me now
I cant get the web package to run, running into this error:
(anonymous function)
src/pages/Room/index.js:40
▶ 19 stack frames were collapsed.
Module../src/index.js
src/index.js:7
webpack_require
turtus/services/web/webpack/bootstrap:785
fn turtus/services/web/webpack/bootstrap:150
turtus/services/web/webpack/bootstrap:785
checkDeferredModules
turtus/services/web/webpack/bootstrap:45
Array.webpackJsonpCallback [as push]
turtus/services/web/webpack/bootstrap:32
(anonymous function)
The text was updated successfully, but these errors were encountered: