strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Error loading items #111

Closed Blanka-boop closed 4 years ago

Blanka-boop commented 4 years ago

Hello! Recently I downloaded the version 4.0.8 to fetch data from Youtube for student purposes, but every time I try to acces Facepager this message shows up, and I can't do anything in the app error What should I do?

strohne commented 4 years ago

Hi!

Sounds like you have corrupted presets or api definitions. Those are located in the folder C:\Users\<your username>\Facepager. Could you try to delete (or rename) the complete folder and then start Facepager? The default presets should be automatically downloaded at startup.

strohne commented 4 years ago

I think I found the problem and updated some preset files, should work without reinstalling. (but will be definitely fixed in the next release)

MatthewLGibbons commented 4 years ago

Facepager Presets problem The presets on Facepager 4.2 worked as expected the first day. But after restarting I got an 'Error downloading default presets' error, even after reinstalling Facepager. Do you have any suggestions? I can still download the default custom table columns, such as type.

2020-07-31 14:20:36.837345 Error downloading default presets:HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /strohne/Facepager/master/presets/Generic-Scrape_Wikipedia_tables.3_10.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000002BE2E607C50>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond')

strohne commented 4 years ago

Hi, this error usually occurs if a) there is no stable internet connection at startup or b) GitHub ist not available.

Can you manually check whether https://raw.githubusercontent.com/strohne/Facepager/master/presets/Twitter-Get_list_of_followers.3_9.json is available and the start Facepager? Still getting errors?

MatthewLGibbons commented 4 years ago

Hi Jakob,

It is working today at the university! I tried shutting down several times yesterday, and we don't usually have trouble with the internet at the university. But it looks as if doing something else was the right thing to do.

Thanks for replying so quickly. Matthew

I clicked on your link and got the below.

{ "description": "Add user names as nodes (without the @). This preset fetches you 10 pages with 100 followers each at maximum.\n\nEach user has a numeric ID as well. In case you want to work with the numeric ID change the parameter \"screen_name\" to \"user_id\". You can get the user ID with the preset \"Get information about users\". Select the result and fetch the data with this preset again.\n\nFor more information see the reference: https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-followers-list.", "module": "Twitter", "speed": 200, "options": { "params": { "count": "100", "screen_name": "" }, "basepath": "https://api.twitter.com/1.1", "resource": "/followers/list", "pages": 10 }, "columns": [ "id", "name", "screen_name", "friends_count", "created_at", "errors.*.message" ], "name": "Get list of followers" }

On Sat, Aug 1, 2020 at 9:43 AM Jakob Jünger notifications@github.com wrote:

Hi, this error usually occurs if a) there is no stable internet connection at startup or b) GitHub ist not available.

Can you manually check whether https://raw.githubusercontent.com/strohne/Facepager/master/presets/Twitter-Get_list_of_followers.3_9.json is available and the start Facepager? Still getting errors?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/strohne/Facepager/issues/111#issuecomment-667394693, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIZ36TSGIUHYQZM2FR5MBCLR6M3IFANCNFSM4JTWC3MQ .

strohne commented 4 years ago

Thanks for testing out. Once the presets are downloaded, usually everything should work even if the updates are not loaded. I think I will disable automatic updates in future versions since GitHub sometimes has problems delivering the files.

JonasBjerg commented 3 years ago

image

Hi I get a similar but different error, and I have tried it on multiple different networks now. I have also tried deleting the FacePager folder and reinstalling the .exe

I believe there is something wrong with my SSL certificate, but i do not know what, please help

strohne commented 3 years ago

Hi! I think this is a different issue, moved your comment to a new issue.