-
Notifications
You must be signed in to change notification settings - Fork 24
backgroundImage not displayed in Timeline #23
Comments
It was working before. Did this pull request maybe break it? |
Looking through my activity history, I don’t see it working at any point in time. |
Huh, I had it working on both Chrome and Firefox six or so hours ago. |
I just tested Vivaldi, Chrome, and Firefo’. None of them load background images for any of these(or any other random page) despite background images being detected correctly: |
Just checked with the latest commits, works for me. I wonder if there's a setting somewhere that's disabling the images? |
I see only active activity, that one is with no background. Just like Edge. I think the activity isn't saved, when I go to earlier today- see all activity . Then I see only edge and Phpstorm |
I assume that you have logged into your Microsoft Account (in the extension)? |
Hmmm. Alright, could you go to the Chome extension page (chrome://extensions). Under this extension (Windows Timeline Support) there is a link that says "background page". Could you please click on it, navigate to the console and take a screenshot (or copy paste any errors that are appearing). |
Does nothing show when you navigate to other pages? Try searching for something on Google, keep in mind you have to wait ~8 seconds after page load before the extension sends an activity. |
yes, nothing is stored. |
On the "Default Levels" drop down box (Dev Tools), can you tick "Verbose" and see if anything is displayed? If not, try removing the extension and adding it again (as a potential temp fix), I'll add some more logging in the mean time. |
ok on Stable I get this error now:
|
Sometimes those errors are produced (certain urls contains characters that break everything), but it looks like the other requests were successful, (https://www.ajax.nl/home and https://account.microsoft.com/privacy). Do these not appear in Windows Timeline? Another thing I can think of is restarting explorer.exe on your PC (this also restarts timeline - messy, but it has worked for me in the past). |
No, I can't see them on the timeline or on https://account.microsoft.com/privacy/activity-history?view=browse |
I think this is the issue:
|
That is expected. |
Yeah that's usually the id that works (I'm going to push an update that base64 encodes the url anyway, to avoid the bad request errors). But it looks like everything posted successfully. Only thing I can think of is if the time zone, or created time is wrong (if it's in the future it may not show anywhere, but still exist). |
i have change it to let activityId = webActivity.activityOriginUrl; |
Could you pull the latest commit and see if that also works? |
Wait, I made a mistake, just need to fix it quickly |
Okay, now try. |
Yes, its working now. Only the time is set to utc. So for us its missing 2 hours. (new day) |
Now on issue, i still can't see the og:image |
Could you navigate to https://github.com/DominicMaas/TimelineExtension, and copy the data payload (starts with |
|
No background image in the Timeline card? Can you access the following url and see the image? |
its now fluent, maybe its an api issue . I can see the image, and the data payload looks ok for me. |
@da2x Are you still having this issue? |
its still there, on the menu activity, i see it correct, but on the real timeline I see the fluent. |
Could maybe be a Timeline bug? Are you running insider preview? |
can be yes, im on 17713 |
Am also see it like fluent into real timeline with insiders build 17735.1000 |
please upvote: https://aka.ms/AA220f7 |
Does this only happen on preview versions? Can you see the background on the stable version of Windows 10? |
same issues even with 1803 17134.191 and that applays as well for Firefox, but works flowless with Edge so cold be that Microsoft Graps only allowes images frome Edge? and denid a copy for it frome other broswer? |
Strange, no matter what I do, I cannot reproduce the error. So no activities generated by this extension have a background at all? Can you see the background under the "Recent Activities" menu in the extension? |
Non activits have any background only them frome Edge, not frome firefox/Chrome but for me its dosent do so mutch dont relly have the activities for watch the background, best i would think is to upvote the issues on the feedback hub as 810 with the AKA link see if microsoft can fix it by there ends. |
Yes insade of the Extention working but not in the real timeline but not all pages has a backrund in the extention as well but most of them. |
any updates/workaround? |
Pages with og:image doesn’t show image in Timeline. Not sure what adaptive card is being used by Edge. Looked over the documentation but still not sure what is missing.
The text was updated successfully, but these errors were encountered: