Skip to content
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

TinyTranslator website doesn't start #134

Closed
GeorgDangl opened this issue May 22, 2019 · 3 comments
Closed

TinyTranslator website doesn't start #134

GeorgDangl opened this issue May 22, 2019 · 3 comments

Comments

@GeorgDangl
Copy link

Currently, I get this error when trying to access https://martinroob.github.io/tiny-translator/en/#/home in Chrome:

app.component.html:3
ERROR TypeError: Cannot read property 'accessorType' of null
    at SerializationService.push../src/app/model/serialization.service.ts.SerializationService.deserializeIFileConfiguration (serialization.service.ts:59)
    at Function.push../src/app/file-accessors/download-upload/download-upload-file-description.ts.DownloadUploadFileDescription.deserialize (download-upload-file-description.ts:22)
    at Function.push../src/app/model/translation-file.ts.TranslationFile.fromDeserializedObject (translation-file.ts:124)
    at Function.push../src/app/model/translation-file.ts.TranslationFile.deserialize (translation-file.ts:110)
    at Function.push../src/app/model/translation-project.ts.TranslationProject.deserialize (translation-project.ts:56)
    at backend-local-storage.service.ts:48
    at Array.map (<anonymous>)
    at BackendLocalStorageService.push../src/app/model/backend-local-storage.service.ts.BackendLocalStorageService.projects (backend-local-storage.service.ts:48)
    at new TinyTranslatorService (tiny-translator.service.ts:35)
    at _createClass (core.js:21267)

Building and running the project locally from the latest master branch works fine, though.

@martinroob
Copy link
Owner

Guess there is some old incompatible stuff in your local storage. Please try to remove it using the dev tools

@GeorgDangl
Copy link
Author

Yeah, that works😊 Thanks for the quick reply!

@martinroob
Copy link
Owner

Successor bug issue #135

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants