#100 Loading does not work

Closed
opened 4 years ago by rugk · 7 comments
rugk commented 4 years ago

I tried to login (rugk@social.wiuwiu.de), but it did not work.

See the last log line in the image, it constantly counts it up, so it seems to retrigger, and re-trigger it again and again…

Log:

19:35:38.024 updated fakedColorStatus via background script injection to Symbol(prefers-color-scheme: dark) d5b07bfe-5457-4898-a26a-853d88663c76:4:29
19:35:38.261 set fakedColorStatus via content script to: Symbol(prefers-color-scheme: dark) common.js:16:13
19:35:39.170 wat pomo.js:455:9
19:35:39.261
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
halcyonUI.js:1244:25
19:35:39.565 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://social.wiuwiu.de/api/v1/timelines/home?. (Reason: CORS request did not succeed).
192
19:35:47.264
ReferenceError: responsive_design is not defined
halcyonUI.js:7:19
19:35:47.429 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://social.wiuwiu.de/api/v1/timelines/home?. (Reason: CORS request did not succeed).
2627
19:38:37.241 Got Data from Stream user 2 mastodon.js:332:9
19:38:37.330 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://social.wiuwiu.de/api/v1/timelines/home?. (Reason: CORS request did not succeed).

Firefox 68

I tried to login (`rugk@social.wiuwiu.de`), but it did not work. See the last log line in the image, it constantly counts it up, so it seems to retrigger, and re-trigger it again and again… Log: ``` 19:35:38.024 updated fakedColorStatus via background script injection to Symbol(prefers-color-scheme: dark) d5b07bfe-5457-4898-a26a-853d88663c76:4:29 19:35:38.261 set fakedColorStatus via content script to: Symbol(prefers-color-scheme: dark) common.js:16:13 19:35:39.170 wat pomo.js:455:9 19:35:39.261 SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data halcyonUI.js:1244:25 19:35:39.565 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://social.wiuwiu.de/api/v1/timelines/home?. (Reason: CORS request did not succeed). 192 19:35:47.264 ReferenceError: responsive_design is not defined halcyonUI.js:7:19 19:35:47.429 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://social.wiuwiu.de/api/v1/timelines/home?. (Reason: CORS request did not succeed). 2627 19:38:37.241 Got Data from Stream user 2 mastodon.js:332:9 19:38:37.330 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://social.wiuwiu.de/api/v1/timelines/home?. (Reason: CORS request did not succeed). ``` Firefox 68
rugk commented 4 years ago
Poster

For some strange reason, it now showed me an "1" at the notifications bar, but when I click on it, it also loads indefinitely. (And as far as I know, in Mastodon I did not get a new notification.)

General suggestion: If you have re-tried doing that loading for X times/seconds, possibly show an error instead of what currently happens…

For some strange reason, it now showed me an "1" at the notifications bar, but when I click on it, it also loads indefinitely. (And as far as I know, in Mastodon I did not get a new notification.) General **suggestion:** If you have re-tried doing that loading for X times/seconds, possibly show an error instead of what currently happens…
rugk commented 4 years ago
Poster

Ah okay, found one potential issue: Privacy Badger blocked my Mastodon instance, because it was totally tracking me… :wink: (they use algos/heuristics or so to determinate that)

Ah okay, found one potential issue: **Privacy Badger** blocked my Mastodon instance, because it was totally tracking me… :wink: (they use algos/heuristics or so to determinate that)
rugk commented 4 years ago
Poster

So I've allowed that in Privacy Badger, but now there is another issue (console log):

---- So I've allowed that in Privacy Badger, but now there is another issue (console log):
Niklas Poslovski commented 4 years ago
Owner

Plugins of this sort often have problems with third-party requests. I think the problem is solved now.

Plugins of this sort often have problems with third-party requests. I think the problem is solved now.
rugk commented 4 years ago
Poster

Same on the home page:

19:56:25.895 updated fakedColorStatus via background script injection to Symbol(add-on must not overwrite feature) 76f5a54f-8e38-4b97-92ec-381ee37db50b:4:29
19:56:26.347 set fakedColorStatus via content script to: Symbol(add-on must not overwrite feature) common.js:16:13
19:56:26.969 wat pomo.js:455:9
19:56:27.060
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
halcyonUI.js:1244:25
19:56:28.046 Successful GET API request to https://social.wiuwiu.de/api/v1/timelines/home mastodon.js:44:9
19:56:28.051
TypeError: current_filters is nullhalcyonUI.js:290:13
Same on the home page: ``` 19:56:25.895 updated fakedColorStatus via background script injection to Symbol(add-on must not overwrite feature) 76f5a54f-8e38-4b97-92ec-381ee37db50b:4:29 19:56:26.347 set fakedColorStatus via content script to: Symbol(add-on must not overwrite feature) common.js:16:13 19:56:26.969 wat pomo.js:455:9 19:56:27.060 SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data halcyonUI.js:1244:25 19:56:28.046 Successful GET API request to https://social.wiuwiu.de/api/v1/timelines/home mastodon.js:44:9 19:56:28.051 TypeError: current_filters is nullhalcyonUI.js:290:13 ```
rugk reopened 4 years ago
Niklas Poslovski commented 4 years ago
Owner

The login requests which should temporarily save some instance settings and profile data locally in the browser failed because of the CORS issue. The missing data is now causing additional trouble. Please sign out and in again,then it should work.

The login requests which should temporarily save some instance settings and profile data locally in the browser failed because of the CORS issue. The missing data is now causing additional trouble. Please sign out and in again,then it should work.
rugk commented 4 years ago
Poster

Ah thanks, worked.

Ah thanks, worked.
Sign in to join this conversation.
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.